Question: Equations of motion to state space

Hello:

I am in need of help with Maple Linearize and an exremely crypitc and most un-helpful error message. What does this mean:

> linmod := Linearize(syss, parm, linp);
Error, invalid input: Linearize uses a 4th argument, linpoint (of type {list(`=`), set(`=`)}), which is missing

I can find nothing in the help in this.

Linearize works fine when running a sample program from the help files, but fails when I run my equations.  

 

Secondly, I need state space form from these equations

(X = )

Is there a better way to go about converting the equaitons of motion into SS?

 

Any advise please

thank you

michael

(1)

Error, invalid input: Linearize uses a 4th argument, linpoint (of type {list(`=`), set(`=`)}), which is missing

 

 

Download lim_error.mw

 

Please Wait...