Gambar:Fourier heat in a plate.png

Konten halaman tidak didukung dalam bahasa lain.
Ti Wikipédia Sunda, énsiklopédi bébas

Berkas asli(2.960 × 2.960 piksel, ukuran koropak: 487 KB, tipeu MIME: image/png)

Ringkesna

Pedaran
English: Heat distribution in a metal plate, using Fourier's method.
Bahasa Melayu: Pengedaran panas di sebuah plat logam, menggunakan kaedah Fourier.
Sunda: Distribusi panas dina hiji pelat métal, ngagunakeun métoda Fourier.
Titimangsa 15 Pébruari 2008 (original upload date)
Sumber Karya sorangan
Pangarang Loisel di Wikipédia bahasa Inggris

Lisénsi

Public domain Karya ini dilepaskan ke domain umum oleh pemiliknya, Loisel di Wikipédia bahasa Inggris. Lisensi ini berlaku di seluruh dunia.
Di sejumlah negara, tindakan ini tidak memungkinkan secara sah; bila seperti itu:
Loisel memberikan siapa pun hak untuk menggunakan karya ini untuk tujuan apa pun, tanpa persyaratan apa pun, kecuali yang ditetapkan oleh hukum.

Creation

This file was created with Python

import numpy as np
import matplotlib.pyplot as plt

x = y = np.linspace(0, np.pi, 2**12)
X, Y = np.meshgrid(x, y)

T = 0
N = 200
for n in np.arange(1,N):
    term = 2*(-1)**(n+1)/n*np.sinc(n/(N+1))*np.sin(n*X) * np.sinh(n * Y)/np.sinh(n*np.pi)
    T += term

fig = plt.figure(dpi=800)
ax = fig.add_subplot(111)
ax.set_aspect('equal')
ax.set_facecolor('none')
plt.axis('off')
plt.pcolormesh(X, Y, T, cmap=black_body)
plt.tight_layout()
plt.savefig("Fourier heat plate.png", bbox_inches='tight', pad_inches=0)

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: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,:));
colormap hot
axis square
axis off
print('-dpng',  '-r600', 'Fourier heat in a plate')

Log pengunggahan asli

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.
  • 2008-02-15 22:24 Loisel 875×672× (13817 bytes) {{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

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

menggambarkan Indonesia

sejak Indonesia

15 Pébruari 2008

tipe media Indonesia

image/png

Jujutan berkas

Klik dina titimangsa pikeun nempo koropak nu aya dina mangsa éta.

TitimangsaMiniaturUkuranPamakéKamandang
kiwari5 Nopémber 2020 00.58'Thumbnail' pikeun vérsi mangsa 5 Nopémber 2020 00.582.960 × 2.960 (487 KB)AkanoToEAdded more terms for sum and removed Gibbs ringing in upper right corner
4 Nopémber 2020 02.25'Thumbnail' pikeun vérsi mangsa 4 Nopémber 2020 02.252.960 × 2.960 (446 KB)AkanoToEUsed a similar color map as before, but still perceptually uniform ([https://www.kennethmoreland.com/color-advice/ Black Body])
3 Nopémber 2020 22.21'Thumbnail' pikeun vérsi mangsa 3 Nopémber 2020 22.212.960 × 2.960 (469 KB)AkanoToEChanged colormap to a perceptually uniform version (https://matplotlib.org/3.1.1/tutorials/colors/colormaps.html inferno)
25 April 2016 22.31'Thumbnail' pikeun vérsi mangsa 25 April 2016 22.312.932 × 2.752 (56 KB)NicoguaroCrop image.
25 April 2016 22.28'Thumbnail' pikeun vérsi mangsa 25 April 2016 22.284.800 × 3.600 (78 KB)NicoguaroChange in colormap and higher resolution
15 Méi 2010 01.51'Thumbnail' pikeun vérsi mangsa 15 Méi 2010 01.51409 × 410 (20 KB)File Upload Bot (Magnus Manske) {{BotMoveToCommons|en.wikipedia|year={{subst:CURRENTYEAR}}|month={{subst:CURRENTMONTHNAME}}|day={{subst:CURRENTDAY}}}} {{Information |Description={{en|MATLAB/Octave snippet: f=@(x,y,n) 2*(((-1).^(2:n+1))./((1:n).*sinh((1:n).*pi))) ... * (sin((1:n)'

Ieu berkas dipaké ku kaca di handap:

Pamakéan berkas sajagat

Wiki lianna anu maké ieu berkas:

Métadata