Page 1 of 1
Homework 4, due February 11, 2008.
Posted: Fri Feb 06, 2009 9:01 pm
by goodwine
From the course text:
- 6.13 Do this problem twice, once using diagonalization and once using undetermined coefficients.
- 7.6
Re: Homework 4, due February 11, 2008.
Posted: Mon Feb 09, 2009 11:26 am
by jhollan3
May have answered this before but...
Is it ok to write the program in MATLAB for Problem 7.6 part 2? I used Euler's method but wrote it in MATLAB to make it a little easier to keep it in vector form...
Re: Homework 4, due February 11, 2008.
Posted: Mon Feb 09, 2009 11:34 am
by goodwine
jhollan3 wrote:Is it ok to write the program in MATLAB for Problem 7.6 part 2? I used Euler's method but wrote it in MATLAB to make it a little easier to keep it in vector form...
Normally, unless I say otherwise you have to use FORTRAN or C, but for this problem you may use Matlab, but if you do you must use the right tool, which is ode45().