edited by
719 views
10 votes
10 votes
Consider a matrix $A_{4 \times 5}$. Where all the solutions of $A x=0$ has the following form -
$$
\left[\begin{array}{c}
6 c-12 e \\
-4 c+10 e \\
c \\
-5 e \\
e
\end{array}\right]
$$
What will be the rank of $A?$
edited by

3 Answers

6 votes
6 votes
Number of Columns in A = 5

Number of free varibles = 2 ( c and e represent the free variable )  

Rank = Number of Columns – No. of free Variables (Linear Dependent Columns  ) .

Rank = 5 – 2  = 3

 

 

Answer is 3 .
edited by
6 votes
6 votes
We can re-write the given solution in terms of ‘c’ and ‘e’ as:

 $\begin{bmatrix} \\ 6c-12e \\ -4c+10e \\ c \\ -5e \\e \end{bmatrix}$ = c $\begin{bmatrix} \\ 6 \\ -4 \\ 1 \\ 0 \\0 \end{bmatrix}$ + e$\begin{bmatrix} \\ -12 \\ 10 \\ 0 \\ -5 \\1\end{bmatrix}$.

It means we have 2 free columns.

So, no. of pivot columns = Total no. of columns – No. of free columns = 5 – 2 = 3

Rank = No. of pivot columns = 3.
0 votes
0 votes

Since, A is a 4x5 Matrix
Therefore, it means that A has 4 Linear Equations with 5 variables.

Now, you can write the x in Ax = 0 as:

x =

This means that x has 2 Linear Independent variables.
This will only happen when A has 2 Free Variables.

It's a fact that,
Total number of Variables = Number of Pivot Variables + Number of Free Variables
5 = Number of Pivot Variables + 2
Number of Pivot Variables (or Rank of A) = 3
 

Answer:

Related questions

18 votes
18 votes
2 answers
1
32 votes
32 votes
2 answers
2
GO Classes asked Mar 29, 2023
1,490 views
Let $\mathrm{A}$ be a $3 \times 3$ matrix. Let $\mathbf{x}, \mathbf{y}, \mathbf{z}$ are linearly independent $3$-dimensional vectors. Suppose that we have$$A \mathbf{x}=\...
27 votes
27 votes
4 answers
4