- #1
Tilfani
- 12
- 0
I would like to solve this system, which is a sets of non linear quadratic equations, the system needed to be solved can be expressed in general as follow:
ϒϒ'C – ϒα = B
Where ϒ=(ϒ1,ϒ2,...ϒn)’ is a column vector and ϒ’ its transpose
C=(c1,c2,…,cn)’ and B=(b1,b2,…bn)’ are a columns vector
And α is a reel scalar
I would like to solve for ϒ, with approximatively about 30
Can someone propose me an algorihm/method to solve this system.
also a code to do it wil be very useful.
Bests
ϒϒ'C – ϒα = B
Where ϒ=(ϒ1,ϒ2,...ϒn)’ is a column vector and ϒ’ its transpose
C=(c1,c2,…,cn)’ and B=(b1,b2,…bn)’ are a columns vector
And α is a reel scalar
I would like to solve for ϒ, with approximatively about 30
Can someone propose me an algorihm/method to solve this system.
also a code to do it wil be very useful.
Bests
Last edited: