[SOLVED] EE5003 - Module 5 -Linear Equations and Function M-Files

30.00 $

Category:

Description

5/5 - (1 vote)

Instructions

  1. Do exercise 6.3 on page 160 of the textbook.
    • Submit an m-file named: hw5_ex1_LastName.m.
  2. Modify your solution to last week’s exercise (m) by implementing left division rather than explicitly implementing the least-squares matrix solution. o Submit an m-file named:  poly_curv_fit_2_LastName.m.
  3. Do a variation on exercise 7.5 on page 177 of the textbook. Do not implement an indefinite-length series.  Instead, implement a fixed-length series that terminates at the seventh-power term.  Test it in the range of -3 < x < +3.