Subject: solve system of nonlinear differential equations
From: Jaime Villate
Date: Mon, 10 Dec 2012 18:39:43 +0000
On 12/10/2012 06:27 PM, Jaime Villate wrote:
> To plot the solution you will have to make several plots; for example,
> the plot of y as a function of t would be obtained with this command:
>
> plot2d ([discrete, makelist([a[1],a[3]], a, solution]);
Oops, sorry; there is an unbalanced parenthesis. The correct command is:
plot2d ( [ discrete, makelist ( [ a[1], a[3] ], a, solution) ] );
Jaime