Bases Transformation
Consider two bases (e1,e2) and (˜e1,˜e2), where we consider the former the old basis and the latter the new basis. Each vector (˜e1,˜e2) can be expressed as a linear combination of (e1,e2): ˜e1=e1S11+e2S21 ˜e2=e1S12+e2S22
Consider two bases (e1,e2) and (˜e1,˜e2), where we consider the former the old basis and the latter the new basis. Each vector (˜e1,˜e2) can be expressed as a linear combination of (e1,e2): ˜e1=e1S11+e2S21 ˜e2=e1S12+e2S22
I(X)=X
A matrix, which when multiplied by another matrix, results in the identity matrix. AA−1=I
also known as a linear space A collection of objects known as “vectors”. In the Euclidean space these can be visualized as simple arrows with a direction and a length, but this analogy will not necessarily translate to all spaces. Addition and multiplication of these objects (vectors) must adhere to a set of axioms for the set to be considered a “vector space”. Addition (+) +:V×V⟶V
To qualify as a vector space, a set V and its associated operations of addition (+) and multiplication/scaling (⋅) must adhere to the below: Associativity # u+(v+w)=(u+v)+w