Image:Fourier heat in a plate.png
From Wikipedia, the free encyclopedia
No higher resolution available.
Fourier_heat_in_a_plate.png (672 × 504 pixels, file size: 12 KB, MIME type: image/png)
[edit] Summary
Description | |
---|---|
Source |
self-made |
Date | |
Author | |
Permission (Reusing this image) |
See below. |
MATLAB snippet:
f=@(x,y,n) 2*(((-1).^(2:n+1))./((1:n).*sinh((1:n).*pi))) ... * (sin((1:n)'*x).*sinh((1:n)'*y)); ys=0:0.01:pi; g=[]; for y=ys n=max(20,min(100,-10*log(pi-y)/(pi-y))); g=[g;f(ys,repmat(y,1,length(ys)),n)]; end g(end,:)=ys'; imagesc(ys,ys,g(end:-1:1,:)); axis square axis off
[edit] Licensing
I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide. In case this is not legally possible, |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Dimensions | User | Comment | |
---|---|---|---|---|
current | 22:32, 15 February 2008 | 672×504 (12 KB) | Loisel (Talk | contribs) | (Had to flip MATLAB's silly y coordinates.) |
22:24, 15 February 2008 | 875×672 (13 KB) | Loisel (Talk | contribs) | ({{Information |Description= |Source=self-made |Date= |Location= |Author=~~~ |Permission= |other_versions= }} MATLAB snippet: f=@(x,y,n) 2*(((-1).^(2:n+1))./((1:n).*sinh((1:n).*pi))) ... * (sin((1:n)'*x).*sinh((1:n)'*y)); ys=0:0.01:pi; g=[]; for y=ys) |
- Search for duplicate files
- Edit this file using an external application
See the setup instructions for more information.
File links
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):