Homework #6
All problems MUST be in a SINGLE *.m file and be in separate blocks using '%% Problem X'. Otherwise you will not receive credit. You may need additional files for class definitions or functions. See class webpage for naming convention.
Contents
Problem 1
Solve the following system of equations for ,
and
using a matrix inverse. Check your answer.
Problem 2
Plot the Bessel function of the first kind, , from 0 to 10. Use the secant method to find the first positive zero crossing.
Note:
help besselj
Problem 3
Use Newton's method to find the first positive zero crossing of
Note: The derivative of is
Problem 4
Use the secant method to find the first minimum of .