15,425 views
65 65 votes

Perform the following operations on the matrix $\begin{bmatrix} 3 & 4 & 45 \\ 7 & 9 & 105 \\ 13 & 2 & 195 \end{bmatrix}$

  1. Add the third row to the second row
  2. Subtract the third column from the first column.

The determinant of the resultant matrix is _____.

9 Answers

Best answer
73 73 votes
Answer $0$, because it is easy to see that first column and third column are multiple of each other.

Third column $=$ First column $^{\ast }15.$

So rank is  $< 3$, so Determinant must be $0$.

It stays zero as row & column transformations don't affect determinant.
edited by
2 2 votes
Only interchanging two rows or two columns determinant value becomes -ve .Except any elementary operation doesn't affect determinant.

Answer  0

2 2 votes

If two rows of a matrix are interchanged, the determinant changes sign. If a multiple of a row/column is subtracted from another row/column, the value of the determinant is unchanged.

so Det(A)=0 as after taking common 15  from  column 3  column 1 and column 3 become identical so Det(A)=0.

Answer=0

0 0 votes
Basically, if you multiply the first column by 15 and it becomes identical to the third column, the determinant is 0.

In simpler terms:
If one column is just a multiple of another, the columns are "dependent," which always makes the determinant zero.

 
Answer:
Position:
Show:

Related questions

42 42 votes
5 answers 5 answers
13.9k
13.9k views
go_editor asked Feb 12, 2015
13,864 views
The larger of the two eigenvalues of the matrix $\begin{bmatrix} 4 & 5 \\ 2 & 1 \end{bmatrix}$ is _______.
52 52 votes
4 answers 4 answers
17.8k
17.8k views
go_editor asked Feb 12, 2015
17,839 views
Consider the C program below#include <stdio.h int *A, stkTop; int stkFunc (int opcode, int val) { static int size=0, stkTop=0; switch (opcode) { case -1: size = val; brea...
73 73 votes
9 answers 9 answers
34.1k
34.1k views
go_editor asked Feb 12, 2015
34,128 views
A computer system implements a $40\;\text{-bit}$ virtual address, page size of $8\;\text{kilobytes}$, and a $128\text{-entry}$ translation look-aside buffer $\text{(TLB)}...
54 54 votes
7 answers 7 answers
22.8k
22.8k views
go_editor asked Feb 12, 2015
22,808 views
Assume that for a certain processor, a read request takes $50\:\text{nanoseconds}$ on a cache miss and $5\:\text{nanoseconds}$ on a cache hit. Suppose while running a pro...