Go to the first, previous, next, last section, table of contents.


gnuplot.heat

gnuplot.heat(dt,step)
:: It solves the heat equation numerical and plots solutions
return
Void
dt
floating point number
step
Integer

Algorithm: NOT Written. (Difference scheme. Courant-Levi-Friedrichs conditions.)

[232] Heat_N = 20$ 
[233] gnuplot.heat(0.001,30)$


Go to the first, previous, next, last section, table of contents.