Types of Matrices
- Row Matrix: A matrix with only 1 row.
- Column Matrix: A matrix with only 1 column.
- Square Matrix: A matrix with an equal number of rows and columns.
- Rectangular Matrix: A matrix with an unequal number of rows and columns.
- Zero Matrix: A matrix where all elements are zero, regardless of size.
- Diagonal Matrix: A square matrix where all elements except for the main diagonal are zero.
- Scalar Matrix: A square matrix with a constant value on the diagonal and zeros elsewhere.
- Unity Matrix: A matrix where all elements are 1, regardless of size.
- Identity Matrix: A square matrix with 1s along the main diagonal and 0s elsewhere.
- Upper Triangular Matrix: A square matrix where all elements below the diagonal are zero.
- Lower Triangular Matrix: A square matrix where all elements above the diagonal are zero.
- Symmetric Matrix: A square matrix that is equal to its transpose.
- Skew-Symmetric Matrix: A square matrix that is equal to the negative of its transpose.
- Non-Singular (Invertible) Matrix: A square matrix with a non-zero determinant.
- Singular (Non-Invertible) Matrix: A square matrix with a determinant of zero.
- Involutory Matrix: A square matrix that is its own inverse, meaning , where is the identity matrix.
- Orthogonal Matrix: A square matrix such that .
- Important: Its determinant is .
- Conditions:
- Magnitude of every column must be 1.
- Dot product of columns must be zero.
- Idempotent Matrix: A square matrix such that for every .
- Matrix with : Its determinant is either 1 or -1.
Key Points about Matrices
- Matrix operations always yield matrices as results.
- Left Distribution Law: .
- Right Distribution Law: .
- If is symmetric, then is skew-symmetric.
- Any square matrix can be expressed as a sum of a symmetric and skew-symmetric matrix:
- Here, (symmetric) and (skew-symmetric).
- Transpose properties:
- and .
- The zero matrix is the only matrix that is both symmetric and skew-symmetric.
- The product is symmetric if and only if .
- The sum is symmetric, while is skew-symmetric.
- .
Properties of Determinants
- The value of a determinant remains unchanged if its rows and columns are interchanged.
- If any two rows (or columns) of a determinant are interchanged, the sign of the determinant changes.
- If any two rows (or columns) of a determinant are identical, the value of the determinant is zero.
- If all elements of a row (or column) are multiplied by a scalar , the value of the determinant is also multiplied by :
- If some or all elements of a row (or column) are expressed as the sum of two (or more) terms, the determinant can be expressed as the sum of two (or more) determinants of the same order:
- The value of the determinant is not altered by adding or subtracting a multiple of any row (or column) to another row (or column):
- Factor Theorem: If substituting makes the determinant vanish, then is a factor of the determinant.
Cofactor Determinant
The determinant formed by replacing all elements of a determinant with their respective cofactors is called the cofactor determinant. If is the cofactor determinant of , then:
Determinant Results
- .
Determinants Key Points
- Determinant operations always yield scalar values.
- If is any scalar and is any matrix, then , where is the order of matrix .
- The area of a triangle with vertices , , can be found using the determinant:
- The inverse of a square matrix (if it exists) is given by:
- The product of a matrix and its adjugate is:
- The product of a matrix and its inverse is:
- The inverse exists only when is a non-singular matrix.
- The inverse of a square matrix, if it exists, is unique.
- If is a non-singular matrix, then both and are also non-singular.
- The determinant of a skew-symmetric matrix of odd order is zero.
- The determinant of a skew-symmetric matrix of even order is a non-zero perfect square.
- For a square matrix A, .
- A square matrix B is called the inverse of A if
System of Linear Equations
For a system of linear equations with three variables:
Using Cramer’s Rule:
- For a unique solution: .
- For an infinite number of solutions: .
- If all cofactors of are zero, then there are no solutions.
- For no solution (inconsistent system): Not all of , , and are zero.
Cayley-Hamilton Theorem
Every matrix satisfies its characteristic equation.
The characteristic equation of a matrix is given by: where is the identity matrix and is any variable.
For a matrix: The characteristic equation can be written as:
Important: Every matrix will satisfy its own characteristic equation.
Important Questions
-
Calculate product of following matrix
-
&&
-
&&
-
-
&& then prove that (A - 5I)(A - 6I) = O
-
&& then prove that (A - 5I)(A - 6I) = O
-
Find AB
-
Find answers to the following equations using Matrices and Pre multiplication method
x - 2y = 10, 2x + y + 3z = 8, -2y + z = 7
-
-
Solve the following;
-
Given prove that |3A| = 27|A| in two ways and also calculate the value of |3A|.
-
Find the equation of the line joining the points (1,2) and (3,6) using determinants
-
If (x,y) is any point on the line joining (a,0), (0,b) then show that x/a + y/b = 1
-
Evaluate using cofactors of the elements of the third column.
-
Given show that where
-
Show that a unit matrix is a non singular matrix
-
If A is a non-singular matrix of order 3 and |adj(A)| = |A|k then find value of k.
-
If A is a square matrix of order 3 such that |adj(A)| = 64 then find |A|
-
If then find |adj(A)|
-
If show that A2 - 5A + 7I = 0 and also find A-1 (Do it by two different methods)
-
If show that A2 - 4A - 5I = 0 and also find A-1 (Do it by two different methods)
-
Solve the following system of equations by matrix method
5x + 2y + z = 8, 2x - y + 3z = 4, 2x - 2y + 4z = 5
-
If Find A-1 and also solve the following system of equations
x + 2y - 3z = -4, 2x + 3y + 2z = 14, 3x - 3y - 4z = -15
-
Examine the consistancy of following system of equations
3x - y - 2z = 2, 2y - z = -1, 3x - 5y = 3
-
If A is a square matrix of order 3 and |A| = -4 then |adj(A)| is equal to ?
-
If and |A|3 = 125 then what is the value of
Options - , , , 0
-
Find X and Y if ,
-
If co-ordinates of the vertices of a equilateral triangle with sides of length ‘a’ are (x1,y1),(x2,y2),(x3,y3) then show that
-
Solve the following set of linear equations using matrix method:
x - y + 2z = 7, 3x + 4y -5z = -5, 2x - y + 3z = 12
-
Find A - B
-
If for a square matrix A, A2 - 3A + I = 0 and A-1 = xA + yI then find the value of x + y
-
Find the number of 3x3 non-singular matrix, with four entries as 1 and all the other entries as 0
Options - less than 4, 5, 6, at least 7
-
If w != 1 is the complex cube root of unity and matrix then find the value of H70
-
If A is an 3x3 non-singular matrix such that AAT = ATA and B = A-1AT then find the value of BBT