Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 400 Bytes

File metadata and controls

8 lines (6 loc) · 400 Bytes

Scilab-solving-boundary-value-problem-using-finite-difference-method

Scilab script for solving a second order ode with given boundary conditions using finite difference method

TO SOLVE A GIVEN BOUNDARY VALUE PROBLEM

Steps on how to use this program: i) Redefine the ode function in your way and also the boundary conditions. ii) Enter number of points to be plotted and run to see the solution.