0% found this document useful (0 votes)
13 views1 page

SNM Assignment 1

The document outlines an assignment for a statistics and numerical methods course, detailing various mathematical problems to solve. Tasks include finding the Newton-Raphson formula, solving systems of equations using Gauss elimination and Gauss-Jordan methods, applying the Gauss-Seidel method, determining eigenvalues and eigenvectors, and performing interpolation. Additionally, it involves using steam table data to find pressure at specific temperatures.

Uploaded by

divyassd1011
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

SNM Assignment 1

The document outlines an assignment for a statistics and numerical methods course, detailing various mathematical problems to solve. Tasks include finding the Newton-Raphson formula, solving systems of equations using Gauss elimination and Gauss-Jordan methods, applying the Gauss-Seidel method, determining eigenvalues and eigenvectors, and performing interpolation. Additionally, it involves using steam table data to find pressure at specific temperatures.

Uploaded by

divyassd1011
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

MA3251-Statistics and Numerical Methods

Assignment-1
----------------------------------------------------------------------------------------------------
1
1. Find the Newton- Raphson formula to find the value of , where N is a real
N
1
number and hence evaluate correct to 4-decimal places.
26
2. Using Gauss elimination method, solve the system.
3.15x1  1.96 x 2 3.85x3  12.95

2.13x1  5.12 x 2 2.89 x3  8.61

5.92 x1  3.05x 2 2.15x3  6.88

3. Solve the following system by Gauss-Jordan method.


5x1  x2  x3  x4  4 , x1  7 x2  x3  x4  12 ,

x1  x2  6 x3  x4  5 , x1  x2  x3  4 x4  6 .

4. Solve the following equation by Gauss-Seidel method.

4 x  2 y  z  14 , x  5 y  z  10 , x  y  8 z  20 .

5. Find the dominant eigenvalue and the corresponding eigenvector of the matrix
 2 1 0 
 1 2  1 by power method.
 
 0  1 2 

6. (i) Given f (2)  5 , f (2.5)  5.5 find the linear interpolating polynomial using

Lagrange’s interpolation.

(ii) Find the divided difference of f ( x)  x 3  x  2 for the arguments 1, 3, 6, 11.


7. The following data are taken from the steam table:
Temp.  C : 140 150 160 170 180
Pressure Kg/cm 2 : 3.685 4.854 6.302 8.076 10.225

Find the pressure at temperature t  142  and t  175 .

********

You might also like