Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE) PDF Download

Q1: Consider two matrices Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
The determinant of the matrix AB is ______ (in integer).   [2024, Set-ll]
Ans: 10 to 10
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)Q2: The statements P and Q are related to matrices A and B, which are conformable for both addition and multiplication. 
P : (A + B) = A + B
Q : (AB) = A B  
Which one of the following options is CORRECT? [2024, Set-ll]
(a) Both P and Q are FALSE 
(b) Both P and Q are TRUE 
(c) P is FALSE and Q is TRUE 
(d) P is TRUE and Q is FALSE
Ans: 
(d)
According to properties of a matrix 
(i) (A+B) = A + B
The sum of transpose of matrices is equal to the transpose of the sum of two matrices. 
(ii) (AB) = B A
The product of the transpose of two matrices in reverse order is equal to the transpose of the product of them.

Q3: What are the eigenvalues of the matrix Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE) [2024, Set-l]
(a) -5,-1,2
(b)
-5,1,2
(c) 1,3,4
(d) 1,2,5
Ans: 
(d)
λ1 + λ2 + λ3 = 8
λ1 λ2 λ3 = 8 = ∣A∣ = 10 
Only option (A) satisfied above condition. 
1 + 2 + 5 = 8 
1 × 2 × 5 = 10

Q4: Cholesky decomposition is carried out on the following square matrix [A].
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Let Iij and aij be the (i, j)th elements of matrices [L] and [A], respectively. If the element I22  of the decomposed lower triangular matrix [L] is 1.968 , what is the value (rounded off to the nearest integer) of the element a22 ?  [2023, Set-ll]
(a) 5
(b) 7
(c) 9
(d) 11
Ans:
(b)
We know, cholesky decomposition, A = LLT
Where, L= lower tringular matrix
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
On comparison on both sides,
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)


Q5: For the matrix
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
which of the following statements is/are TRUE? [2023, Set-ll]
(a) [A] {X} = {b} has a unique solution 
(b) [A] {X} = {b} does not have a unique solution 
(c) [A] has three linearly independent eigenvectors 
(d) [A] is a positive definite matrix
Ans:
(b,c)

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

So AX = B does not have unique solution because ρ(A) < 3

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Matrix A has three distinct Eigen values so have three linearly independent eigen vectors. so option (C) is correct. Given matrix is symmetric matrix with real value entries. Hence A is not a positive definite matrix. because

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Hence option (D) is incorrect.

Q6: For the matrix
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Which of the following statements is/are TRUE? [2023, Set-l]
(a) The eigenvalues of [A] T are same as the eigenvalues of [A] 
(b) The eigenvalues of [A]−1 are the reciprocals of the eigenvalues of [A] 
(c) The eigenvectors of [A]T are same as the eigenvectors of [A] 
(d) The eigenvectors of [A]−1 are same as the eigenvectors of [A]
Ans:
(a, b, c, d)
Ax = λx… (i) 
ATx = λx… (ii) 
A and AT both have same eigen values and eigen vectors. 
Ax = λx…(i) 
⇒ A−1 Ax = A−1 (λx) = λA−1
⇒ x = λ A−1

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

So, eigen value and eigen vector ofLinear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE) and x.

Q7: If M is an arbitrary real n × n matrix, then which of the following matrices will have non-negative eigenvalues?  [2024, Set-l]
(a) M2
(b) MMT
(c) M
(d) (MT)2
Ans: 
(a, b, c, d)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
2 is eigen value of (M)2 which non negative] Hence, option A, B, C, D are correct.

Q8: Let y be a non-zero vector of size 2022 x 1. Which of the following statement(s) is/are TRUE?   [2022, Set-ll]
(a) yyT is a symmetric matrix. 
(b) yTy is an eigenvalue of yyT
(c) yyT has a rank of 2022. 
(d) yyT is invertible.
Ans: 
(a,b)
Let vector
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
From above information 
yyT is asymmetric. 
yTy is an eigen value of yyT
yyT has rank 1 
det(yyT) = 0 so, yyT is not invertible.

Q9: P and Q are two square matrices of the same order. Which of the following statement(s) is/are correct?  [2022, Set-ll]
(a) If P and Q are invertible, then [PQ]−1 =Q−1 P−1
(b) If P and Q are invertible, then [QP]−1 =P −1 Q−1
(c)If P and Q are invertible, then [PQ]−1 = Q−1 P−1
(d) If P and Q are not invertible, then [PQ]−1 = P−1 Q−1  
Ans:
(a, b)
If P and Q are invertible then (PQ)−1 = Q−1 P−1 is correct. Let,
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Hence, proved. Similarly, we can prove if P, Q are invertible then (QP)−1 = P−1−1 

Q10: The matrix M is defined asLinear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)and has eigenvalues 5 and -2. The matrix Q is formed as Q = M3 − 4M2 − 2M 
Which of the following is/are the eigenvalue(s) of matrix Q ?  [2022, Set-l]
(a)15 
(b) 25 
(c) -20 
(d) -30
Ans: 
(a, c)
Eigen values of M are 5, -2. So, eigen value of Q = M3 − 4M2 −2M are 
53 − 4 × 52 − 2 × 5 = 15 
(−2)3 − 4 × (−2)2 − 2 × (−2) =−20 

Q11: The smallest eigenvalue and the corresponding eigenvector of the matrix Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE), respectively, are  [2021, Set-ll]
(a) 1.55 and Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

(b) 2.00 and Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
(c) 1.55 and Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
(d) 1.55 and Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Ans: (a)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Q12: If A is a square matrix then orthogonality property mandates  [2021, Set-ll]
(a) AAT= I
(b) AAT = 0
(c) AAT= A−1
(d) AAT = A2
Ans:
(a)
If, AA = I or A−1 = AT
The matrix is orthogonal.

Q13: The rank of the matrix Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE) [2021, Set-ll]
(a) 1
(b) 2
(c) 3
(d) 4
Ans:
(c)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Rank(A) = 3

Q14: If P = Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)and Q = Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE) then QTPT is [2021, Set-l]
(a) Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

(b) Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
(c) Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
(d) Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Ans:
(d)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Now using Reversal law
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Q15: The rank of matrix Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE) [2021, Set-l]
(a) 1
(b) 2
(c) 3
(d) 4

Ans: (b)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Q16: A 4x4 matrix [P] is given below
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
The eigen values of [P] are  [2020, Set-ll]
(a) 0,3,6,6
(b) 1,2,3,4
(c) 3,4,5,7
(d) 1,2,5,7
Ans:
(d)
|P|= 70 and Trace (P) = 15
So, only option, (1, 2, 5, 7) satisfies.

Q17: Consider the system of equations
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
The value of x3 (round off to the nearest integer), is _______. [2020, Set-l]
(a) 1 
(b) 2 
(c) 3 
(d) 4
Ans:
(c)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Q18: Consider the hemispherical tank of radius 13 m as shown in the figure (not drawn to scale). What is the volume of water (in m3) when the depth of water at the centre of the tank is 6 m?   [2019: 2 Marks, Set-ll]

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

(a) 156π
(b) 396π
(c) 468π
(d) 78π

Ans: (b)
Volume of water

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Q19: The inverse of the matrix Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)[2019: 2 Marks, Set-ll]

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Ans: (d)

Q20: The rank of the following matrix is Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE) [2018 : 2 Marks, Set-II]

(a) 1
(b) 2
(c) 3
(d) 4
Ans: (b)

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Number of non zero rows = 2
Rank of A = 2

Q21: The matrix Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)has  [2018 : 2 Marks, Set-II]
(a) real eigenvalues and eigenvectors
(b) real eigenvalues but complex eigenvectors
(c) complex eigenvalues but real eigenvectors
(d) complex eigenvalues and eigenvectors
Ans: (d)

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
∴Complex Eigenvalues and complex Eigen vectors.

Q22: Which one of the following matrices is singular?  [2018: 1 Marks, Set-I]
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Ans: (c)
Option (a): |A| = 6 - 5 = 1
Option (b): |A| = 9 - 4 = 5
Option (c): |A| = 12-12 = 0
Option (d): |A| = 8 - 18 = -10
Hence matrix (c) is singular.

Question for Linear Algebra
Try yourself:For the given orthogonal matrix Q,    [2018: 1 Marks, Set-I]
Linear Algebra (Part - 1)
The inverse is
View Solution


Q23: If  A = Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)and B = Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE) ABT is equal to  [2017 : 2 Marks, Set-II]
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Ans: (a)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Q24: Consider the following simultaneous equations (with c1 and c2 being constants):  [2017 : 1 Mark, Set-II]
3x1 + 2x2 = c1
4x1 + x2 = c2
The characteristics equation for these simultaneous equations is
(a) λ2 - 4λ - 5 = 0
(b) λ2 - 4λ + 5 = 0
(c) λ2 + 4λ - 5 = 0
(d) λ2 + 4λ + 5 = 0
Ans: (a)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
|A - λI| = 0
(3 - λ) (1 - λ) - 8 = 0
3 - 4λ + λ2 - 8 = 0
λ2 - 4λ - 5 = 0

Q25: The matrix P is the inverse of a matrix Q. If I denotes the identity matrix, which one of the following options is correct?  [2017: 1 Mark, Set-I]
(a) PQ = I but QP ≠ I
(b) QP = I but PQ ≠ I
(c) PQ = I and QP = I
(d) PQ = QP = I
Ans:(c)
Given that P is inverse of Q.
P = Q-1  
PQ = Q-1Q,  QP = QQ-1
PQ = I , QP = I
∴ PQ = QP = I

Question for Linear Algebra
Try yourself:Consider the following linear system.    [2016 : 2 Marks, Set-Il]
x + 2y - 3z = a 
2x + 3y + 3x = b 
5x + 9y - 6z = c
This system is consistent if a, b and c satisfy the equation 
View Solution

Question for Linear Algebra
Try yourself:If the entries in each column of a square matrix M add up to 1, then an eigen value of M is [2016 : 1 Mark, Set - I]
View Solution

Question for Linear Algebra
Try yourself:The two Eigenvalues of the matrix Linear Algebra (Part - 1) have a ratio of 3 : 1 for p = 2. What is another value of p for which the Eigenvalues have the same ratio of 3 : 1?   
[2015: 2 Marks, Set-II]
View Solution

Question for Linear Algebra
Try yourself:Let A =Linear Algebra (Part - 1) with n > 3 and aij = i.j. The rank of A is    [2015 : 1 Mark, Set-II]
View Solution

Question for Linear Algebra
Try yourself:The smallest and largest Eigen values of the following matrix are Linear Algebra (Part - 1)    [2015 : 2 Marks, Set-I]
View Solution


Q26: For what value of p the following set of equations will have no solution?    [2015 : 1 Mark, Set-I]
2x + 3y = 5
3x + py = 10
Ans: 
Given system of equations has no solution if the lines are parallel i.e., their slopes are equal
2/3 = 3/p
⇒ p = 4.5

Q27: The rank of the matrix Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)is _____.    [2014 : 2 Marks, Set-II]
Ans:
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Determinant of matrix Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE) is not zero.
∴ Rank is 2

Q28: The determinant of matrix Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)[2014 : 1 Mark, Set-II]
Ans:
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Interchanging column 1 and column 2 and taking transpose,
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)


Q29: With reference to the conventional Cartesian (x, y) coordinate system, the vertices of a triangle have the following coordinates; (x1, y1) = (1, 0); (x2, y2) = (2, 2); (x3, y3) = (4, 3). The area of the triangle is equal to    [2014 : 1 Mark, Set-I]
(a) 3/2
(b) 3/4
(c) 4/5
(d) 5/2
Ans: (a)

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Area of triangle is

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Q30: The sum of Eigen values of matrix, [M] is where Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)[2014 : 1 Mark, Set-I]
(a) 915
(b) 1355
(c) 1640
(d) 2180
Ans: (a)
Sum of eigen values = trace of matrix
= 215 + 150 + 550 = 915

Q31: Given the matrices Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE) the product KT JK is ____.    [2014 : 1 Mark, Set-I]
Ans:

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Q32: There are three matrixes P(4 x 2), Q(2 x 4) and R(4 x 1). The minimum of multiplication required to compute the matrix PQR is    [2013 : 1 Mark]
Ans:If we multiply QR first then,
Q1:2x4 x R(4x1) having multiplication number 8.
There fore P(4 x 2) QR(2 x 1) will have minimum number of multiplication = (8 + 8) = 16.

Q33: The eigen values of matrix Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)[2011 : 2 Marks]
(a) -2.42 and 6.86
(b) 3.48 and 13.53
(c) 4.70 and 6.86
(d) 6.86 and 9.50
Ans: (b)
We need eigen values of Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

The characteristic equation is,

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

So eigen values are,

λ = 3.48, 13.53


Q34: [A] is square matix which is neither symmetric nor skew-symmetric and [A]T is its transpose. The sum and difference of these matrices are defined as [S] = [A] + [A]T and [D] = [A] - [A]T, respectively. Which of the following statements is TRUE?    [2011 : 1 Mark]

(a) Both [S] and [D] are symmetric
(b) Both [S] and [D] are skew-symmetric
(c) [S] is skew-symmetric and [D] is symmetric
(d) [S] is symmetric and [D] is skew-symmetric
Ans: (d)
Since (A + At) = At + (At)t
= At + A
i.e. St = S
∴ S is symmetric
Since (A - At)t = At - (At)t
= At - A = -(A - At)
i.e. Dt = - D
So D is Skew-Symmetric.

Q35: The inverse of the matrix Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)[2010 : 2 Marks]

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Ans: (b)

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

The document Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE) is a part of the Civil Engineering (CE) Course Topic wise GATE Past Year Papers for Civil Engineering.
All you need of Civil Engineering (CE) at this link: Civil Engineering (CE)
67 docs

Top Courses for Civil Engineering (CE)

FAQs on Linear Algebra - Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

1. What are the key topics in Linear Algebra that I should study for the GATE exam?
Ans. The key topics in Linear Algebra for the GATE exam include vector spaces, linear transformations, matrices, determinants, eigenvalues and eigenvectors, systems of linear equations, and inner product spaces. It's essential to understand the concepts and their applications thoroughly.
2. How can I effectively prepare for the Linear Algebra section of the GATE exam?
Ans. To effectively prepare for the Linear Algebra section, you should start by reviewing core concepts and theorems. Practice solving problems from previous GATE papers, take mock tests, and use study materials or online resources that focus specifically on Linear Algebra. Regular revision and focusing on weaker areas will also help.
3. What types of questions can I expect from Linear Algebra in the GATE exam?
Ans. In the GATE exam, questions from Linear Algebra can include multiple-choice questions (MCQs), numerical answer type questions, and theoretical questions. You may encounter problems involving matrix operations, finding eigenvalues, solving linear systems, and applying theorems related to vector spaces.
4. Are there any important formulas in Linear Algebra that I should memorize for the GATE exam?
Ans. Yes, some important formulas in Linear Algebra include the determinant of a matrix, properties of eigenvalues, Cramer’s rule for solving linear equations, and formulas related to inner products and orthogonality. Familiarizing yourself with these formulas will help you solve problems more efficiently.
5. How much weight does Linear Algebra carry in the GATE exam compared to other subjects?
Ans. The weight of Linear Algebra in the GATE exam varies by discipline but typically constitutes a small portion of the overall syllabus, often around 5-10%. However, its concepts are foundational and can be integrated into other subjects, making it essential to have a good grasp of the material.
67 docs
Download as PDF
Explore Courses for Civil Engineering (CE) exam

Top Courses for Civil Engineering (CE)

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Previous Year Questions with Solutions

,

Exam

,

study material

,

past year papers

,

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

,

Free

,

shortcuts and tricks

,

Sample Paper

,

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

,

mock tests for examination

,

ppt

,

Important questions

,

Semester Notes

,

video lectures

,

practice quizzes

,

pdf

,

Viva Questions

,

MCQs

,

Summary

,

Linear Algebra | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

,

Objective type Questions

,

Extra Questions

;