What is the determinant of a matrix?

  • Context: Undergrad 
  • Thread starter Thread starter KingKai
  • Start date Start date
  • Tags Tags
    Determinant Matrix
Click For Summary

Discussion Overview

The discussion revolves around understanding the concept of the determinant of a matrix, particularly its meaning and implications in linear algebra. Participants explore theoretical aspects, practical applications, and the relationship between determinants and transformations in coordinate systems.

Discussion Character

  • Exploratory
  • Conceptual clarification
  • Technical explanation

Main Points Raised

  • One participant expresses confusion about the fundamental meaning of a determinant, seeking a deeper understanding beyond algorithms.
  • Another participant describes the determinant as an operator that maps a square matrix to a number, suggesting it corresponds to a "magnitude" of the matrix.
  • Several participants propose that the determinant represents how much larger the coordinate system becomes during a transformation, relating it to the ratio of volumes of a "unit box" before and after the transformation.
  • There is a discussion about the relationship between the determinant and the volume of transformed boxes, with one participant questioning whether both the ratio of volumes and the concept of a unit box are necessary for understanding.
  • Another participant emphasizes that the volume of a new box resulting from a transformation is equal to the volume of the original box multiplied by the determinant of the transformation matrix.
  • One participant mentions the Jacobian matrix in the context of integrals, indicating its relevance in changing variables during integration.
  • Another participant expresses a lack of understanding regarding the transition from the conceptual definition of determinants to their computation, questioning why textbooks often do not cover the definition thoroughly.

Areas of Agreement / Disagreement

Participants generally agree on the conceptual understanding of the determinant as related to volume transformations, but there are nuances in how this is articulated. Some participants question the necessity of certain explanations, indicating a lack of consensus on the best way to convey the concept.

Contextual Notes

There are limitations in the discussion regarding the depth of understanding of integrals and transformations, as some participants are still new to these concepts. The discussion also reflects varying levels of familiarity with mathematical terminology and applications.

Who May Find This Useful

This discussion may be useful for first-year engineering or mathematics students seeking to understand the conceptual foundations of determinants and their applications in linear algebra and transformations.

KingKai
Messages
34
Reaction score
0
Okay so I'm a first year engineering student and I'm taking linear algebra.

I understand how to take determinants of nxn matrices, and I know how to do co-factor expansion. But I still don't understand what a determinant is.

I don't like learning algorithms on how to do certain things in math without knowing why it works. I hope someone can answer the "Why?" question for me.

To keep is simple as possible: What the hell is a determinant?
 
Physics news on Phys.org
best to read about it:

http://en.wikipedia.org/wiki/Determinant

or in your textbook.

the determinant is an operator that maps a square matrix to a number. sometimes this class of operator is called a "functional". this number sorta-kinda roughly corresponds to what might be considered a "magnitude" of the matrix. sort of like the length of a vector, but this magnitude is raised to the nth power where n is the number of rows or columns of the square matrix.
 
Hi KingKai! :smile:

It's how much larger the coordinate system is.

The matrix transforms from one set of coordinates to another.

The determinant is the ratio of the "volumes" of a "unit box" before and after the transformation.

(and if you're doing an integral, eg ∫∫∫∫ f(w,x,y,z) dwdxdydz, once you've transformed the function and the limits, you also have to multiply by the determinant of the "Jacobian" matrix)
 
tiny-tim said:
Hi KingKai! :smile:

It's how much larger the coordinate system is.

The matrix transforms from one set of coordinates to another.

The determinant is the ratio of the "volumes" of a "unit box" before and after the transformation.

that is an excellent answer, tiny. and a fact i hadn't thunked of before. but you don't need both the ratio of volumes and a unit box, do you? if you have any box (that has some volume) and transform it to another box by multiplying each corner coordinates by the transforming matrix, the volume of the resulting box is the volume of the box you start with times the determinant of the transforming matrix. ain't that so?
 
tiny-tim said:
Hi KingKai! :smile:

It's how much larger the coordinate system is.

The matrix transforms from one set of coordinates to another.

The determinant is the ratio of the "volumes" of a "unit box" before and after the transformation.

(and if you're doing an integral, eg ∫∫∫∫ f(w,x,y,z) dwdxdydz, once you've transformed the function and the limits, you also have to multiply by the determinant of the "Jacobian" matrix)

This is wayy above my level of understanding. I only just learned how to do an integral like a month ago lol.

τ∏αηκ∫ anyways haha.

- ℝγαη
 
King, leave the "Jacobian" thing alone for a couple of years.

do you understand that if you multiply an n×n matrix with a length-n vector (otherwise known as a 1×n matrix or "column vector"), what you get as a result (or "product") is another length-n vector. you got that, right?

now, imagine in 3-dimensional space (so n=3), and you have a box anywhere in this "3-space". there are eight corners of this box and each corner has coordinates of some ( x, y, z) values that you can represent as a vector. specifically as a column vector:

\begin{bmatrix}<br /> x_1 \\<br /> y_1 \\<br /> z_1 <br /> \end{bmatrix}

and you map each corner of that box to a corresponding corner of another box by use of some 3×3 square matrix. it's the same matrix used to transform each corner of the first box to the new box. the new box will have a volume equal to the volume of the first box times the determinant of the mapping matrix.

does that make sense to you?
 
Last edited:
rbj said:
… you don't need both the ratio of volumes and a unit box, do you? if you have any box (that has some volume) and transform it to another box by multiplying each corner coordinates by the transforming matrix, the volume of the resulting box is the volume of the box you start with times the determinant of the transforming matrix. ain't that so?

hi rbj! :smile:

yes, you're right of course, but it usually crops up when dealing with things like dwdxdydz, so i decided it would be easier to understand if i kept to boxes :wink:

on the other hand :rolleyes:
KingKai said:
This is wayy above my level of understanding. I only just learned how to do an integral like a month ago lol.

Hi Ryan! :smile:

ok, just consider a 1x1x1 box at the origin (so its volume is 1)

a 3x3 matrix transforms it into a parallelepiped (a partially-collapsed box with sloping faces), and the volume of the new box is the determinant :wink:

(and if the box has been turned inside-out, then the determinant is negative)

same for a general n x n matrix, only less easy to visualise! :biggrin:
 
I kinda sort of get it, I'll probably have to do an example of this "volume change" problem.

Math is really starting to get weird lol...

thanks a bunch rbj and tiny tim.

You both get a check mark √ √
 
These are great explanations. Can someone so the same for the trace of tensor?
 
  • #10
hi cosmik debris! :smile:

so far as i know, the trace of a tensor has no particular physical visualisation

it is an invariant … it is the same under any unitary change of basis … so it does turn up in formulas like the einstein's field equations

but in eg the moment of inertia tensor, the trace is the sum of the principal moments of inertia, which does not seem to have any physical application
 
  • #11
tiny-tim said:
hi cosmik debris! :smile:

so far as i know, the trace of a tensor has no particular physical visualisation

Thanks.
 
  • #12
tiny-tim said:
Hi KingKai! :smile:

It's how much larger the coordinate system is.

The matrix transforms from one set of coordinates to another.

The determinant is the ratio of the "volumes" of a "unit box" before and after the transformation.

(and if you're doing an integral, eg ∫∫∫∫ f(w,x,y,z) dwdxdydz, once you've transformed the function and the limits, you also have to multiply by the determinant of the "Jacobian" matrix)

Thank you. I never understood what it meant, but now I do. But how do you go from that to computing it? Also, why do books so rarely cover the definition of it?
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
4K
Replies
13
Views
4K
  • · Replies 34 ·
2
Replies
34
Views
3K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K