Linear Algebra: Difference between revisions
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
=Organizatorium= | =Organizatorium= | ||
* Matrix (rows, columns) | * Matrix - two-dimensional array (rows, columns) | ||
* Vector - a matrix with just one column. | * Vector - a matrix with just one column. | ||
* 1-indexed and 0-indexed vectors. | * 1-indexed and 0-indexed vectors. |
Revision as of 01:39, 19 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>
Norm
Polynomial
Organizatorium
- Matrix - two-dimensional array (rows, columns)
- Vector - a matrix with just one column.
- 1-indexed and 0-indexed vectors.