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.

178 • Chapter 5: Evaluation and Simplification2> rhs( 2..5 );5> eq := x = -2..infinity;eq := x = −2..∞> lhs( eq );x> rhs( eq );−2..∞> lhs( rhs(eq) );−2> rhs( rhs(eq) );∞The numer and denom commands extract the numerator and denominator,respectively, from a fraction.> numer( 2/3 );2> denom( 2/3 );3> fract := ( 1+sin(x)^3-y/x) / ( y^2 - 1 + x );

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

Saved successfully!

Ooh no, something went wrong!