HamiIT
Sign inGet started
Home
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBCASemester 4Numerical MethodsUnit 4: Solution of Linear Algebraic Equations (10Hrs.)
Chapter Study

BCA Semester 4 – Numerical Methods – Unit 4: Solution of Linear Algebraic Equations (10Hrs.)

Comprehensive questions and detailed answers for Unit 4: Solution of Linear Algebraic Equations (10Hrs.). Perfect for exam preparation and concept clarity.

6
Questions
45
Marks
Back to All Chapters
1

What is meant by ill-conditioned system? Find the Cholesky decomposition of the following matrix:

[411152123]\quad \quad \quad \begin{bmatrix} 4 & 1 & 1 \\ 1 & 5 & 2 \\ 1 & 2 & 3 \end{bmatrix}​411​152​123​​

MediumTHEORY5 marks2021(TU FOHSS Final)
2

a) Solve the following system of equations using Gauss-Seidel method:

2x−7y−10z=−175\quad\quad\quad 2x - 7y - 10z = -1752x−7y−10z=−175

x+y+3z=14\quad\quad\quad x + y + 3z = 14x+y+3z=14

x+10y+9z=7\quad\quad\quad x + 10y + 9z = 7x+10y+9z=7

b) Write an expansion of Taylor’s Theorem. Solve the equation

y′(x)=x2+y2,y(0)=1\quad\quad\quad y′(x)=x2+y2, \quad y(0)=1y′(x)=x2+y2,y(0)=1

for x=0.5x=0.5x=0.5 using Taylor method.

MediumTHEORY10 marks2021(TU FOHSS Final)
3

Find the dominant eigenvalue of

A=[2354]A = \begin{bmatrix} 2 & 3 \\ 5 & 4 \end{bmatrix}A=[25​34​]

by the power method. Apply the Gauss--Seidel method to solve the system of equations:

6x1−2x2+x3=11,−2x1+7x2+2x3=5,x1+2x2−5x3=−1,\begin{aligned} 6x_1 - 2x_2 + x_3 &= 11, \\ -2x_1 + 7x_2 + 2x_3 &= 5, \\ x_1 + 2x_2 - 5x_3 &= -1, \end{aligned}6x1​−2x2​+x3​−2x1​+7x2​+2x3​x1​+2x2​−5x3​​=11,=5,=−1,​

with the initial vector of (0,0,0).(0, 0, 0).(0,0,0).

MediumTHEORY10 marks2022(TU FOHSS Final)
4

What is the form of resultant matrix using Gauss-Jordan method? Solve the following system of equations using Gauss-Jordan Method.  

 x+2y−3z=4\quad \quad  x + 2y - 3z = 4 x+2y−3z=4

2x+4y−6z=8\quad \quad2x + 4y - 6z = 82x+4y−6z=8

 x−2y−5z=4\quad \quad  x - 2y - 5z = 4 x−2y−5z=4

MediumTHEORY5 marks2023(TU FOHSS Final)
5

Solve the following equations by using Gauss-Jordan method.

2x+3y+4z=5\quad \quad2x+3y+4z=52x+3y+4z=5

3x+4y+5z=6\quad \quad3x+4y+5z=63x+4y+5z=6

4x+5y+6z=7\quad \quad4x+5y+6z=74x+5y+6z=7

MediumTHEORY5 marks2024(TU FOHSS Final)
6

Solve the given set of linear equations using Dolittle LU decomposition method:  

3x1+2x2+x3=10\quad \quad3x 1 + 2x 2 + x 3 = 103x1+2x2+x3=10

2x1+3x2+2x3=14\quad \quad2x 1 + 3x 2 + 2x 3 = 142x1+3x2+2x3=14

3x1+2x2+3x3=14\quad \quad3x 1 + 2x 2 + 3x 3 = 143x1+2x2+3x3=14

MediumTHEORY10 marks2024(TU FOHSS Final)
Showing 6 questions

Questions in Unit 4: Solution of Linear Algebraic Equations (10Hrs.)

What is meant by ill-conditioned system? Find the Cholesky decomposition of the following matrix: \[ \quad \quad \quad \begin{bmatrix} 4 & 1 & 1 \\ 1 & 5 & 2 \\ 1 & 2 & 3 \end{bmatrix} \]

Marks: 5

Year: 2021 Final TU FOHSS

(A) Ill-Conditioned System A system of linear equations is said to be ill-conditioned if a small change in the input data (coefficients or constants) produces a large change in the solution. - Such sy

a) Solve the following system of equations using Gauss-Seidel method: \[ \quad\quad\quad 2x - 7y - 10z = -175 \] \[ \quad\quad\quad x + y + 3z = 14 \] \[ \quad\quad\quad x + 10y + 9z = 7 \] b) Write a

Marks: 10

Year: 2021 Final TU FOHSS

(a) Solution using Gauss–Seidel Method (5 Marks) Chapter \[ \boxed{\text{Unit 4: Solution of Linear Algebraic Equations (10 Hrs.)}} \] --- Given system: \[ \begin{aligned} 2x - 7y - 10z &= -175 \qua

Find the dominant eigenvalue of \[ A = \begin{bmatrix} 2 & 3 \\ 5 & 4 \end{bmatrix} \] by the power method. Apply the Gauss--Seidel method to solve the system of equations: \[ \begin{aligned} 6x1 - 2x

Marks: 10

Year: 2022 Final TU FOHSS

Given Matrix: \[ A = \begin{bmatrix} 2 & 3 \\ 5 & 4 \end{bmatrix} \] We are required to find the dominant eigenvalue using power method. --- Step 1: Choose Initial Vector \[ x^{(0)} = \begin{bmatrix}

What is the form of resultant matrix using Gauss-Jordan method? Solve the following system of equations using Gauss-Jordan Method.   \[    \quad \quad  x + 2y - 3z = 4      \] \[ \quad \quad2x + 4y -

Marks: 5

Year: 2023 Final TU FOHSS

1. Form of Resultant Matrix in Gauss-Jordan Method - In Gauss-Jordan elimination, the augmented matrix of the system is reduced to row-reduced echelon form (RREF). - The resultant form is: \[ \begin{b

Solve the following equations by using Gauss-Jordan method. \[ \quad \quad2x+3y+4z=5 \] \[ \quad \quad3x+4y+5z=6 \] \[ \quad \quad4x+5y+6z=7 \]

Marks: 5

Year: 2024 Final TU FOHSS

1. Problem Statement Solve the system: \[ \begin{aligned} 2x + 3y + 4z &= 5 \\ 3x + 4y + 5z &= 6 \\ 4x + 5y + 6z &= 7 \end{aligned} \] using Gauss-Jordan elimination. --- 2. Form Augmented Matrix \[

Solve the given set of linear equations using Dolittle LU decomposition method:   \[ \quad \quad3x 1 + 2x 2 + x 3 = 10  \] \[ \quad \quad2x 1 + 3x 2 + 2x 3 = 14 \] \[ \quad \quad3x 1 + 2x 2 + 3x 3 = 1

Marks: 10

Year: 2024 Final TU FOHSS

1. Problem Statement Solve the system of equations: \[ \begin{aligned} 3x1 + 2x2 + x3 &= 10 \\ 2x1 + 3x2 + 2x3 &= 14 \\ 3x1 + 2x2 + 3x3 &= 14 \end{aligned} \] using Doolittle LU decomposition. --- 2.

About Unit 4: Solution of Linear Algebraic Equations (10Hrs.) Questions

This page contains comprehensive questions from the Unit 4: Solution of Linear Algebraic Equations (10Hrs.) chapter of Numerical Methods, part of the BCA Semester 4 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 Methods Chapters

Unit 4: Solution of Linear Algebraic Equations (10Hrs.) chapter questions with answers for Numerical Methods (BCA Semester 4). 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

Contact

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

© 2026 Hami IT. All rights reserved.