retagged by
759 views
0 0 votes
Let A=  $\begin{bmatrix} 0 &0 & -1\\ 0& -1 & 0\\ -1 &0 & 0 \end{bmatrix}$

The only correct statement about the matrix A is

(a) A is a ZERO matrix

(b) A2=I

(c) A-1 does not exist

(d) A= (-1) I, where I is a Unit matrix

2 Answers

1 1 vote

Here the answer is b) i.e. A2 =

let's see each options,

A) A is a zero matrix - FALSE

Zero matrices are those matrices which when multiplied to any other matrix generate a zero matrix.

ref :-https://youtu.be/LOf8bfjiLow

B) A(square) = Identity matix - TRUE

simply multiply the given matrix to itself you will get identity matrix.

C) A(inverse) does not exist - FALSE

Generally A(inverse) = (Adjoint of A) / determinant(A)

here the determinant is 1 which is not equal to zero  

hence A(inverse) is exist.

D) A= (-1) I, where I is a Unit matrix - FAlSE

Even though it is looking like the identity matrix which is written after applying some row interchange operations. But it is not the Identity matix because identity matrix has the property that when ever we multiply any matrix let's say X then the result will be matrix X itself (as it is).

But if we multiply it with any other matrix then the resultant matrix is not as it is which it was initially, there are some rows which interchange itself in the resultant matrix.

Hence B) is correct answer.

0 0 votes

We can check by eliminating the Options...

See..
(A) A is a zero matrix.... Obviously not, as all elements aren't zero..!!
(C) A^(-1) doesn't exist is false, as by checking for the 3rd elemnt of 1st row, we'll get it as 1...!!
(D) A = -I. This is also false, as I has all principal diagonal elements 1 and others zero, but here, anti-diagonal elements are -1 and others 0.

Hence, we can easily conclude that (B) which says A^2 is identity matrix is TRUE...!!

Position:
Show:

Related questions

2 2 votes
1 answers 1 answer
1.4k
1.4k views
sh!va asked Mar 7, 2017
1,415 views
Let M be a 3 x 3 matrix satisfying:Then the sum of the diagonal entries of M is:(a) 9 (b) 12(c) 6(d)0
2 2 votes
2 answers 2 answers
1.5k
1.5k views
sh!va asked Mar 8, 2017
1,480 views
Tha matrix $ \begin{bmatrix} 0 & -4 &1 \\ 4& 0 &-5 \\ -1&5 &0 \end{bmatrix} $is (a) Orthogonal Matrix(b) Skew Symmetric(c) Symmetric(d) Idempotent
2 2 votes
2 2 answers
2.4k
2.4k views
sh!va asked Mar 8, 2017
2,371 views
If A is Square Matrix of order 3, then product of A and its transpose is(a) Unit Matrix(b) Zero Matrix(c) Identity Matrix(d) Symmetric Matrix
0 0 votes
1 1 answer
3.0k
3.0k views
sh!va asked Mar 7, 2017
3,025 views
If A=$\begin{bmatrix} 8 & 5 & \\ 7& 6 & \end{bmatrix}$ then |$A^{121}$ - $A^{120}$ | is:a) 0b) 1c) 120d) 121