SOLVE in ideal 1-dimensional
vpachecu2 · Mon Mar 29, 2010 4:40 pm
hello friends
i need to compute solutions of a ideal that dont are 0-dimensional
in the examples, its uses the function std.
but in my case
even after using the command, the dimension of the ideal remains the same
and must reduce it to 0 to use the function solve, or need one that returns a solution to an ideal that is not 0-dimensional
ideal s= x(1)^2+(5.072659+i*1.481763)*x(1)-75;
when i use std(s), its return the same s.
i need that dim(s) be a 0
or solve s with other funcion
i need to compute solutions of a ideal that dont are 0-dimensional
in the examples, its uses the function std.
but in my case
even after using the command, the dimension of the ideal remains the same
and must reduce it to 0 to use the function solve, or need one that returns a solution to an ideal that is not 0-dimensional
ideal s= x(1)^2+(5.072659+i*1.481763)*x(1)-75;
when i use std(s), its return the same s.
i need that dim(s) be a 0
or solve s with other funcion