How to determine the rank of a matrix?

first the definition of the rank of a matrix is "maximal number of linearly independent column vectors in the matrix"

then the question could be rephrased to " how many independent column vectors are there".

so what we want to do is actually to find how many independent column vectors this matrix has.

to find the number of independent columns, use Elementary Row Operations (would be demonstrated with an example matrix in detail in real class) to find the rank.

Something further things to note after covering the main thing above:

1. The above method can be used to find the rank of a matrix, be it square or not.

2. To save the calculation, determininant of a square matrix can be checked beforehand,  if it is non zero then the rank is its number of columns (rows).

3. If the matrix is a zero matrix, its rank is 0.

YS

Related Further Mathematics A Level answers

All answers ▸

How do I apply mathematical induction to answer questions


Sketch the locus of z on an Argand diagram if arg[(z-5)/(z-3)] = π/6


I do not understand this topic and particularly this example. In the class the result was found out but I still do not get it. How did the teacher came up with this outcome?


Find a vector that is normal to lines L1 and L2 and passes through their common point of intersection where L1 is the line r = (3,1,1) + u(1,-2,-1) and L2 is the line r = (0,-2,3) + v(-5,1,4) where u and v are scalar values.