Matrices math

  • Thread starter yuenkf
  • Start date
  • Tags
    Matrices
  • #1
10
0
  1. sorry. erm.. what does the determinant means or functions in matrices , math? thanks..
 

Answers and Replies

  • #2
Example:
Define a square matrix(just for simplicity) A with a1 and b1 in the top row and and a2 and b2 in the second row and a in the first columm and bs in the second columm.The determinant of the matrix would be
det(A)=(a1*b2-b1*a2)
Which you could also write with two vertical lines, like the abs value.
 
  • #3
why we want to get the determinant?
 
  • #4
One can show that linear equation systems have solutions for exapmle. It comes n handy all the time. Another example would be that one can write many equation in quantum mechanocs much more elegant that way.
 
  • #5
why we want to get the determinant?
There's a theorem that says that the following statements about an arbitrary ##n\times n##-matrix ##A## are equivalent:

(a) ##\det A\neq 0##.
(b) A is invertible
(c) The rows of A are linearly independent elements of ##\mathbb R^n##.
(d) The columns of A are linearly independent elements of ##\mathbb R^n##.

So if you're interested in finding out if any of the statements (b)-(d) is true, you just compute ##\det A##.

The case n=2 is easy to prove. If you define a,b,c,d by ##A=\begin{pmatrix}a & b\\ c & d\end{pmatrix}## you can show that if ##A## has an inverse, it has to be
$$\frac{1}{ad-bc}\begin{pmatrix}d & -b\\ -c & a\end{pmatrix}.$$ So if ##ad-bc## (the determinant of A) is zero, then ##A## isn't invertible.
 
  • #6
why we want to get the determinant?

In applications, the determinant can used (in 2-D) to compute the "oriented" area of a parallelogram whose sides are given by 2 row vectors. In higher dimensions, it can be used to compute an "oriented" volume.

Thinking a square matrix M applied as a linear transformation to a vector x, T(x) = Mx, the determinant of M indicates how T expands or contracts volumes (when T is applied to each vector defining a side of a pareallelepiped to produce a transformed parallelepiped).
 
  • Like
Likes FactChecker

Suggested for: Matrices math

Replies
5
Views
877
Replies
1
Views
436
Replies
3
Views
521
Replies
9
Views
568
Replies
0
Views
67
Replies
11
Views
2K
Replies
3
Views
1K
Back
Top