[Scilab-users] Help modeling ODE system

Farid Afandiyev faridafandiyev at gmail.com
Sun Sep 14 11:30:54 CEST 2014


Hello!
I'm very new to Scilab and trying to figure out how to model system of ODE
but after reading through tutorials I'm still very confused.

It looks like this
dV1/dt = 0.01V1 - 0.01V2
dV2/dt = -0.01V1 + 0.01V2
V1(0) = 10000
V2(0) = 5000

I want to plot V1 and V2 against time t=[0:10]

Any help is greatly appreciated!

Kind regards,

Farid.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20140914/5d74324e/attachment.htm>


More information about the users mailing list