I am a high school student and my formal Linear Algebra education consisted merely of the definition of matrices as a list of numbers and then some random properties. While reading the BetterExplained article on Linear Algebra and some of 3Blue1Brown's videos on the same did help, I still often face difficulties while solving problems and when I look up the solutions, all I'm thinking is "Wait. You're allowed to do that to matrices too?"
So my question is - what can we do to these list of numbers that we can do to individual real and complex numbers?
To clarify, I do know that we can add matrices by adding their individual elements together and multiply matrices in a row-column order and stuff like that. My doubts are along the lines of the ones listed below:
- Does $AB = CD$ imply that $B^{-1}A^{-1}=D^{-1}C^{-1}$ ? (where A, B, C and D are 4 non-singular matrices of appropriate orders)
- Is $A \times A^n = A^n \times A$ valid? (where A is a matrix and n is a natural number)
- Is multiplication of matrices commutative only when a matrix is being multiplied by a null matrix or unit matrix of appropriate order?
- Is the inverse of the matrix $A^n$ the same as the inverse of $A$ multiplied $n$ times to itself?
I am not asking for proofs of the problems listed above - instead, I would greatly appreciate it if someone who has noticed some "patterns" in the doubts listed above would point me to some resource that I can study to clear all such doubts in my conceptual understanding. Alternatively, how should I approach matrix multiplication and their inverses in general that would solve these and other similar problems that I may be having?
Thank you.
Edit: These issues have been solved adequately and then some by Dave L. Renfro's comments on this question.