From help-octave-request at bevo dot che dot wisc dot edu Tue Jan 19 00:32:51 1999 Subject: fsolve - more params, how ? From: "Butora Robert (NTC/Espoo)" To: help-octave 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