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

Online Help

All Products    Maple    MapleSim


normal

normalize a rational expression

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

normal(f)

normal(f, expanded)

Parameters

f

-

algebraic expression

Description

• 

The expression f is converted to factored normal form. This is the form numerator/denominator, where the numerator and denominator are relatively prime polynomials with integer coefficients.

• 

The normal command provides basic simplification and recognizes expressions equal to zero in the domain of rational functions. This includes any expression constructed from sums, products and integer powers of integers and variables.

• 

If f is a list, set, range, series, equation, relation, or function, normal is applied recursively to the components of f. In the case of a series, for example, this means that the coefficients of the series are normalized.

• 

If f contains subexpressions not in the domain of rational functions, such as square roots, powers, and functions,  normal is first applied recursively to these objects. They are then frozen (see the frontend function) to unique names so that the form of f can be simplified.  For such cases, normal may not recognize when an expression is equal to zero.

• 

If normal is called with the second argument, expanded, the numerator and denominator will be expanded polynomials.

Examples

normalx2x+1x11

0

(1)

normalx2y2xy3

x+yxy2

(2)

normalfx21fx1

fx+1

(3)

normal2x+y3=0,1x5x2=1

x5x2=1,yx+63x=0

(4)

normalsinxx+1x

sinx2

(5)

normal1x1x2<5

x1x2<5

(6)

gseq7ixi2x+1+1x&comma;i=1..4

g7xx+1+1x&comma;14x4x+1+1x&comma;21x9x+1+1x&comma;28x16x+1+1x

(7)

normalg

7x2+x+1xx+1&comma;14x2+4x+14x+1x&comma;21x2+9x+19x+1x&comma;28x2+16x+116x+1x

(8)

fseriesxyx+y+1x&comma;x=1&comma;3

fy1+y+1+yy1+y1+y1x1+y21+y3+1x12+Ox13

(9)

normalf

2y+11+y2y+11+y2x1+y3+2y2+3y+11+y3x12+Ox13

(10)

If normal is called with the second argument, expanded, the numerator and denominator will be expanded polynomials.

normal1x+xx+1

x2+x+1xx+1

(11)

normal1x+xx+1&comma;expanded

x2+x+1x2+x

(12)

See Also

denom

environment variables

expand

factor

frontend

map

Normal

numer

radnormal

simplify