From: qetuol greg on
here it is a diff. equation system i want to solve with Matlab.
Since i cannot format equation here, follow this link please:

http://www.physicsforums.com/showthread.php?t=392764

please note i am not a skilled matlab user even this problem is trivial.
From: qetuol greg on
"qetuol greg" <rerros(a)yahoo.com> wrote in message <i2khj5$mnb$1(a)fred.mathworks.com>...
> here it is a diff. equation system i want to solve with Matlab.
> Since i cannot format equation here, follow this link please:
>
> http://www.physicsforums.com/showthread.php?t=392764
>
> please note i am not a skilled matlab user even this problem is trivial.

anyone? pls?
From: us on
On Jul 26, 7:45 pm, "qetuol greg" <rer...(a)yahoo.com> wrote:
> here it is a diff. equation system i want to solve with Matlab.
> Since i cannot format equation here, follow this link please:
>
> http://www.physicsforums.com/showthread.php?t=392764
>
> please note i am not a skilled matlab user even this problem is trivial.

a hint:

http://www.mathworks.com/access/helpdesk/help/techdoc/learn_matlab/bqr_2pl.html

us
From: Saurabh Mahapatra on
The response from Ross_Tang on the thread that you provided would be my approach. (every n order linear ode can be reduced to a set of n 1st order linear ode equations)

Next, I would try to use these solvers in MATLAB:

http://www.mathworks.com/access/helpdesk/help/techdoc/ref/ode23tb.html

The behavior of matrix C would be my interest.

Thanks,

Saurabh
From: qetuol greg on
"Saurabh Mahapatra" <saurabh.mahapatra(a)mathworks.com> wrote in message <i2td28$g31$1(a)fred.mathworks.com>...
> The response from Ross_Tang on the thread that you provided would be my approach. (every n order linear ode can be reduced to a set of n 1st order linear ode equations)
>
> Next, I would try to use these solvers in MATLAB:
>
> http://www.mathworks.com/access/helpdesk/help/techdoc/ref/ode23tb.html
>
> The behavior of matrix C would be my interest.
>
> Thanks,
>
> Saurabh

behavior? what do you mean exactly?