nmani

136 Reputation

7 Badges

15 years, 321 days

MaplePrimes Activity


These are questions asked by nmani

I have a DAE,ODE system which is not linear in all leading derivatives or leading dependent functions. This system is really big if I use explicit=true it goes for ever.

I need to know in what way I can use (dsolve/numeric, implicit=true) to solve this system?

Due to big big big system explicit is impossible.

and due to not being linear it can not be done by implicit=true.

Could you please help me?

How can  I solve this by maple?

Thanks,

A:=[X22(t) = 0, X26(t) = 0, X30(t) = 0, X34(t) = 0, X38(t) = 0, X42(t) = 0, X2(t) = X19(t), X5(t) = X23(t), X8(t) = X27(t), X11(t) = X31(t), X14(t) = X35(t), X17(t) = X39(t), X19(t) = X21(t), X23(t) = X25(t), X27(t) = X29(t), X31(t) = X33(t), X35(t) = X37(t), X39(t) = X41(t), X1(t) = Diff(X3(t), t), X4(t) = Diff(X6(t), t), X7(t) = Diff(X9(t), t),

I have a system of five big big big differential equations with a lot of Sin and cos. The system is not complex itself but we have complex  initial condtition?

How can I solve my system with maple with dsolve or something else?

 

Thanks

 

I have a lot of equations one of them is like "q:={3-x=1}"

if I use   switch:=z->lhs(z)-rhs(z); and I use map(switch,q); it gives me 2.-x which is bad for Bertini software which I use for some purposes. I need to have 2.0 or 2 but not 2.

This dot after 2 without any number after that is trouble for me.

What should I do?

Thanks

 

 

I have a differential equations system with initial condition which contains complex numbers, but there is an error which says "dsolve/numeric can not solve with complex number the system must be converted to real system".

What should I do? how do I solve a differential equations system with complex initial values with maple?

Thanks....

1 2 3 4 Page 3 of 4