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

Online Help

simplify/radical

simplify expressions with radicals

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

simplify(expr, radical)

simplify(expr, radical, symbolic)

Parameters

expr

-

any expression

radical

-

literal name; radical

symbolic

-

(optional) literal name; symbolic

Description

• 

The simplify/radical command is used to simplify expressions which contain radicals.  For the case of square roots only, see simplify/sqrt. Additional simplification facilities for expressions containing radicals include the radnormal, rationalize, and combine commands.

• 

The simplify/radical command has three phases.  In the first phase, it tries to simplify each radical individually.  In the second phase, it looks at the set of all the radicals that appear in the expression and tries to eliminate radicals by writing one radical in terms of others.  Finally, the expression as a whole is normalized as a rational expression.

• 

The main simplification applied to individual radicals is

  

Example 1: .

  

Example 2: .

  

If sign of  is unknown, the user can force Maple to do this transformation either by using the assume facility, or by specifying the symbolic option. If the sign of  is unknown, and the symbolic option is given,  is assumed real and positive.

• 

The main simplification applied to the set of radicals is to try to write a radical as a constant times another radical.

  

Example 1: Given , apply .

  

Example 2: Given , apply .

• 

The main simplification applied during the rationalization of the resulting expression is the following.

  

Given  where , write this as , normalize, and replace the dummy  by  on output.

  

Example:.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

(11)

(12)

(13)

(14)

(15)

See Also

assume

combine/radical

radnormal

rationalize

simplify/sqrt

 


Download Help Document