
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An undergraduate mathematics assignment from spring 2006, focusing on finding eigenvalues, eigenvectors, and norms of matrices, as well as solving differential equations using euler's method and runge-kutta method. Students are required to show their work and write their own numerical algorithms for credit.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Assignment # 3 Math 456 - Spring 2006 Due: Tuesday, March 7
′ = y with y(0) = 1 and a step size of h = .1. Produce a table with the values of x, y and F (x, y) for each x = 0 ,. 1 ,. 2 ,... ,. 9 , 1 (as done in the notes).
′ = 5x^4 with y(0) = 0 on the interval [0, 1] with h = .1. Produce a table with the values of x, y and F (x, y) for each x (as in problem 3 above).
′′′ − 2 xy
′′
′ − x^2 y = 1 with initial conditions y(0) = 1, y
′ (0) = 2, y
′′ (0) = 3. Produce a table with the values of x and y in the interval [0, 1] using a step size of h = .1.
Note: