this post was submitted on 20 Sep 2023
5 points (100.0% liked)

Explain Like I’m Five

917 readers
1 users here now

Layperson-friendly explanations

founded 4 years ago
MODERATORS
 
  1. Determinant of a matrix
  2. Difference between inverse matrix and identity matrix and what are they?
  3. Eigenvalues
  4. Unitary or orthonormal matrix
  5. Diagonal matrix
  6. How to compute matrices?

Thank you in advance for answering anyone of them.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 year ago (8 children)

@meowmeowmeow
2(a). In a lot of mathematical systems, the "identity" is the thing that "does nothing." For example, when adding ordinary numbers the identity is 0 because adding 0 to any number does nothing - the other number stays the same. Similarly, when multiplying the identity is 1 because multiplying 1 with any number also does nothing. The identity matrix plays the same role - if you multiply any (square) matrix with the identity, you'll get back the same matrix you started with.

[–] [email protected] 4 points 1 year ago (7 children)

@meowmeowmeow
2(b). The inverse is related to the identity. It's sort of the "opposite" of a math object (a number, matrix, etc.) but in a specific way. When combining something with its inverse by some operation (like adding or multiplying) the result is the identity. For example: when adding, the inverse of x is -x because x+(-x) = 0. And when multiplying, the inverse of x is 1/x because x*1/x = 1. In the same way, when a matrix multiplies with its inverse, the result is the identity matrix.

[–] [email protected] 2 points 1 year ago (6 children)

@meowmeowmeow
3. Remember a matrix is like a function: multiply it with a column vector as input, and you get another column vector as output. In general, a matrix can transform vectors in all sorts of ways, but sometimes a matrix has special input vectors called "eigenvectors." What makes them special is that, after multiplying, you get almost exactly the same vector you started with, but multiplied by some number called an "eigenvalue." This page has some examples: https://www.mathsisfun.com/algebra/eigenvalue.html

[–] [email protected] 1 points 1 year ago (1 children)

Thanks for your explaination with examples. What is a column vector? Is it something like (1 2 3) which means move x upwards 1 unit, y up 2 units, z up 3 units?

[–] [email protected] 3 points 1 year ago

@meowmeowmeow
Ah, I should have been more specific, but you pretty much have the right idea. A vector is, abstractly, something with a length and a direction, like a velocity or force in physics. But to actually make calculations with vectors it helps to represent them with lists of numbers like your example. The convention is that we write vectors vertically, hence "column vector." Writing them horizontally as rows instead represents "covectors," but I won't get into the weeds on that.

load more comments (4 replies)
load more comments (4 replies)
load more comments (4 replies)