Linear Algebra: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(4 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 15: Line 21:


* <span id='Matrix'></span>[[Matrix|Matrices]]
* <span id='Matrix'></span>[[Matrix|Matrices]]
 
* <span id='Vector'></span>[[Vector|Vectors]]
=Vector=
 
{{Internal|MATLAB_Octave_CLI#Vector_Variable_Assignment|MATLAB/Octave Vector}}


=Norm=
=Norm=
Line 31: 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.