discrim - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


discrim

discriminant of a polynomial

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

discrim(p, x)

Parameters

p

-

polynomial in x

x

-

independent variable

Description

• 

If d=degreep,x and a=lcoeffp,x then the discriminant is

−1dd12resultantp,ⅆpⅆx,xa

Examples

pax2+bx+c

pax2+bx+c

(1)

discrimp,x

4ac+b2

(2)

l5x2+x1

l5x2+x1

(3)

discriml,x

21

(4)

solvel,x

110+2110,1102110

(5)

kx22x+3

k12x2x+3

(6)

discrimk,x

−5

(7)

solvek,x

1+I5,1I5

(8)

See Also

degree

lcoeff

resultant

solve