A GUI for finding the solution of an ordinary differential equation (ODE) using scilab ode function.
odesolver()
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 dropdown menu.
Enter the ODE : ex : y'''' = -2*y''.
Enter the initial condition
Enter the range of x for ploting 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.
I will happy if someone wants to give thier valuable feedback about this toolbox or want to contribute in this project
if you found any bug please report and comment: http://atoms.scilab.org/toolboxes/odesolver