1. Definitions and Operations
Definitions
Vector. Let
Matrix. A matrix
Vector Operations
We now define the math operations for vectors. The operations we can perform on vectors
Addition | |
Subtraction | |
Scaling | |
Dot product | |
Cross product | |
Norm length |
The dot product and the cross product of two vectors can also be described in terms of the angle
between the two vectors. The formula for the dot product of the vectors is . We say two vectors and are orthogonal if the angle between them is . The dot product of orthogonal vectors is zero:
. The norm of the cross product is given by
. The cross product is not commutative:
, in fact
Matrix Operations
We denote by
Addition |
|
Transpose | |
Trace | |
Product | The product of matrices
|
Inverse | By definition, the inverse matrix |
Determinant | The determinant of a matrix, denoted If the |
Additional Topics
Using Matrices for Solving Systems of Equations: Systems of Equations
Suppose we're asked to solve the following system of equations:
Without a knowledge of linear algebra, we could use substitution, elimination, or subtraction to find the values of the two unknowns
Gauss-Jordan elimination is a systematic procedure for solving systems of equations based the following row operations: