vineetloya

15 Reputation

4 Badges

12 years, 5 days

MaplePrimes Activity


These are questions asked by vineetloya

How to extract affine terms from a differential equation after linearization?

Vanderpol Eqn:

diff(x[1](t),t)=x[2](t)

diff(x[2](t),t)=(1-x[1](t)^2)*x[2](t)-x[1](t)

 

To be precise, I linearized...

Hey,

I have linearized the following system and I want to extract the linear matrices (a,b,c,d) form the solution. The program is as follows:

Hey,

I am trying to linearize a Statespace and extract the linear matrices from the solution. Using following example, can you explain how to extract the matrices a,b,c,d.

 

1 2 Page 2 of 2