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
   273   274   275   276   277   278   279   280   281   282   283