/ Home / math / Linear_Algebra /
Linear AlgebraBasics of Linear AlgebraThere are a lot of systems that are linear, therefore it's nice to have a complete mathematical theory for systems of linear equations. That's it. It's not magical, it's not general enough (*cough* non-linear systems), and (looked at it right) it's simple. Linear algebra's objects of discussion are vectors and maps. What vectors are everyone learned in school. Suffice to say vectors are any objects which can be added together, multiplied by a scalar, and then form a commutative ring with respect to addition; and multiplication and addition distribute over in the usual way (like for real numbers). Notably, there's no division! This is not a complete definition, but you get the idea. (It is also useful, but not necessary, to introduce a so-called "inner" product. Inner because the result stays inside the vector space. Nevermind!)
In any case, you can then have equations with vectors in them. Like
This works like any other system of equations. Here, there are not enough equations for those two unknowns So what about this system of equations: That's silly, you say? Ok then, what about this system of equations: Still doesn't work? So what's the rule here? Turns out it has to do with those upper triangular matrices. A system that has no interesting solution (that is not Booring. Anyway, let's introduce functions on vectors, so-called "maps" (here, f and g are maps). THAT is the basic philosophy of linear algebra. Now for some more practical stuff:
It's annoying to have those abstract
Let the basis be
Now you can find numbers q, r, s such that
If you want to be more conserative with your letter consumption, better call q and r and s: So: Or in non-annoying notation: Or in even less annoying notation, let the sum be implied when an index repeats in a term: Ahhh. Much better. If the f is a LINEAR map, then you can do this (by definition, which you have to look up):
So in order to specify the linear map f completely, you only need So for f and g in non-annoying notation: Also, So: So: And NOW we can go to matrices. Those So let's get rid of them. Now we'd like all those abstract basis vectors to disappear. But c := (_i (_j c^j_i)) That's the first matrix! v := (_i v^i) That's a column "vector"--a matrix w := (_i w^i) That's a column "vector"--a matrix Note: Likewise for the Author: Danny (remove the ".nospam" to send) Last modification on: Sat, 04 May 2024 in LA/. |