From help-request at octave dot org Tue Jan 11 08:19:52 2005 Subject: Re: ODE system solving From: "homer_jay at katamail dot com" To: help at octave dot org Date: Tue, 11 Jan 2005 14:22:26 +0000 i found this for solving a BVP problem: you have a condition like this: equations y(0)=2 y(L)=4 Using ODE function, you can't do this, but you have to write something like this: equations y(0)=2 Y'(0)=alfa then you write this new equation: F(alfa)=y(L)-4 and you need to find alfa for wich F(alfa)=0 (so y(L)=4) my question is: how to solve this equation? can i use something like the MATLAB's "fzero" function? (i think it's ok in matlab, but i don't konw really) ________________________________________________________________________ Cerchi un laboratorio fotografico aperto 24 ore su 24? Stampa le tue foto digitali su Kataweb e le ricevi a domicilio in 48 ore. http://www.kataweb.it/foto ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------