


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
1. An n × m matrix A is a rectangular array of numbers with n rows and m columns. By A = (aij) we mean that aij is the entry in the ith row and the jth column. ...
Typology: Slides
1 / 4
This page cannot be seen from the preview
Don't miss anything!



Matrices 1
is a 2 × 3 matrix. We denote by Rn×m^ the class of n × m matrices with real entries.
An n × 1 matrix is called a column vector, and a 1 × m matrix, a row vector. An n × n matrix is called square. An n × n matrix A = (aij ) is called diagonal if aij = 0 for i 6 = j. The main diagonal of A is the set of elements aii, i = 1,... , n.
The transpose of the n × m matrix A = (aij ) is the m × n matrix AT^ = (aji). Thus you get AT^ from A by transposing the rows and the columns. For example, thr tranpose of
is
AT^ =
and the transpose of
x =
is xT^ = [ 1 − 2 3 ]. (2)
Note that
instead of the (2, 1) you might be used to. To save space while observing the column vector convention, some authors will write x as [ 2 1 ]T^ or (2, 1)T^.
Scalar Multiplication: If A = (aij ) is an n × m matrix and c is a scalar, then cA is the n × m matrix with ijth entry caij.
We usually write −A instead of − 1 A. By A − B we mean A + (−1)B.
Matrix Multiplication: If A = (aij ) is n × m and B = (bij ) is m × k, then we can form the matrix product AB. To be precise, AB is the n × k matrix whose ijth entry is
∑m l=1 ailblj^. In other words, the ijth entry of AB is the dot product of the ith row of A with the jth column of B.
Note that matrix multiplication is not commutative. If A is n × m and B is m × k, where k 6 = n, then AB is defined, but BA is not. Even if k = n, it is not generally true that AB = BA.
Let A, B and C be matrices and k a scalar. Then,
and k(AB) = (kA)B = A(kB), (7)
whenever the operations are defined.
Let I be the n × n identity. If A is n × m, then IA = A. If A is m × n, then AI = A. In particular, if A is n × n and x is n × 1, then
and Ix = x. (10)
c 1 v 1 + · · · + cmvm = 0,
implies that c 1 = c 2 = · · · = cm = 0.
In other words, the vi are linearly independent if the only linear combination of the vi that equals zero has coefficients that are all zero.
aj =
a 1 j .. . αnj
Let A be the n × n matrix with columns a 1 ,... , an: A = (aij ). Then det A 6 = 0 if and only if the column vectors a 1 ,... , an are linearly independent. Thus, for a square matrix A,
The columns of A are independent ⇐⇒ det A 6 = 0 ⇐⇒ A is nonsingular. (15)
A : Rm^7 → Rn.
Moreover, A(x + y) = Ax + Ay,
and A(cx) = cAx.
You can thus think of an n × m matrix A as a linear operator (or mapping, or transfor- mation) taking Rm^ to Rn. If B is k × n, then BA takes x ∈ Rm^ to Ax ∈ Rn^ and then to BAx ∈ Rk. In a nutshell, BA : Rm^7 → Rk, linearly.
You can thus think of matrix multiplication as composition of linear operators.