IFactor Command

IFactor( <Polynomial> )

Factors over the irrationals.

IFactor(x^2 + x - 1) gives (x+5+12)(x+5+12)

CAS Syntax

IFactor( <Expression> )

Factors over the irrationals.

IFactor(x^2 + x - 1) returns (x+5+12)(x+5+12)

IFactor( <Expression>, <Variable> )

Factors over the irrationals with respect to a given variable.

IFactor(a^2 + a - 1, a) returns (a+5+12)(a+5+12)

See also CIFactor command.