help-octave
[Top][All Lists]
Advanced

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

Re: Solving 4 quadratic equations with four unknowns


From: Ben Abbott
Subject: Re: Solving 4 quadratic equations with four unknowns
Date: Mon, 11 Aug 2014 10:32:47 -0400

On Aug 11, 2014, at 7:05 AM, scjoshi <address@hidden> wrote:

> I have four equations:
> f1 (x1, x2, x3, x4, x1*x3, x1*x4, x2*x3, x2*x4)=0
> f2 (x1, x2, x3, x4, x1*x3, x1*x4, x2*x3, x2*x4)=0
> f3 (x1, x2, x3, x4, x1*x3, x1*x4, x2*x3, x2*x4)=0
> f4 (x1, x2, x3, x4, x1*x3, x1*x4, x2*x3, x2*x4)=0
> 
> Is there any way of solving these four quadratic equations in octave?

Take at look at ...

        help fsolve

Ben




reply via email to

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