Mn,p(K) is the vector space of n×p arrays A=(aij) of scalars (i: row, j: column), of dimension np (basis: the matrices Eij with a single 1). Given bases B=(e1,…,ep) of E and C of F (dimF=n), the matrix of u∈L(E,F) is the array whose j-th column lists the coordinates of u(ej) in C:
Let D(P)=P′ on R3[X]. In the monomial basis(1,X,X2,X3): D(1)=0, D(X)=1, D(X2)=2X, D(X3)=3X2, so
Mat(D)=0000100002000030.
In the dividedbasis(1,X,2X2,6X3), each basis vector maps to the previous one (D(k!Xk)=(k−1)!Xk−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=0 on R3[X], each power of the matrix pushing its diagonal of ones one step further out.