1
Preliminaries
1.1 What Is Linear Algebra?
Manipulating matrices is not what linear algebra is all about. The matrices are only a convenient tool to represent and keep track of linear maps. And that too when the domain (and hence the range also) of such a function is finite dimensional. In its full generality, linear algebra is the study of functions in the most general context, which behave like the real valued function
of real variable x. The graph of (1.1) is a straight line through the origin with fixed slope m. Hence the name linear algebra.
The function y = f(x) = mx has a defining property: For constants c1, c2,
| (1.2) |
which is equivalent to the following two conditions:
1) f(x1 + x2) = f(x1) + f(x2)
2) f(cx) = cf(x).
This is to say that any real valued function f(x) of a real variable with the property (1.2) has to be as in (1.1). In fact if f(1) = m, then by condition 2), f(x) = f(x1) = xf(1) = mx.
The notation y = f(x) for a function is not adequate, unless one says y = f(x) is a real valued function of a real variable x. A better and informative way to write it is f : β β β. In (1.1), the domain, which is the real line β, is a 1-dimensional space. The values are also in the 1-dimensional space β. If β2 is the plane consisting of points (x, y) and β3 is the 3-dimensional space consisting of points P = (x, y, z), we can add and scale points in βn (n = 2 or 3), considered as vectors. Thus we can also consider functions F : β3 β β2 and call them linear if they have the property
| (1.3) |
similar to property (1.2) of the function f(x) = mx. In general, one needs to study functions F : V β W, where V, W are spaces in the most general sense and the property (1.3) still makes sense. The spaces V, W that arise in various contexts will be defined in a unified way and will be called vector spaces or more appropriately, linear spaces. The functions F : V β W having the property (1.3) are linear maps, linear transformations, or simply linear. In this book, we study such spaces V, W and the linear maps F : V β W.
After making it precise what is meant by the dimension of a vector space, we shall show that if a vector space is finite dimensional, its elements are column vectors in a frame of reference to be called a basis. Moreover, if V and W are both finite dimensional and F : V β W is linear, then
where M is a matrix. The matrix M is obtained in a way similar to the 1 Γ 1 matrix M = (m) in the 1-dimen...