Alg Flashcards
A set of vectors {e1, e2, . . . , ed} is called a ____ if every vector v can be uniquely written as a weighted sum or linear combination of the basis vectors according to v = Σ(i=1 to d) viei.
The coefficients v1, v2, . . . , vd are called the vector coordinates in that basis (Like when we have 2[0,1]+3[1,0] which forms v=[2,3] and the coordinates are x=3 and y=2).
P9
basis
- In one dimension, a single non-zero vector forms a basis;
- in two dimensions, two vectors that do not lie on the same line form a basis
- in three dimensions, three vectors that do not lie in the same plane form a basis
- a basis must contain as many vectors as there are dimensions
If all basis vectors have unit magnitude ||ei|| = 1 and are aligned with the axes of the (Cartesian)coordinate system, then they form a ____ basis or canonical basis
P10
Standard
A general such system can be solved by means of Gaussian elimination (usual method of solving n equations n variables)
An upper-triangular matrix contains ____ below the main diagonal; a lower-triangular matrix contains ____ above the main diagonal. A diagonal matrix only contains ____ elements on the main diagonal.
zeros
zeros
non-zero
What’s an orthogonal matrix?
The inverse of an orthogonal matrix is its transpose:
𝑄−1=𝑄𝑇
For an orthogonal matrix all columns as well as all rows form an orthonormal basis; the standard basis is a special case of an orthonormal basis.