Page 278 - Numerical Analysis Using MATLAB and Excel
P. 278
Solutions to End−of−Chapter Exercises
MATLAB displays the same result.
x=sym('x'); i=sym(‘i’); v=sym(‘v’); k=sym(‘k’); V=sym(‘V’);...
i=k*(1+v/V)^1.5; z=taylor(i,4,0); pretty(z)
2 3
k v k v k v
k + 3/2 --- + 3/8 ---- - 1/16 ----
V 2 3
V V
Numerical Analysis Using MATLAB® and Excel®, Third Edition 6−61
Copyright © Orchard Publications