Description
Instructions
- Do exercise 6.3 on page 160 of the textbook.
- Submit an m-file named: hw5_ex1_LastName.m.
- 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.
- 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.



