<div dir="ltr">Hello!<div>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. </div><div><br></div><div>It looks like this</div><div>dV1/dt = 0.01V1 - 0.01V2</div><div>dV2/dt = -0.01V1 + 0.01V2</div><div>V1(0) = 10000</div><div>V2(0) = 5000</div><div><br></div><div>I want to plot V1 and V2 against time t=[0:10]<br></div><div><br></div><div>Any help is greatly appreciated!</div><div><br></div><div>Kind regards,</div><div><br>Farid.</div></div>