I am going through introductory course on commutative algebra. Let us have an algebraic set $X$ in $\mathbb{C}^4$ that is described as $x_1x_4 -x_2x_3 (f) = x_1x_3 - x_2^2 (g) =0$.
I am asked to find irreducible subsets of X, and to compare $I = (f,g)$, the ideal $I(X)$ which is all the polys that $h|_X$=0 and the intersection of ideals of the irreducible components.
So far $f$ is a cone with the origin at $(0,0,0,0)$. One of the components seem to be $x_1=x_2=0$
Here is a similar task that gives a way to make a problem easier in case there are elements that are reducible.
The task is taken from here and I have solved the same question for $(x_1x_2-x_3^2=x_3-\lambda(x_1+x_2)=0)$ for $\lambda \in \mathbb{C}$ which is an intersection of a plane and a cone. But I can't imagine 4-dimensional space. I used the fact that homogeneous polynomial of second power is always reducible. May be that could help here.
Update. I have found three related questions: Checking one of prime ideals of X, Krull dimension of I(X), Groebner base for the system.
thanks in advance
In M2
R=QQ[x_1..x_4]
I=ideal(x_1*x_4-x_2*x_3,x_1*x_3-x_2^2)
primaryDecomposition I
toString oo
– Jan-Magnus Økland Aug 16 '19 at 04:41-- {ideal(x_3^2-x_2*x_4,x_2*x_3-x_1*x_4,x_2^2-x_1*x_3), ideal(x_2,x_1)}