0% found this document useful (0 votes)
40 views4 pages

Numerical Methods - Unit 4 - Week 1

Uploaded by

skm377429
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)
40 views4 pages

Numerical Methods - Unit 4 - Week 1

Uploaded by

skm377429
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/ 4

31/07/2024, 15:28 Numerical methods - - Unit 4 - Week 1

Assessment submitted.
(https://swayam.gov.in) (https://swayam.gov.in/nc_details/NPTEL)
X

[email protected]

NPTEL (https://swayam.gov.in/explorer?ncCode=NPTEL) » Numerical methods (course)


Click to register
for Certification
exam
Thank you for taking the Week 1:
Assignment 1.
(https://examform.nptel.ac.in/2024_10/exam_form/dashboard)

If already
registered, click
to check your
Week 1: Assignment 1
payment status Your last recorded submission was on 2024-07-31, 15:27 IST Due date: 2024-08-07, 23:59 IST.

1) If the intermediate calculation is rounded off upto three decimal places, then 1 point
1.3458 + 2.5724 =

Course
outline 3.917

3.920
About NPTEL
() 3.918

3.910
How does an
NPTEL online
2) The value after rounding 7.235459 to three significant digits is 1 point
course work?
()
7.24

Week 0 ()
7.235

Week 1 () 7.23

Introduction to 07.2

error analysis
and linear 3) If the exact value 3.141 is approximated by the value 3.14 then the relative error in the 1 point
systems (unit? approximation is
unit=17&lesson
=18)
0.0001

Gaussian
0.0002
elimination with
partial pivoting 0.0003

https://onlinecourses.nptel.ac.in/noc24_ma54/unit?unit=17&assessment=162 1/4
31/07/2024, 15:28 Numerical methods - - Unit 4 - Week 1

(unit?
Assessment submitted.
unit=17&lesson 0.0004

X =19)
4) The condition number of the coefficient matrix of the following linear system 1 point
LU 2x 1 + 3x 2 = 1; x 1 − x 2 = 2,

decomposition under 1 norm, is


(unit?
unit=17&lesson
4
=20)
3
Jacobi and
Gauss Seidel
2
methods (unit?
unit=17&lesson 1

=21)
5) Consider the following matrices: 1 point
Iterative
−2 0 8 −2 0 7
⎡ ⎤ ⎡ ⎤
methods-II
M1 = ⎢ 0 1 3 ⎥ M2 = ⎢ 0 1 4 ⎥
(unit?
⎣ ⎦ ⎣ ⎦
unit=17&lesson 0 0 0 0 0 1

=22) −2 0 5 −2 0 5
⎡ ⎤ ⎡ ⎤

Quiz: Week 1: M3 = ⎢ 0 1 3 ⎥ M4 = ⎢ 0 0 2 ⎥
⎣ ⎦ ⎣ ⎦
Assignment 1 1 1 5 0 1 0
(assessment? Then,
name=162)

Week 2 () Only M1 is in row-echelon form.

Text Only M1 , M2 and M3 are in row-echelon form.


Transcripts ()
Only M1 and M2 are in row-echelon form.
Books ()
Only M3 and M4 are in row-echelon form

6) The approximate solution after two iterations of Gauss-Seidal method of the given 1 point
system of equations
5x 1 + 3x 2 − x 3 = 5; x 1 − 5x 2 + 3x 3 = 0; 3x 1 + 2x 2 + x 3 = 10;

with initial solution is taken as (0, 0, 0) T


, correct up to 4 decimal places is

(2.2, 4.4, −5.6)

(2.2, 4.6, −5.4)

(2.2, 4.4, −5.4)

(2.3, 4.6, −5.4)

7) ⎡ 1 3 2 ⎤ 1 point
Suppose the matrix A = ⎢ 1 1 3 ⎥ reduce into the matrix B by applying row
⎣ ⎦
2 1 3

operations R3 ← R3 − 2R1 and R3 ← R3 − 2R1 Then the sum of diagonal elements of

https://onlinecourses.nptel.ac.in/noc24_ma54/unit?unit=17&assessment=162 2/4
31/07/2024, 15:28 Numerical methods - - Unit 4 - Week 1

A − B is
Assessment submitted.
X
2

8) By using Gauss-elimination solution with partial pivoting of solution the following 1 point
system
0.0020x 1 + 60x 2 = 48.21; 4.2x 1 + 6x 2 = 50

is

x 1 = 10.75742; x 2 = 0.8031414

x 1 = 8.769; x 2 = 1.051

x 1 = 10.800; x 2 = 0.8000

x 1 = 25.771; x 2 = 0.8052

9) Consider the following LU decomposition form of the matrix 1 point


1 2 0 1 0 0 u 11 u 12 u 13
⎡ ⎤ ⎡ ⎤⎡ ⎤

⎢ 1 3 1 ⎥ = ⎢ l 21 1 0⎥⎢ 0 u 22 u 23 ⎥
⎣ ⎦ ⎣ ⎦⎣ ⎦
0 1 3 l 31 l 32 1 0 0 u 33

Then, u 11 + u 22 + u 33 is equal to

10) Consider the system of equations 1 point


1 −a x1 b1
[ ] [ ] = [ ]
−a 1 x2 b2

where a > 0, then for which value of a Jacobi and Gauss-seidel method converges?

|a| ≤ 1

|a| ≥ 1

|a| > 1

|a| < 1

You may submit any number of times before the due date. The final submission will be considered
for grading.

https://onlinecourses.nptel.ac.in/noc24_ma54/unit?unit=17&assessment=162 3/4
31/07/2024, 15:28 Numerical methods - - Unit 4 - Week 1

Submit Answers
Assessment submitted.
X

https://onlinecourses.nptel.ac.in/noc24_ma54/unit?unit=17&assessment=162 4/4

You might also like