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.

50 • Chapter 3: Finding SolutionsThus, to make your solution for x a function of both u and t, the firststep is to obtain the expression for x, as above.> eval(x, s2);− 52713 − 7 t − 2813 uThen use unapply to turn it into a function of u and t.> x := unapply(%, u, t);x := (u, t) → − 52713 − 7 t − 2813 u> x(1,1);−64613You can create the functions y and z in the same manner.> eval(y,s2);> y := unapply(%,u,t);> eval(z,s2);63513y := (u, t) → 63513+ 12 t +7013 u− 7013 − 7 t − 5913 u+ 12 t +7013 u> z := unapply(%, u, t);z := (u, t) → − 7013 − 7 t − 5913 u> y(1,1), z(1,1);

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

Saved successfully!

Ooh no, something went wrong!