HamiIT
Sign inGet started
Home
Theme
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBsc CSITSemester 3Numerical MethodUnit 4: Solving System of Linear Equations (8 Hrs.)
Chapter Study

Bsc CSIT Semester 3 – Numerical Method – Unit 4: Solving System of Linear Equations (8 Hrs.)

Comprehensive questions and detailed answers for Unit 4: Solving System of Linear Equations (8 Hrs.). Perfect for exam preparation and concept clarity.

10
Questions
75
Marks
Back to All Chapters
1

What are the limitations of direct methods for solving a system of linear equations? How Gauss Seidel method differs from Jacobi iteration? Solve the following system of linear equation using Jacobi iteration method.

2x−7y−10z=−175x+y+3z=14x+10y+9z=7\quad \quad \quad \quad 2x-7y-10z=-17\\ \quad \quad \quad \quad 5x+y+3z=14\\ \quad \quad \quad \quad x+10y+9z=72x−7y−10z=−175x+y+3z=14x+10y+9z=7
MediumNumerical10 marks2081(TU Final)
2

Solve the following system of linear equations using Gauss-Jordan elimination method.

x+2y−3z=42x+4y−6z=8x−2y+5z=4x+2y-3z=4 2x+4y-6z=8 x-2y+5z=4x+2y−3z=42x+4y−6z=8x−2y+5z=4

MediumNumerical5 marks2081(TU Final)
3

How Gauss Jordan method differs from Gauss Elimination method? Solve the following system of equations using Gauss Jordan method. How can we use Gauss Jordan method to find the inverse of a matrix? Discuss.

2x−y+4z=152x+3y−2z=43x+2y−4z=−42x - y + 4z = 15\\ 2x + 3y - 2z = 4\\ 3x + 2y - 4z = -42x−y+4z=152x+3y−2z=43x+2y−4z=−4

HardNumerical10 marks2080(TU Final)
4

Factorise the following matrix using Cholesky method.

[211323149]\begin{bmatrix} 2 & 1 & 1\\ 3 & 2 & 3\\ 1 & 4 & 9 \end{bmatrix}​231​124​139​​
MediumNumerical5 marks2080(TU Final)
5

What is pivoting? Why is it necessary? Write an algorithm and program to solve the set of n linear equations using Gaussian elimination method.

HardNumerical10 marks2079(TU Final)
6

Solve the following set of equations using Gauss Siedal method.

x+2y+3z=46x+4y+5z=165x+2y+3z=12x + 2y + 3z = 4\\ 6x + 4y + 5z = 16\\ 5x + 2y + 3z = 12x+2y+3z=46x+4y+5z=165x+2y+3z=12

MediumNumerical5 marks2079(TU Final)
7

Write matrix factorization? How can be used to solve a system of linear equations? Factorize the given matrix A and solve the system of equations Ax = b for given b using L and U matrices.

A=[123281132236]and b=[41228]A = \begin{bmatrix} 1 & 2 & 3 \\ 2 & 8 & 11\\ 3 & 22 & 36 \end{bmatrix} \text{and } b = \begin{bmatrix} 4\\ 12\\ 28 \end{bmatrix}A=​123​2822​31136​​and b=​41228​​
HardNumerical10 marks2078(TU Final)
8

Why partial pivoting is used with Naive Gauss Elimination method? Solve the following system of equations using Gauss Elimination method with partial pivoting? How Gauss Jordan method differs from Gauss elimination method?

2x+2y−z=64x+2y+3z=4x+y+z=0\begin{aligned} 2x + 2y - z &= 6 \\ 4x + 2y + 3z &= 4 \\ x + y + z &= 0 \end{aligned}2x+2y−z4x+2y+3zx+y+z​=6=4=0​
HardNumerical10 marks2077(TU Final)
9

Discuss the Doolittle LU decomposition method for matrix factorization.

MediumNumerical5 marks2077(TU Final)
10

Solve the following set of linear equations using the Gauss-Jordan method.

x2+2x3+3x4=97x1+6x2+5x3+4x4=338x1+9x2+x4=272x1+5x2+4x3+3x4=23x2 + 2x3 + 3x4 = 9\\ 7x1 + 6x2 + 5x3 + 4x4 = 33\\ 8x1 + 9x2 + x4 = 27\\ 2x1 + 5x2 + 4x3 + 3x4 = 23x2+2x3+3x4=97x1+6x2+5x3+4x4=338x1+9x2+x4=272x1+5x2+4x3+3x4=23

MediumNumerical5 marks2078(TU Final)
Showing 10 questions

Sample Questions

What are the limitations of direct methods for solving a system of linear equations? How Gauss Seidel method differs from Jacobi iteration? Solve the following system of linear equation using Jacobi i

Marks: 10Chapter: Unit 4: Solving System of Linear Equations (8 Hrs.)

Solve the following system of linear equations using Gauss-Jordan elimination method. \[ x+2y-3z=4 2x+4y-6z=8 x-2y+5z=4 \]

Marks: 5Chapter: Unit 4: Solving System of Linear Equations (8 Hrs.)

How Gauss Jordan method differs from Gauss Elimination method? Solve the following system of equations using Gauss Jordan method. How can we use Gauss Jordan method to find the inverse of a matrix? Di

Marks: 10Chapter: Unit 4: Solving System of Linear Equations (8 Hrs.)

Factorise the following matrix using Cholesky method. \[ \begin{bmatrix} 2 & 1 & 1\\ 3 & 2 & 3\\ 1 & 4 & 9 \end{bmatrix} \]

Marks: 5Chapter: Unit 4: Solving System of Linear Equations (8 Hrs.)

What is pivoting? Why is it necessary? Write an algorithm and program to solve the set of n linear equations using Gaussian elimination method.

Marks: 10Chapter: Unit 4: Solving System of Linear Equations (8 Hrs.)

And more questions available on this page.

About Unit 4: Solving System of Linear Equations (8 Hrs.) Questions

This page contains comprehensive questions from the Unit 4: Solving System of Linear Equations (8 Hrs.) chapter of Numerical Method, part of the Bsc CSIT Semester 3 curriculum. All questions include detailed model answers from past TU exam papers.

Study Tips

  • Review concepts before attempting questions
  • Practice writing complete answers
  • Compare your answers with model solutions
  • Focus on questions from recent years
  • Use direct links (#question-ID) to bookmark and share specific questions

Related Resources

← Back to Numerical Method Chapters

Unit 4: Solving System of Linear Equations (8 Hrs.) chapter questions with answers for Numerical Method (Bsc CSIT Semester 3). Prepare for TU exams with our comprehensive question bank and model answers.

H
Hami IT

Empowering IT students with quality education resources and comprehensive exam preparation materials.

Programs

  • Flutter
  • Java
  • DevOps

Company

  • About Us
  • Contact
  • Terms of Service
  • Privacy Policy

Contact

  • 📧contact@hamiit.com
  • 📞+977 9813706443
  • 📍Kathmandu, Nepal

Community

  • Join Discord
  • Report a bug
  • Request feature

© 2026 Hami IT. All rights reserved.