Chapter1Introduction
The subject we are about to study, Linear Algebra, sounds like it might have something to do with lines and doing algebra with them. This is true if you are willing to think metaphorically… It might be somewhat closer to the truth if we were to say that Linear Algebra is about learning to understand higher dimensions. We'll be surprisingly far along in our study of the topic before we can precisely define what “dimension” actually means, but we expect that you have some notion already: the Euclidean plane where we studied Geometry is two dimensional, the world we live in is three dimensional, Albert Einstein taught us to view the world not just as space — but as space-time — a four dimensional concept. We needn't jump off into super advanced physics (or science fiction for that matter) in order to understand higher dimensionality. Dimension, at least informally, just means the number of real numbers it takes to describe something. Locating a point in three-dimensional space requires three numbers — usually \(x\), \(y\) and \(z\). If we are keeping track of aircraft, knowing where they are in 3-space is certainly necessary, but it might also be a good idea to keep abreast of which way they are going! To truly understand an aircraft's state, one needs to have six numbers: \(x\), \(y\) and \(z\), but also the velocity components \(x'\), \(y'\) and \(z'\). This make the state of an airplane 6-dimensional. Perhaps this is why air traffic controllers make the big bucks.
The 6-dimensionality of an aircraft's state may seem somewhat artificial. Aren't we really just dealing with two separate 3-dimensional entities?
In Economics there is a high-dimensional entity known as the Leontief Input-Output model. In this model the state of an Economic system is described by a large number of real quantities, one for each sector of the economy. In a 1965 Scientific American article Wassily Leontief (who won a Nobel prize for this work) described his model in terms of a “toy example” where the economy was divided into 82 sectors. Today one could easily develop a Leontief I/O model where the economy was divided up into a million sectors. Perhaps this is why Economists make even bigger bucks.
When we do Linear Algebra in two dimensions we are indeed talking about lines. One of the classic problems is to figure out whether two lines intersect and if so, where. This is a situation where our ability to visualize things in two dimensions can lead us straight to the answer. That is certainly not the case in a million (or even in six) dimensions. Fortunately, there are calculational techniques that work (and even work fairly quickly on a good computer) in just about any number of dimensions you may be interested in.
There are three different ways of looking at linear algebra problems: systems of linear equations, vector equations, and transformations. These three views actually represent the same underlying structure, just in different ways. There are various situations where one of these three viewpoints is preferable, so it is a good idea to be able to switch back and forth between these representations.
In Section 1.1 we will look at the same (really easy) problem from each of these 3 perspectives.