Previous Up Next

10.1.2  Normal form

The normal command takes an expression and considers it to be a rational function with respect to generalized identifiers (which are either true identifiers or transcendental functions replaced by temporary identifiers) with coefficients in ℚ or ℚ[i] or in an algebraic extension (such as ℚ[√2] and finds its expanded irreducible representation.

Examples

normal((x-1)*(x+1))
     
x2−1           
normal((1-sin(x))*(1+sin(x))
     
sin2x+1           
Remarks.

Previous Up Next