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

Online Help

All Products    Maple    MapleSim


radsimp

simplification of an expression containing radicals

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

radsimp(expr)

radsimp(expr, 'ratdenom')

Parameters

expr

-

algebraic expression

Description

• 

Important: The command radsimp has been deprecated.  Use the superseding command simplify(...,radical,symbolic) instead.  The command radnormal is also useful for simplifying radicals.

• 

The original radsimp has been removed and replaced by a wrapper to simplify(...,radical,symbolic). If the optional argument 'ratdenom' is present, this call will be followed by a call to rationalize().

• 

A call to radsimp simplifies radicals contained in expr.

• 

If the second argument, 'ratdenom', is present, then radsimp will rationalize the denominator of expr.

• 

radsimp provides a normal form for expressions involving unnested radicals of rational functions.  For nested radicals, the algorithm is applied recursively, and then the inner radicals are frozen. For nonrational operators, the algorithm is first applied to the arguments, and then the operator is frozen.

• 

radsimp chooses branches of multi-valued expressions according to its own rules, which may not be consistent with rules used by other functions.  (For example, evalf(evalc(expr) - radsimp(expr)) may not always yield 0.) See evalc and evalf.

Examples

Important: The command radsimp has been deprecated.  Use the superseding command simplify(...,radical,symbolic) instead.

radsimp1+2x+x212

x+1

(1)

radsimp1+2121

11+2

(2)

radsimp1+2121,ratdenom

21

(3)

See Also

radfield

radnormal

rationalize

simplify,radical

simplify,sqrt