[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Solving Complex Simultaneous Equations
From: |
c. |
Subject: |
Re: Solving Complex Simultaneous Equations |
Date: |
Wed, 19 Jun 2013 15:56:31 +0200 |
On 18 Jun 2013, at 17:43, JoshE87 <address@hidden> wrote:
> Formula 1
> x^2=sum(5*((2-y*ui)/(1+x*ui)))
>
> Formula 2
> y=1/z*sum((ui)/(1+x*ui))
>
> Formula 3
> z=1+ sum(ui/(1+x*ui))
>
> first guess of x
> x=(a*(sum(ui*5))^0.5)/2
are "x", "y" and "z" vectors or scalars?
is "ui" a vector of known values?
c.
Re: Solving Complex Simultaneous Equations,
c. <=