help-octave
[Top][All Lists]
Advanced

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

Non linear equations: howto?


From: Dmitri A. Sergatskov
Subject: Non linear equations: howto?
Date: Mon, 20 Oct 2008 00:17:01 -0500

On Sun, Oct 19, 2008 at 11:47 PM, Fabrice DELENTE <address@hidden> wrote:
>> > 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.
>>
>
>> This is impossible to solve. E.g. d can be anything, so I suggest making
>> it 0.
>
> Well I tried on geogebra to find a solution visually, and it seems possible;
> why do you say it is impossible?
>

What I meant to say that there are infinite number of solutions.


a, b, and d are not independent parameters.
This is just like solving equation a*x + b + c.
Or in more obfuscate form
a*(x-x0) + b

> --
> Fabrice DELENTE

Dmitri.
--


reply via email to

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