File:Remainder-pattern1.png

Summary

Description
Українська: візерунок залишків від двох ділень
English: reminainders pattern after two divisions
Date 4 November 2010 (original upload date)
Source

Transferred from uk.wikipedia to Commons. , created with following Python script:
<source lang='python'> import pylab import numpy def f(p):

   return lambda x,y: ((x*x+y*y) % p) % 5

def genimg(p,sx,sy):

   return numpy.fromfunction(f(p),(sx,sy))

im=pylab.imshow(genimg(73,144,144),interpolation = 'nearest') pylab.show()

</syntaxhighlight>
Author The original uploader was Bunyk at Ukrainian Wikipedia.
Permission
(Reusing this file)
CC-BY-SA-3.0.

Licensing

w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-3.0#Remainder-pattern1.png


Original upload log

The original description page was here. All following user names refer to uk.wikipedia.
Date/TimeDimensionsUserComment
2010-11-04 12:31528×517 (31856 bytes)Bunyk{{Зображення |Назва= візерунок залишків від двох ділень |Опис= <math>f(x,y) = (x^2 + y^2) \mod 73 \mod 5,\ x,y \in \overline{1..144}</math> |Автор= ~~~ |Джерело= <source lang="python"> import py


 This PNG graphic was created with Python by n.
Category:PNG created with Python#Remainder-pattern1.png Category:Geometric patterns Category:Fractal textures
Category:CC-BY-SA-3.0 Category:Fractal textures Category:Geometric patterns Category:PNG created with Python