Heat equation

Comments (null)
Nobody has bothered yet. Be the first!
Leave a comment
Comments can now include url's. I hope.
Comment in your language of choice, but I only speak Norwegian and English.
I accept the following html code in comments: <a>, <b>, <i> and <strike>.
Any strange behaviour you might encounter are just unexpected feautures. Appreciate them.


If you should be interested the calculations were done in Octave with the following files:
- main.m: main script
- f.m: initial values for t = 0
- g0.m: border values for x = 0
- g1.m: border values for x = 1
- G.m: function to calculate the vector G used in main.m.
As you might notice the scripts are general so that it is possible to change the border and initial values. (I hope.)Also, some credit should go to my friend Jens who helped me make the scripts, but if there are any mistakes they are obviously his.