Algebra with Maple

Some useful commands that allow manipulation of algebraic equations include expand, factor, solve, and simplify.


expand


To expand an algebraic expression use expand( expression ); as follows.

factor

Factoring an algebraic expression does the opposite of expand. Use factor( expression );.

solve

Use Maple's equation solving commands as follows.

Tell Maple to solve the equation 3x = 7 for x by typing the command solve( expression );.

If there is more than one solution to a problem, Maple displays them both separated by a comma.

To solve two equations with two unknowns both equations must be enclosed by braces"{..}" and separated by commas. The unknowns must also be placed within braces and separated by commas.

simplify

Simplifying an algebraic equation is done with the command simplify( expression );.


Link to Maple Algebra Handout

Link to Maple Home Page


Back to Ellerbruch Web Site Home

Link to Math Department Home

Link to Northern Michigan University


Jo Norby-Davis: jnorbyda@nmu.edu.