This work has been released into the public domain by its author, Loisel at English Wikipedia. This applies worldwide. In some countries this may not be legally possible; if so: Loisel grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.Public domainPublic domainfalsefalse
The Black Body color map was obtained here. The sinc function in the code arises in order to eliminate ringing.
A previous version of this file was created with MATLAB
f=@(x,y,n)2*(((-1).^(2:n1))./((1:n).*sinh((1:n).*pi)))...*(sin((1:n)'*x).*sinh((1:n)'*y));ys=0:0.01:pi;g=[];fory=ysn=max(20,min(100,-10*log(pi-y)/(pi-y)));g=[g;f(ys,repmat(y,1,length(ys)),n)];endg(end,:)=ys';imagesc(ys,ys,g(end:-1:1,:));colormaphotaxissquareaxisoffprint('-dpng','-r600','Fourier heat in a plate')
Original upload log
The original description page was here. All following user names refer to en.wikipedia.
2010-01-02 10:24 Fastily 409×410× (20774 bytes) Crop out whitespace
2008-02-15 22:32 Loisel 672×504× (12407 bytes) Had to flip MATLAB's silly y coordinates.