Processing math: 100%
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

My system has three equations and three unknowns, which I want to transform into a series of three 1-D root finding problems.

For this to be possible, the system must have a finite number of solutions, but your system has an infinite number of solutions.

is there a test to see if my system of equations is pathological in some way?

You can compute I.dimension(). For 0-dimensional ideals (like the Scholarpedia example), the output will be more like what you expect.

click to hide/show revision 2
No.2 Revision

My system has three equations and three unknowns, which I want to transform into a series of three 1-D root finding problems.

For this to be possible, possible the system must have a finite number of solutions, but your system has an infinite number of solutions.

is there a test to see if my system of equations is pathological in some way?

You can compute I.dimension(). (By the way, this uses the Gröbner basis.) For 0-dimensional ideals (like the Scholarpedia example), example) there are finitely many solutions over C, and the output will be more like what you expect.

click to hide/show revision 3
No.3 Revision

My system has three equations and three unknowns, which I want to transform into a series of three 1-D root finding problems.

For this to be possible the system must have a finite number of solutions, but your system has an infinite number of solutions.

is there a test to see if my system of equations is pathological in some way?

You can compute I.dimension(). (By the way, this uses the Gröbner basis.) For 0-dimensional ideals in Q[x1,,xn] (like the Scholarpedia example) there are finitely many solutions over C, and the output will be more like what you expect.

click to hide/show revision 4
No.4 Revision

My system has three equations and three unknowns, which I want to transform into a series of three 1-D root finding problems.

For this to be possible the system must have a finite number of solutions, but your system has an infinite number of solutions.

is there a test to see if my system of equations is pathological in some way?

You can compute I.dimension(). (By the way, this uses the Gröbner basis.) For 0-dimensional ideals in Q[x1,,xn] (like the Scholarpedia example) there are finitely many solutions over C, and the output will be what you expect.

You can also call I.variety(ring=R) to solve the system of equations, which will give a warning if the ideal is not 0-dimensional.

click to hide/show revision 5
No.5 Revision

My system has three equations and three unknowns, which I want to transform into a series of three 1-D root finding problems.

For this to be possible the system must have a finite number of solutions, but your system has an infinite number of solutions.

is there a test to see if my system of equations is pathological in some way?

You can compute I.dimension(). (By the way, this uses the Gröbner basis.) For 0-dimensional ideals in Q[x1,,xn] (like the Scholarpedia example) there are finitely many solutions over C, and the output will be what you expect.

You can also call I.variety(ring=R) to solve the system of equations, equations over R (e.g. CC or RR for approximate solutions;AA or QQbar for exact solutions), which will give a warning if the ideal is not 0-dimensional.

click to hide/show revision 6
No.6 Revision

My system has three equations and three unknowns, which I want to transform into a series of three 1-D root finding problems.

For this to be possible the system must have a finite number of solutions, but your system has an infinite number of solutions.

is there a test to see if my system of equations is pathological in some way?

You can compute I.dimension(). (By the way, this uses the Gröbner basis.) For 0-dimensional ideals in Q[x1,,xn] (like the Scholarpedia example) there are finitely many solutions over C, and the output will be what you expect.

You can also call I.variety(ring=R) to solve the system of equations over R (e.g. CC or RR for approximate solutions;solutions, AA or QQbar for exact solutions), which will give a warning an error if the ideal is not 0-dimensional.