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.
%it still needs some work, but I just post it... (wiki!)
x=-3:0.3:3
y=-3:0.3:3
for i=1:length(x)
for j=1:length(y)
ab(i,j)=abs(zeta(complex(x(i),y(j))));
end
end
tomoplot = pcolor(ab);
colormap(hsv);
grid off;
saveas(tomoplot,'Zeta-abs.png');
Captions
Add a one-line explanation of what this file represents
{{Information |Description = a colormap of the absolute value of riemanns zeta function |Source = created with matlab, see code below |Date = 11 june 2007 |Author = Thomas Steiner |Permission = Thomas Steiner
File usage
No pages on the English Wikipedia use this file (pages on other projects are not listed).