12.07.2015 Views

Learning Guide Learning Guide

Learning Guide Learning Guide

Learning Guide Learning Guide

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

38 • Chapter 2: Mathematics with Maple: the Basics[1, 0, 1, 4, 9]The lhs and rhs CommandsThese two commands take the left-hand side and right-hand side of anexpression, respectively.> eqn1 := x+y=z+3;eqn1 := y + x = z + 3> lhs(eqn1);y + x> rhs(eqn1);z + 3The numer and denom CommandsThese two commands take the numerator and denominator of a rationalexpression, respectively.> numer(3/4);3> denom(1/(1 + x));x + 1The nops and op CommandsThese two commands are useful for breaking expressions into parts andextracting subexpressions.The nops command returns the number of parts in an expression.> nops(x^2);2

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!