Linear Algebra: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/index.htm
* https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/video-lectures/
=Internal=
=Internal=


Line 12: Line 18:
</pre>
</pre>


=Vector=
=Subjects=
 
{{Internal|MATLAB_Octave_CLI#Vector_Variable_Assignment|MATLAB/Octave Vector}}
 
=Matrix=
 
{{Internal|MATLAB_Octave_CLI#Matrix_Variable_Assignment|MATLAB/Octave Matrix}}
 
M
  m x n
 
m - rows


n - columns.
* <span id='Matrix'></span>[[Matrix|Matrices]]
* <span id='Vector'></span>[[Vector|Vectors]]


=Norm=
=Norm=
Line 38: Line 34:


* Scalar
* Scalar
* 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.

Latest revision as of 22:23, 11 February 2018

External

Internal

Overview

Linear algebra is a branch of mathematics concerning linear equations such as:

:<math>a_1x_1+\cdots +a_nx_n=b,</math>

Subjects

Norm

Norm

Polynomial

Polynomial

Organizatorium

  • Scalar
  • 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.