Skip to content

Roots of quadratic system.

3 messages · Kjetil Halvorsen, John Janmaat

#
John Janmaat wrote:

            
Certainly you cxould use solve, see
?solve
Alternatively you could go for a computer algebra system with an 
implemantation
of groebner basis, and use an symbolic method.

Kjetil
-- 

Kjetil Halvorsen.

Peace is the most effective weapon of mass construction.
               --  Mahdi Elmandjra
#
Kjetil Brinchmann Halvorsen wrote:
I have looked into using solve.  However, solve works on a system of 
linear equations (at least that is how I read it).  I have a system of 
quadratic equations.  They can be written to equate to zero, so that a 
non-linear system solver should do the trick.

John.