help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Non linear equations: howto?


From: Fabrice DELENTE
Subject: Re: Non linear equations: howto?
Date: Sun, 19 Oct 2008 17:29:10 +0200
User-agent: Mutt/1.4.2.3i

On Sun, Oct 19, 2008 at 05:17:45PM +0200, Søren Hauberg wrote:
> If you're equation has many solutions, then fsolve will essentially find
> the one closest to the initial guess.

Thought so.

> I'm curious: f is a function of 5 parameters, so how do you plot it?

In fact f is just a function of x, and I plot y=f(x).

The parameters are there so that f's curve goes through the points I want.

So a,b,c,d and e should have the right values so that f's curve goes through
(1,0), (2,2) etc. as I said in my first post.

My problem is that I have the curve of f, and I'd like to find its equation;
I guessed that f is of the form (a*x+b)*exp(c*x+d)+e, and I'm trying to find
the right values for a,b,c,d and e.

I tried solving algebraically with maxima, but didn't get an answer, so I
turned to numerical solving.

-- 
Fabrice DELENTE


reply via email to

[Prev in Thread] Current Thread [Next in Thread]