![[next]](next.gif)
![[previous]](previous.gif)
![[up]](up.gif)
![[top]](top.gif)
radical Ideal -- compute the radical of an ideal
Synopsis:
Code:
-- ../../../Macaulay2/m2/radical.m2:146-152
radical Ideal := Ideal => options -> (I) -> (
if class options.CompleteIntersection === Ideal then
unmixedradical2(I,options.CompleteIntersection)
else if options.Unmixed then
unmixedradical I
else radical1 I
)
![[next]](next.gif)
![[previous]](previous.gif)
![[up]](up.gif)
![[top]](top.gif)