Hi,
I am trying to write a program in python that solves a system of nonlinear
equations using newton's method. I don't know what I am doing wrong. Please help
from scipy import*
x = array([0.0,0.0,0.0])
n=len(x)
tol= 0.1
N=30
k=1
while k <= N:
def f(x):
f= zeros((len(x)),flo
good day
I just started using python and i want to know how can i solve a boundary value
problem for ordinary differential equations using shooting method in python.use
the general equation to demonstrate the python code.
Thank you
Kgotlelelo Legodi
Natural Resources and the Environment
CSIR
good day
I just started using python and i want to know how can i solve a boundary value
problem for ordinary differential equations using shooting method in python.use
the general equation to demonstrate the python code.
Thank you
--
This message is subject to the CSIR's copyright terms and