powered by
Heat Equation Solution
heat.sol(x, T0, k, t)
distance
temperature
diffusion constant
time vector
Graphical Side Effects
INteractive code to see evolution
get.heat, get.heat2,DO.HALFSPACE
# NOT RUN { # } # NOT RUN { k = 1e-6 t = 1*365*24*60*60 T0 = 1000 x = seq(0,20, length=1000) T = heat.sol(x, T0, k, t) # } # NOT RUN { # }
Run the code above in your browser using DataLab