odesolver() creates a graphical user interface (GUI) for finding the solution of
an ordinary differential equation (ODE) using scilab ode function.
First select the order of the ode using the drop-down menu.
Enter the ODE : ex : y'''' = -2*y''.
Enter the initial condition
Enter the range of x for plotting and calculation
Then press the solution button, and you get a plot of the solution of given
ode.
If you want the data then press show data button and the data will displayed in
the data table.
You can also check your result, by entering your result and by pressing the
check your result button. The gui will plot and compare both calculated and your
result and display a message.