Maths 2 _ Quiz1_Revision1
Maths 2 _ Quiz1_Revision1
Week 1 topics
Vectors
Vector addition
Scalar Multiplication
Matrices
Rows
Columns
Size
Matrix operations – addition, scalar multiplication, multiplication,
transpose
Matrix types – rectangular, square, diagonal, scalar, zero (null), identity,
triangular
2
Exercise 1
3
Exercise 2: Match the systems of linear equations in Column A with their number
of solutions in column B and their geometric representation in Column C and
answer the following question.
5
DETERMINANTS
Every square matrix A has an associated number, called its determinant and
denoted by det(A) or |A|.
Determinant of AT
(i) An
(ii) ATA
(iii) P-1AP
Properties of determinants:
a) If B is the matrix obtained from A by multiplying 1st row by t (tϵR), then det(B) =
b) If C is a matrix obtained from B by interchanging 1st row with third row, then
det(C) =
Note: (i) If a matrix A contains a row which is a multiple of another row, then 푑�� � is
equal to 0.
(ii) If a matrix A contains a row which is a linear combination of other rows, then 푑�� �
is equal to 0.
8
Exercise 5
⃝ Option 1: If the sum of all the elements of each row of a matrix A is 0, then
A is not invertible.
Exercise 7: The three different types of elementary row operations that can be
performed on a matrix are:
Let A and B be square matrices of order 3. Consider the three equations below.
If A is a square matrix, then the minor of the entry in the i-th row and j-th column
(also called the (i, j) minor, or a first minor) is the determinant of the submatrix
formed by deleting the i-th row and j-th column. This number is often denoted 푀� .
11
Exercise 10
Exercise 11: Let A be a 2 × 2 real matrix and let trace(A) denote the sum of the
elements in the diagonal of A. Which of the following are true?
Exercise 12: Let A be a 2 × 2 real matrix such that A is skew symmetric. Then
det(A-cI) =
13
If a system of linear equation has a solution (it does not matter it has a unique
solution or infinitely many solutions) then that system of linear equations is called
consistent.
If a system of linear equation has no solution then that system of linear equations is
called inconsistent.
INVERSE OF A MATRIX
Let A be an n×n matrix. Then the inverse of A, represented by A-1, is the
unique matrix which satisfies the condition
AA-1 = AA-1 = I.
Steps to find the solution of above system of linear equations using inverse of the
coefficient matrix:
Consider a system of linear equations
But what will be the case when a system of linear equations has following things?
1. when the coefficient matrix of the system of linear equations is an square matrix
and has determinant zero.
2. A system of linear equations consists of m equations and n variables i.e. a
system of linear equations whose coefficient matrix is an rectangular matrix.
To solve such kind of system of linear equations there is a method called "Gauss
elimination method”
Unique solutions
A is square and invertible: � =
1 0
0 1
1 0
A is mxn with m>n and rank(A)=n:� = 0 1
0 0
Question: Is there any relationship between the number of dependent variables and
rank of a matrix?
18
Note:
Consistent System: If the RREF shows no row of the form [0 0…∣d ](where
d≠0), the system is consistent. If there are independent variables, the solution
will have infinitely many solutions.
Questions:
1) Can a system Ax=b have a unique solution if there are independent variables?
19
2) Can a system Ax=b with no independent variables always have a unique solution?
Exercise 15: Suppose A is 3x3 matrix with rank 2 and Ax=b is consistent. If Rx
�1
= �2 is the system after obtaining the RREF, what can you say about c3?
�3
Exercise 16:
20
21
22