Chapter VI. Algebra
The calculator supports basic algebraic calculations, including
- Vectors
- Dot product (operator
*
- with another vector.) - Scalar product (operator
*
- with a scalar.) - Norm (function
norm
) - Addition (operator
+
)
- Dot product (operator
- Matrices
- Addition (operator
+
) - Multiplication (operator
*
- with another matrix.) - Scalar multiplication (operator
*
- with a scalar.) - Transposition (function
transpose
) - Determinant (via LUP-decomposition function
det
) - Inversion (via LUP-decomposition function
invert
)
- Addition (operator
The matrices (and vectors) are pretty printed (and aligned) (since v2.11.5
)