Mathematics · Glossary

What is def?

Definition 21.1 University Mathematics — Year 1 · Chapter 21 — Matrices

Mn,p(K)\mathcal{M}_{n,p}(K) is the vector space of n×pn \times p arrays A=(aij)A = (a_{ij}) of scalars (ii: row, jj: column), of dimension npnp (basis: the matrices EijE_{ij} with a single 11). Given bases B=(e1,,ep)\mathcal{B} = (e_1, \dots, e_p) of EE and C\mathcal{C} of FF (dimF=n\dim F = n), the matrix of uL(E,F)u \in \mathcal{L}(E, F) is the array whose jj-th column lists the coordinates of u(ej)u(e_j) in C\mathcal{C}:

MatB,C(u)=(aij),u(ej)=i=1naijfi.\operatorname{Mat}_{\mathcal{B},\mathcal{C}}(u) = (a_{ij}), \qquad u(e_j) = \sum_{i=1}^{n} a_{ij}\, f_i .

The map uMatB,C(u)u \mapsto \operatorname{Mat}_{\mathcal{B},\mathcal{C}}(u) is an isomorphism from L(E,F)\mathcal{L}(E, F) onto Mn,p(K)\mathcal{M}_{n,p}(K) (Proposition 20.2: a linear map is exactly a choice of images of the eje_j).

Examples

Example 21.2 (The derivative, as a matrix)

Let D(P)=PD(P) = P' on R3[X]\R_3[X]. In the monomial basis (1,X,X2,X3)(1, X, X^2, X^3): D(1)=0D(1) = 0, D(X)=1D(X) = 1, D(X2)=2XD(X^2) = 2X, D(X3)=3X2D(X^3) = 3X^2, so

Mat(D)=(0100002000030000).\operatorname{Mat}(D) = \begin{pmatrix} 0 & 1 & 0 & 0\\ 0 & 0 & 2 & 0\\ 0 & 0 & 0 & 3\\ 0 & 0 & 0 & 0 \end{pmatrix}.

In the divided basis (1, X, X22, X36)\bigl(1,\ X,\ \frac{X^2}2,\ \frac{X^3}6\bigr), each basis vector maps to the previous one (D(Xkk!)=Xk1(k1)!D\bigl(\frac{X^k}{k!}\bigr) = \frac{X^{k-1}}{(k-1)!}), and the matrix becomes the pure shift: ones on the superdiagonal, zeros elsewhere. Two morals: the matrix belongs to the pair (map, basis), not to the map alone; and a good basis makes structure visible at a glance — the shift form shows instantly that D4=0D^4 = 0 on R3[X]\R_3[X], each power of the matrix pushing its diagonal of ones one step further out.

Read in context →