Macaulay2 » Documentation
Packages » SparseResultants :: SparseDiscriminant Thing
next | previous | forward | backward | up | index | toc

SparseDiscriminant Thing -- evaluate a sparse discriminant

Synopsis

Description

i1 : D = denseDiscriminant(2,2);

o1 : SparseDiscriminant (sparse discriminant associated to | 0 0 0 1 1 2 |)
                                                           | 0 1 2 0 1 0 |
i2 : QQ[a..f][x,y]; F = a*x^2+b*x*y+c*y^2+d*x+e*y+f

        2              2
o3 = a*x  + b*x*y + c*y  + d*x + e*y + f

o3 : QQ[a..f][x..y]
i4 : D(F)

        2              2    2
o4 = c*d  - b*d*e + a*e  + b f - 4a*c*f

o4 : QQ[a..f]

See also

Ways to use this method: