MC0074
MC0074
1 2 3
3. Find the adjoint and hence the inverse of A 1 3 4 .
1 4 3
4. Determine the largest eigen value and the corresponding eigen vector of the
6 2 2
matrix A 2 3 1 by power method taking the initial vector as
2 1 3
1 1 1 t .
5. Use the method of group averages and find a curve of the form y mx n that fits
the following data.
x 10 20 30 40 50 60 70 80
6. Using the method of least squares, find the straight line y = ax + b that fits the
following data
x 0.5 1.0 1.5 2.0 2.5 3.0
y 15 17 19 14 10 7
August 2010
Subject Code : MC0074 Assignment No: 02
Subject Name: Statistical and Numerical methods using C++
Marks: 60
Credits: 4 Bk Id B0812
2. Find the cubic polynomial which takes the following values y(0) = 1, y(1) = 0,
y(2) = 1 and y(3) = 10 , hence obtain the value of y(0.5)?
dy d 2y
4. Find and at x = 1 and x = 0 from the following data
dx dx 2
x 0 2 4 6 8
y 7 13 43 145 367
1
dx
5. Evaluate 1 x
0
2 using trapezoidal rule with h = 0.2, hence find the value of
.