help-octave
[Top][All Lists]
Advanced

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

RE: Problems solving the following equation


From: Allen.Windhorn
Subject: RE: Problems solving the following equation
Date: Thu, 10 Dec 2009 09:49:37 -0600

Julien,

From: Julien Martin [mailto:address@hidden 

> I am having problems solving the following equation:
> (r*32000)/(1-(1+r)^-6)-1810 = 0
> I tried with fsolve and it tells me that A^b, A must be square.

You may need to do the function element by element if fsolve feeds it a
vector.

y = (r.*32000)./(1.-(1.+r).^-6).-1810

Regards,
Allen



reply via email to

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