Mathematics Paper 1.
Mathematics Paper 1.
Mathematics Paper 1.
2024
Total Marks : 150 Subject: Linear Algebra
Duration : 3hrs
The maximum number of linearly independent rows (or columns) of a matrix is called its
_______.
5 Orthogonal Matrix:
A square matrix U is orthogonal if its transpose is equal to its inverse, U𝐓 = U⁻¹. In other words,
U𝐓 U = I, where I is the identity matrix. The columns (and rows) of an orthogonal matrix are all
_______ vectors.
A systematic method for solving a system of linear equations by transforming the augmented
matrix into an upper triangular matrix using elementary row operations is called _______.
The Gauss Jordan method extends Gauss elimination by further transforming the upper
triangular matrix into a diagonal matrix. This method is useful to easily identify the _______ of
the system.
10 Cramer's Rule:
Any square matrix A can be represented as A = P D P⁻¹**, where P is a matrix containing the
eigenvectors of A as columns, and D is a diagonal matrix containing the corresponding
eigenvalues. This decomposition is called _______.
12 LU Decomposition:
A matrix factorization technique that expresses a matrix A as the product of a lower triangular
matrix L and an upper triangular matrix U, A = L U. This decomposition is helpful for solving
systems of linear equations and other applications.
13 Linear Transformation:
A function T that maps vectors from one vector space V to another vector space W, preserving
the operations of vector addition and scalar multiplication, is called a _______.
14. A square matrix where its elements are mirrored across the main diagonal (A = A^T)
15. A square matrix where its elements are negative of the mirrored elements across the
(A^T = A^-1).
eigenvalues.
a diagonal matrix.
non-zero vector.
certain properties.
diagonal.
x + 2y + z = 5
2x + y - z = -3
3x - y + 2z = 8
Continue from problem (e). Use the resulting upper triangular matrix from Gaussian elimination
and apply Gauss Jordan method to obtain a diagonal matrix.
Given a matrix:
(i) LU Decomposition:
into a lower triangular matrix (L) and an upper triangular matrix (U) using LU decomposition.
18. Eigen Decomposition (Advanced):
Problem: Explain how to compute the inverse of a matrix A using its Eigen
efficiently?
Problem: Prove that the composition of two linear transformations T1: V -> W and T2:
A projectile is launched at an angle θ with an initial velocity (v₀). We can model its
| dx/dt | | 1 | | v₀ * cos(θ) |
Finding the eigenvalues of this matrix allows us to analyze the stability and behavior of
A simple truss bridge can be modeled by a system of linear equations representing the
forces acting on its joints. We can express these forces as a matrix equation.
For example, a truss with 3 joints might have a matrix equation relating the unknown
forces (F₁ to F₃) to the external loads (P₁ and P₂) applied at the joints.
By finding the rank of this matrix, we can determine if the system of equations has a
unique solution (full rank) or if there are infinitely many solutions (rank deficiency). This
helps engineers assess the stability and load-bearing capacity of the bridge.
23. Case Study 3: Robot Arm Kinematics and Orthogonal Matrices (b)
A robot arm can be modeled by a series of connected links with rotational joints. The
transformation matrix for each joint rotation can be represented by a 3x3 matrix.
When the robot arm moves, these individual transformation matrices are multiplied to
obtain the final end-effector position. Since these matrices describe rotations, they can
By analyzing the properties of these orthogonal matrices, we can determine the robot's
```
dx/dt = v₀ * cos(θ)
```
provides valuable insights into the projectile's motion. Implement the matrix
equations representing the forces acting on its joints. These forces can be
A = | 2 1 |
| 4 -1 |
Problem: Let T be a linear transformation from R^2 (2-dimensional real vector space) to