Math, asked by preethikareddy8126, 1 year ago

Write the properties of determinant of matrix with an example for each.

Answers

Answered by Amarshyam
0

Answer:

Properties of determinants

Interchange two rows or cols changes the sign: -> -1 * det(A) ...

transpose -> det (A) unchanged. ...

multiply row * k -> k * det(A) ...

multiply matrix * k -> k^2 * det(A) ...

det (A B) -> det(A) * det(B) ...

proportional rows or columns -> det() == 0. ...

Add multiple of one row to another -> det unchanged. ...

Geometric interpretation.

Similar questions