Let A be a 2 × 3 matrix, and B be a 3 × 2 matrix such that ∣ A B ∣ = 4 . Find the value of ∣ B A ∣ .
Note: ∣ A ∣ is defined as determinant of matrix A .
For more interesting problems, visit here
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Consider a 3 × 3 matrix B ′ whose first two columns are identical to B and all elements of third column are zero. Similarly, consider another 3 × 3 matrix A ′ whose first two rows are identical to A and all elements of third row are zero.
So, we have ∣ A ′ ∣ = ∣ B ′ ∣ = 0 .
Also clearly, B ′ A ′ = B A .
Therefore, we have
∣ B A ∣ = ∣ B ′ A ′ ∣ = ∣ A ′ ∣ ∣ B ′ ∣ = 0
really nice soln.
Problem Loading...
Note Loading...
Set Loading...
Clearly Matrix BA is of order 3 × 3 . Now,
Rank of Matrix A ≤ 2
Rank of Matrix B ≤ 2
Hence, Rank of Matrix BA ≤ 2
Therefore, ∣ B A ∣ = 0
Details and Properties used
A whole number r is said to be rank of matrix A if A has atleast one non-singular sub-matrix of order r and all submatrices of order more than r are singular.
Rank of matrix A of order m × n ≤ min(m,n)
Rank of matrix AB ≤ min(Rank of A, Rank of B).
Follow me for more such problems. :)