Linear Algebra: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
:<math>a_1x_1+\cdots +a_nx_n=b,</math> | :<math>a_1x_1+\cdots +a_nx_n=b,</math> | ||
</pre> | </pre> | ||
=Vector= | |||
{{Internal|MATLAB_Octave_CLI#Vector_Variable_Assignment|MATLAB/Octave Vector}} | |||
=Matrix= | |||
{{Internal|MATLAB_Octave_CLI#Matrix_Variable_Assignment|MATLAB/Octave Matrix}} | |||
=Norm= | =Norm= |
Revision as of 17:58, 20 December 2017
Internal
Overview
Linear algebra is a branch of mathematics concerning linear equations such as:
:<math>a_1x_1+\cdots +a_nx_n=b,</math>
Vector
Matrix
Norm
Polynomial
Organizatorium
- Scalar
- Matrix - two-dimensional array (rows, columns)
- Vector - a matrix with just one column.
- 1-indexed and 0-indexed vectors.
- Linear map.
- Vector space.
- Point in a multi-dimensional vector space, equivalent with a vector in the same multidimensional vector space.