[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fsolve - more params, how ?
From: |
Butora Robert (NTC/Espoo) |
Subject: |
fsolve - more params, how ? |
Date: |
Tue, 19 Jan 1999 08:29:00 +0200 |
Hi,
fsolve goes like:
fsolve(fname,x0) where: y=fname(x)
Trying to solve Kepler's equation:
M = E - e*sin(E) -> f(x)=M-(x-e*sin(x))
How to pass more then 1 parameter ('M' and 'e')
to the fname function besides the unknown 'x' ?
Thanks
Robert
- fsolve - more params, how ?,
Butora Robert (NTC/Espoo) <=