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.

2.6 Expression Manipulation • 35Argumentpolynomexp, expln, expsincosparfracrationalradians, degreesset, list, listlisttemperatureunitsTable 2.3 Common ConversionsDescriptionseries to polynomialstrigonometric expressions to exponential formrational expressions to partial fraction formfloating-point numbers to rational formbetween degrees and radiansbetween data structuresbetween temperature scalesbetween unitsA :=[ ] a bc d> convert(A, ’listlist’);[[a, b], [c, d]]> convert(A, ’set’);{a, b, d, c}> convert(%, ’list’);[a, b, d, c]The normal CommandThis command transforms rational expressions into factored normalform,numeratordenominator ,where the numerator and denominator are relatively prime polynomialswith integer coefficients.> rat_expr_2 := (x^2 - y^2)/(x - y)^3 ;

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

Saved successfully!

Ooh no, something went wrong!