retagged by
12,900 views
43 votes
43 votes
If the matrix $A$ is such that $$A= \begin{bmatrix} 2\\ −4\\7\end{bmatrix}\begin{bmatrix}1& 9& 5\end{bmatrix}$$ then the determinant of $A$ is equal to ______.
retagged by

8 Answers

1 votes
1 votes
A is given as the product of 2 matrices which are of order 3 x 1 and 1 x 3 respectively.

So after multiplication of these matrices, matrix A would be a square matrix of order 3 x 3. So, matrix A is : 2 18 10 -4 -36 -20 7 63 35

Now, we can observe by looking at the matrix that row 2 can be made completely zero by using row 1, this is to be done by using the row operation of matrix which here is : R2 <- R2 + 2R1

After applying above row operation in the matrix, the resultant matrix would be: 2 18 10 0 0 0 7 63 35 i.e. Row 2 has become zero now.

And if a square matrix has a row or column with all its elements as 0, then its determinant is 0. ( A property of a square matrix ) Hence answer is 0.

Note: Determinant is defined only for square matrices, and it is a number which encodes certain properties of a matrix, for ex: a square matrix with determinant 0 does not has its inverse matrix.
edited by
0 votes
0 votes
$A= \begin{bmatrix} 2\\ −4\\7\end{bmatrix}\begin{bmatrix}1& 9& 5\end{bmatrix}$

  $A=-56\begin{bmatrix}1& 9& 5\end{bmatrix}$ [1st matrix is just common factor, so multiply it's terms]

So, only 1 row in the matrix

determinant must be 0
Answer:

Related questions

99 votes
99 votes
8 answers
1
go_editor asked Sep 28, 2014
37,369 views
The product of the non-zero eigenvalues of the matrix is ____$\begin{pmatrix} 1 & 0 & 0 & 0 & 1 \\ 0 & 1 & 1 & 1 & 0 \\ 0 & 1 & 1 & 1 & 0 \\ 0 & 1 & 1 & 1 & 0 \\ 1 & 0 & ...
25 votes
25 votes
3 answers
2
go_editor asked Sep 28, 2014
9,913 views
The number of distinct positive integral factors of $2014$ is _____________
33 votes
33 votes
3 answers
3
go_editor asked Sep 28, 2014
7,321 views
Given an instance of the STUDENTS relation as shown as below$$\begin{array}{|c|c|c|c|c|} \hline \textbf {StudentID} & \textbf{StudentName} & \textbf{StudentEmail} & \text...
34 votes
34 votes
8 answers
4
go_editor asked Sep 28, 2014
11,531 views
The maximum number of superkeys for the relation schema $R(E,F,G,H)$ with $E$ as the key is _____.