Question: how to solve a system of DE with initial conditions in Maple

Hi all

 

I have 3 first order DEs , and i had apply "dsolve({sys_ode, inits},numeric) " where sys_ode is the  system of the DEs and they depend on each other. and inits is the initial conditions. 

when i apply dsolve with the initial conditions this comand appears:

Error, (in dsolve/numeric/process_input) system must be entered as a set/list of expressions/equations

 

whenever i apply desolv without the initial conditions, the solution of the DE appears!!!

can anyone help me?

thank u :)

Please Wait...