From: qetuol greg on 26 Jul 2010 13:45 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 29 Jul 2010 12:43 "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 29 Jul 2010 12:57 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 29 Jul 2010 22:23 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 31 Jul 2010 05:37 "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?
|
Next
|
Last
Pages: 1 2 Prev: remember pushbutton state of internal GUI Next: remember pushbutton state of internal GUI |