how to solve higher order non linear differential equations
Title
Question
can we solve high order differential equations if yes then how to incorporate such differential equation in the gaussian sidel method of power system
Scilab Solving-Non-linear-Equations 03-04 min 20-30 sec
Answers:
May be this link will help, it shows an indirect way to do it: https://x-engineer.org/graduate-engineering/programming-languages/scilab/solve-second-order-ordinary-differential-equation-ode-scilab/
It basically makes use of the ode() function available in Scilab. You can read about it here: https://help.scilab.org/docs/5.4.1/en_US/ode.html
Login to add comment