Linear Algebra: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(21 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 8: Line 14:
Linear algebra is a branch of mathematics concerning linear equations such as:
Linear algebra is a branch of mathematics concerning linear equations such as:


:<math>a_1x_1+\cdots +a_nx_n=b,</math>
<pre>
:<math>a_1x_1+\cdots +a_nx_n=b,</math>
</pre>
 
=Subjects=
 
* <span id='Matrix'></span>[[Matrix|Matrices]]
* <span id='Vector'></span>[[Vector|Vectors]]
 
=Norm=
 
{{Internal|Norm|Norm}}
 
=Polynomial=
 
{{Internal|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.

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.