What are standard basis for vector spaces
-
the standard basis of the polynomial vector space Pk is (1,x,x2,…,xk)
- much like1.5 Basis, but instead of having linearly independent basis, we have separate polynomials
-
ex: standard basis of P3 is (1,x,x2,x3) dim(P3)=4
- a+bx+cx2+dx3∈P3 can be written as a linear combination of the standard basis vectors:
Standard basis of matrix vector space
-
The standard basis of the matrix vector space Mm,n is:
(E11,E12,…,E1n,
1 & 0 \\
0 & 0
\end{bmatrix},\begin{bmatrix}
0 & 1 \\
0 & 0
\end{bmatrix},\begin{bmatrix}
0 & 0 \\
1 & 0
\end{bmatrix},\begin{bmatrix}
0 & 0 \\
0 & 1
\end{bmatrix}$$