help-gsl
[Top][All Lists]
Advanced

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

Re: [Help-gsl] solution of 3d quadratic algebraic system


From: Rhys Ulerich
Subject: Re: [Help-gsl] solution of 3d quadratic algebraic system
Date: Sun, 28 Oct 2012 06:47:15 -0500

> Can you please suggest a fast GSL method / algorithm to find the solutions
> of a quadratic 3d system of algebraic equations?
>
> In the reduced form all 3 equations have zero on the l.h.s., and on the
> r.h.s. there are constant, linear and quadratic terms composed of x1, x2,
> x3 (the three variables).

Newton iteration, especially if you provide analytic Jacobian, should do
well here. There may be faster things that can return multiple solutions,
however.

- Rhys


reply via email to

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