Math Assignment 3 - Spring 2006: Eigenvalues, Eigenvectors, Norms, Matrix Diff. Equations, Assignments of Mathematics

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

Pre 2010

Uploaded on 08/19/2009

koofers-user-0o1
koofers-user-0o1 🇺🇸

10 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Assignment # 3
Math 456 - Spring 2006
Due: Tuesday, March 7
1. (30 pts) Find the eigenvalues, eigenvectors, k · k1and k · kfor the following,
A=1 3
4 2 , B =2 1
1 2 , C =2 3
12, D =2 5
12
2. (10 pts) Find k · k2for each of the following matrices,
A=2 5
12, B =
570
35 0
0 0 2
3. (10 pts) Solve y0=yexactly assuming that y(0) = 1.
4. (10 pts) Use Euler’s method to solve y0=ywith 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).
5. (10 pts) Use Runge-Kutta method to solve y0= 5x4with 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).
6. (20 pts) Use Euler’s method to solve y000 2xy00 + 4y0x2y= 1 with initial
conditions y(0) = 1, y0(0) = 2, y 00(0) = 3. Produce a table with the values of x
and yin the interval [0,1] using a step size of h=.1.
7. (10 pts) Use Runge-Kutta method to solve 3x2y00 xy0+y= 0 with initial
conditions y(1) = 4, y0(1) = 2 on the interval [1,2] with h=.2. Print out a
table with all the values for x, y and zfor all the points x= 1,1.2,1.4,1.6,1.8
and 2. (Here zrefers to V- notation provided in the notes and in class).
Note:
1) You must show ALL work for credit.
2) You should use a calculator or a computer and write your own numerical algo-
rithms to produce the solutions to problems 4, 5, 6 and 7. You must submit/write
the code for your Euler and Runge-Kutta methods together with your assignment
for any credit to be given.

Partial preview of the text

Download Math Assignment 3 - Spring 2006: Eigenvalues, Eigenvectors, Norms, Matrix Diff. Equations and more Assignments Mathematics in PDF only on Docsity!

Assignment # 3 Math 456 - Spring 2006 Due: Tuesday, March 7

  1. (30 pts) Find the eigenvalues, eigenvectors, ‖ · ‖ 1 and ‖ · ‖∞ for the following,

A =

[

]

, B =

[

]

, C =

[

]

, D =

[

]

  1. (10 pts) Find ‖ · ‖ 2 for each of the following matrices,

A =

[

]

, B =

  1. (10 pts) Solve y′ = y exactly assuming that y(0) = 1.
  2. (10 pts) Use Euler’s method to solve y

′ = 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).

  1. (10 pts) Use Runge-Kutta method to solve y

′ = 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).

  1. (20 pts) Use Euler’s method to solve y

′′′ − 2 xy

′′

  • 4y

′ − 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.

  1. (10 pts) Use Runge-Kutta method to solve 3x^2 y′′ − xy′ + y = 0 with initial conditions y(1) = 4, y′ (1) = 2 on the interval [1, 2] with h = .2. Print out a table with all the values for x, y and z for all the points x = 1, 1. 2 , 1. 4 , 1. 6 , 1. 8 and 2. (Here z refers to V - notation provided in the notes and in class).

Note:

  1. You must show ALL work for credit.
  2. You should use a calculator or a computer and write your own numerical algo- rithms to produce the solutions to problems 4, 5, 6 and 7. You must submit/write the code for your Euler and Runge-Kutta methods together with your assignment for any credit to be given.