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: 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
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.
Original upload log
The original description page was here. All following user names refer to uk.wikipedia.
| Date/Time | Dimensions | User | Comment |
|---|---|---|---|
| 2010-11-04 12:31 | 528×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 |