<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3ALinear_Algebra</id>
	<title>English:Linear Algebra - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3ALinear_Algebra"/>
	<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Linear_Algebra&amp;action=history"/>
	<updated>2026-09-01T22:38:54Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in MOOCsWiki Staging</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://staging.moocwiki.org/index.php?title=English:Linear_Algebra&amp;diff=49036&amp;oldid=prev</id>
		<title>Glanz: aiMOOC über GPT aiMOOC Action erstellt</title>
		<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Linear_Algebra&amp;diff=49036&amp;oldid=prev"/>
		<updated>2026-09-01T05:10:14Z</updated>

		<summary type="html">&lt;p&gt;aiMOOC über GPT aiMOOC Action erstellt&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{T}}&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Linear Algebra]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Linear algebra&amp;#039;&amp;#039;&amp;#039; studies vectors, vector spaces, matrices, linear transformations, systems of linear equations, and structures such as eigenvalues and singular values. It is a foundational language for [[English:Mathematics|Mathematics]], [[English:Physics|Physics]], [[English:Engineering|Engineering]], [[English:Computer science|Computer science]], [[English:Data science|Data science]], [[English:Economics|Economics]], statistics, optimization, and machine learning.&lt;br /&gt;
&lt;br /&gt;
In this university-level aiMOOC, you will connect symbolic calculations with geometry and applications. You will learn not only how to carry out procedures such as Gaussian elimination, but also why those procedures reveal subspaces, rank, invertibility, projection, and change of coordinates.&lt;br /&gt;
&lt;br /&gt;
[[File:Vector Addition.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
The image above visualizes vector addition. Geometrically, placing vectors head-to-tail or completing a parallelogram gives the same sum.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=fNk_zzaMoSs|500|center}}&lt;br /&gt;
&lt;br /&gt;
The video introduces vectors from several complementary viewpoints. As you study, keep moving between coordinates, geometric arrows, and abstract vector-space elements.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Learning Goals ==&lt;br /&gt;
&lt;br /&gt;
After completing this aiMOOC, you should be able to explain and use [[English:Vector space|vector spaces]], linear combinations, span, linear independence, bases, coordinates, matrices, [[English:Linear transformation|linear transformations]], determinants, orthogonality, projections, eigenvalues, eigenvectors, diagonalization, least squares, and the [[English:Singular value decomposition|singular value decomposition]]. You should also be able to connect these ideas to data analysis, dynamical systems, networks, and numerical computation.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Prerequisites and Notation ==&lt;br /&gt;
&lt;br /&gt;
You should be comfortable with algebraic manipulation, functions, coordinate geometry, and basic summation notation. Calculus is helpful for some applications but is not required for the central theory.&lt;br /&gt;
&lt;br /&gt;
A vector in real coordinate space may be written as &amp;lt;math&amp;gt;\mathbf{x}=(x_1,\ldots,x_n)^T&amp;lt;/math&amp;gt;. A matrix &amp;lt;math&amp;gt;A\in\mathbb{R}^{m\times n}&amp;lt;/math&amp;gt; has &amp;lt;math&amp;gt;m&amp;lt;/math&amp;gt; rows and &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; columns. The transpose is &amp;lt;math&amp;gt;A^T&amp;lt;/math&amp;gt;. The identity matrix is &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;. The zero vector is &amp;lt;math&amp;gt;\mathbf{0}&amp;lt;/math&amp;gt;. Throughout the course, you should check dimensions before multiplying matrices or applying formulas.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Vectors and Vector Spaces =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Vectors, Scalars, and Linear Combinations ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;vector&amp;#039;&amp;#039;&amp;#039; can represent displacement, force, velocity, a signal, a polynomial, an image, or a collection of measured features. A &amp;#039;&amp;#039;&amp;#039;scalar&amp;#039;&amp;#039;&amp;#039; is an element of the underlying field, usually &amp;lt;math&amp;gt;\mathbb{R}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\mathbb{C}&amp;lt;/math&amp;gt;. If &amp;lt;math&amp;gt;\mathbf{v}_1,\ldots,\mathbf{v}_k&amp;lt;/math&amp;gt; are vectors and &amp;lt;math&amp;gt;c_1,\ldots,c_k&amp;lt;/math&amp;gt; are scalars, then&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;c_1\mathbf{v}_1+\cdots+c_k\mathbf{v}_k&amp;lt;/math&amp;gt;&lt;br /&gt;
is a &amp;#039;&amp;#039;&amp;#039;linear combination&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
The set of all linear combinations of given vectors is their &amp;#039;&amp;#039;&amp;#039;span&amp;#039;&amp;#039;&amp;#039;. For example, two nonparallel vectors in &amp;lt;math&amp;gt;\mathbb{R}^2&amp;lt;/math&amp;gt; span the whole plane, while two parallel nonzero vectors span only a line through the origin.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=k7RM-ot2NWY|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Subspaces ==&lt;br /&gt;
&lt;br /&gt;
A subset &amp;lt;math&amp;gt;W&amp;lt;/math&amp;gt; of a vector space &amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; is a &amp;#039;&amp;#039;&amp;#039;subspace&amp;#039;&amp;#039;&amp;#039; if it contains the zero vector and is closed under vector addition and scalar multiplication. Equivalently, every linear combination of vectors in &amp;lt;math&amp;gt;W&amp;lt;/math&amp;gt; remains in &amp;lt;math&amp;gt;W&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Important examples include solution sets of homogeneous systems, polynomial spaces of bounded degree, and spaces of functions satisfying linear constraints. A line in &amp;lt;math&amp;gt;\mathbb{R}^2&amp;lt;/math&amp;gt; is a subspace only when it passes through the origin.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Linear Independence, Basis, and Dimension ==&lt;br /&gt;
&lt;br /&gt;
Vectors &amp;lt;math&amp;gt;\mathbf{v}_1,\ldots,\mathbf{v}_k&amp;lt;/math&amp;gt; are &amp;#039;&amp;#039;&amp;#039;linearly independent&amp;#039;&amp;#039;&amp;#039; if&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;c_1\mathbf{v}_1+\cdots+c_k\mathbf{v}_k=\mathbf{0}&amp;lt;/math&amp;gt;&lt;br /&gt;
implies &amp;lt;math&amp;gt;c_1=\cdots=c_k=0&amp;lt;/math&amp;gt;. A &amp;#039;&amp;#039;&amp;#039;basis&amp;#039;&amp;#039;&amp;#039; of a vector space is a linearly independent spanning set. Once a basis is chosen, every vector has a unique coordinate representation in that basis.&lt;br /&gt;
&lt;br /&gt;
[[File:Basis for a plane.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
The number of vectors in any basis of a finite-dimensional vector space is its &amp;#039;&amp;#039;&amp;#039;dimension&amp;#039;&amp;#039;&amp;#039;. For example, the vectors &amp;lt;math&amp;gt;(1,0,1)^T&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(0,1,1)^T&amp;lt;/math&amp;gt; are independent, but adding &amp;lt;math&amp;gt;(1,1,2)^T&amp;lt;/math&amp;gt; creates a dependent set because the third vector is the sum of the first two.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Matrices and Systems of Linear Equations =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Matrices as Data and as Operators ==&lt;br /&gt;
&lt;br /&gt;
A matrix can store coefficients, data, or the coordinates of a linear map. Addition and scalar multiplication operate entrywise. Matrix multiplication is different: if &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; is &amp;lt;math&amp;gt;m\times n&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B&amp;lt;/math&amp;gt; is &amp;lt;math&amp;gt;n\times p&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;AB&amp;lt;/math&amp;gt; is &amp;lt;math&amp;gt;m\times p&amp;lt;/math&amp;gt;. Its entries are&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;(AB)_{ij}=\sum_{k=1}^{n}a_{ik}b_{kj}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Matrix multiplication principle.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
Matrix multiplication represents composition of linear transformations, which explains why order matters. In general, &amp;lt;math&amp;gt;AB\neq BA&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[[File:Matrix vector multiplication.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Solving Ax = b by Elimination ==&lt;br /&gt;
&lt;br /&gt;
A linear system can be written compactly as &amp;lt;math&amp;gt;A\mathbf{x}=\mathbf{b}&amp;lt;/math&amp;gt;. Elementary row operations preserve the solution set. Gaussian elimination transforms the augmented matrix into row-echelon form, while Gauss-Jordan elimination continues to reduced row-echelon form.&lt;br /&gt;
&lt;br /&gt;
For example,&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{aligned}x+2y&amp;amp;=5\\3x+4y&amp;amp;=11\end{aligned}&amp;lt;/math&amp;gt;&lt;br /&gt;
has augmented matrix&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\left[\begin{array}{cc|c}1&amp;amp;2&amp;amp;5\\3&amp;amp;4&amp;amp;11\end{array}\right].&amp;lt;/math&amp;gt;&lt;br /&gt;
Replacing row two by row two minus three times row one gives &amp;lt;math&amp;gt;[0,-2|-4]&amp;lt;/math&amp;gt;, so &amp;lt;math&amp;gt;y=2&amp;lt;/math&amp;gt; and then &amp;lt;math&amp;gt;x=1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
A system may have one solution, infinitely many solutions, or no solution. Pivot positions identify basic variables. Free variables parameterize families of solutions.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=J7DzL2_Na80|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Rank, Column Space, and Null Space ==&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;column space&amp;#039;&amp;#039;&amp;#039; of &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; is the span of its columns and equals the set of all possible outputs &amp;lt;math&amp;gt;A\mathbf{x}&amp;lt;/math&amp;gt;. The &amp;#039;&amp;#039;&amp;#039;null space&amp;#039;&amp;#039;&amp;#039; or kernel is&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\mathcal{N}(A)=\{\mathbf{x}:A\mathbf{x}=\mathbf{0}\}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;rank&amp;#039;&amp;#039;&amp;#039; of &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; is the dimension of its column space. If &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; has &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; columns, the rank-nullity theorem states&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\operatorname{rank}(A)+\operatorname{nullity}(A)=n.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This theorem connects the number of independent output directions with the number of input directions that are collapsed to zero.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Inverses and Factorizations ==&lt;br /&gt;
&lt;br /&gt;
A square matrix &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; is &amp;#039;&amp;#039;&amp;#039;invertible&amp;#039;&amp;#039;&amp;#039; if there exists &amp;lt;math&amp;gt;A^{-1}&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;A^{-1}A=AA^{-1}=I&amp;lt;/math&amp;gt;. For square matrices, invertibility is equivalent to full rank, a trivial null space, a nonzero determinant, and the existence of a unique solution to &amp;lt;math&amp;gt;A\mathbf{x}=\mathbf{b}&amp;lt;/math&amp;gt; for every &amp;lt;math&amp;gt;\mathbf{b}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
In practical computation, you normally solve a system using a factorization rather than explicitly forming the inverse. For example, elimination leads to an &amp;lt;math&amp;gt;LU&amp;lt;/math&amp;gt; factorization, while orthogonalization leads to a &amp;lt;math&amp;gt;QR&amp;lt;/math&amp;gt; factorization.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Linear Transformations and Coordinates =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== What Makes a Transformation Linear? ==&lt;br /&gt;
&lt;br /&gt;
A transformation &amp;lt;math&amp;gt;T:V\to W&amp;lt;/math&amp;gt; is linear when&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;T(\mathbf{u}+\mathbf{v})=T(\mathbf{u})+T(\mathbf{v})&amp;lt;/math&amp;gt;&lt;br /&gt;
and&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;T(c\mathbf{v})=cT(\mathbf{v})&amp;lt;/math&amp;gt;&lt;br /&gt;
for all appropriate vectors and scalars. These two conditions are equivalent to preservation of every linear combination.&lt;br /&gt;
&lt;br /&gt;
Once bases are chosen, every finite-dimensional linear transformation can be represented by a matrix. The columns of that matrix are the coordinate vectors of the transformed basis vectors.&lt;br /&gt;
&lt;br /&gt;
[[File:2D affine transformation matrix.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
The figure includes several familiar matrix actions such as scaling, rotation, reflection, and shear. Translation is shown in homogeneous coordinates; ordinary translation in &amp;lt;math&amp;gt;\mathbb{R}^2&amp;lt;/math&amp;gt; is affine rather than linear because it does not keep the origin fixed.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=kYB8IZa5AuE|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Kernel, Image, and Rank-Nullity ==&lt;br /&gt;
&lt;br /&gt;
For a linear map &amp;lt;math&amp;gt;T:V\to W&amp;lt;/math&amp;gt;, the &amp;#039;&amp;#039;&amp;#039;kernel&amp;#039;&amp;#039;&amp;#039; is the set of inputs mapped to zero, while the &amp;#039;&amp;#039;&amp;#039;image&amp;#039;&amp;#039;&amp;#039; is the set of outputs that can actually be reached. If &amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; is finite-dimensional, then&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\dim(\ker T)+\dim(\operatorname{im}T)=\dim V.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A linear transformation is one-to-one exactly when its kernel contains only the zero vector. It is onto exactly when its image equals the whole codomain.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Change of Basis ==&lt;br /&gt;
&lt;br /&gt;
Coordinates depend on a basis, but the underlying vector does not. If the columns of an invertible matrix &amp;lt;math&amp;gt;P&amp;lt;/math&amp;gt; are a new basis written in old coordinates, then&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;[\mathbf{v}]_{\text{old}}=P[\mathbf{v}]_{\text{new}}.&amp;lt;/math&amp;gt;&lt;br /&gt;
For a linear operator represented by &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; in the old basis, its matrix in the new basis is&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;P^{-1}AP.&amp;lt;/math&amp;gt;&lt;br /&gt;
This similarity transformation changes coordinates without changing intrinsic properties such as determinant, trace, or eigenvalues.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Determinants =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Geometric Meaning ==&lt;br /&gt;
&lt;br /&gt;
For a square matrix, the determinant measures signed volume scaling. In two dimensions, &amp;lt;math&amp;gt;|\det A|&amp;lt;/math&amp;gt; is the area-scaling factor; in three dimensions, it is the volume-scaling factor. A negative determinant reverses orientation, while a zero determinant means that the transformation collapses space into a lower-dimensional set.&lt;br /&gt;
&lt;br /&gt;
[[File:Determinant-as-area.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=Ip3X9LOh2dk|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Algebraic Properties ==&lt;br /&gt;
&lt;br /&gt;
For square matrices &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B&amp;lt;/math&amp;gt;,&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\det(AB)=\det(A)\det(B).&amp;lt;/math&amp;gt;&lt;br /&gt;
Swapping two rows changes the sign of the determinant, multiplying a row by a scalar multiplies the determinant by that scalar, and adding a multiple of one row to another leaves the determinant unchanged. A matrix is invertible exactly when its determinant is nonzero.&lt;br /&gt;
&lt;br /&gt;
For a &amp;lt;math&amp;gt;2\times2&amp;lt;/math&amp;gt; matrix,&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\det\begin{pmatrix}a&amp;amp;b\\c&amp;amp;d\end{pmatrix}=ad-bc.&amp;lt;/math&amp;gt;&lt;br /&gt;
For larger matrices, elimination is usually more efficient than a full cofactor expansion.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Inner Products, Orthogonality, and Least Squares =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Dot Products and Orthogonality ==&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;math&amp;gt;\mathbb{R}^n&amp;lt;/math&amp;gt;, the standard inner product is&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\mathbf{x}^T\mathbf{y}=\sum_{i=1}^{n}x_i y_i.&amp;lt;/math&amp;gt;&lt;br /&gt;
The induced norm is &amp;lt;math&amp;gt;\|\mathbf{x}\|_2=\sqrt{\mathbf{x}^T\mathbf{x}}&amp;lt;/math&amp;gt;. Two vectors are orthogonal when their inner product is zero.&lt;br /&gt;
&lt;br /&gt;
[[File:Orthogonal transformation qtl1.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
An orthogonal matrix &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; satisfies &amp;lt;math&amp;gt;Q^TQ=I&amp;lt;/math&amp;gt;. Its columns form an orthonormal basis, and it preserves lengths and angles.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=LyGKycYT2v0|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Orthogonal Projection ==&lt;br /&gt;
&lt;br /&gt;
The projection of &amp;lt;math&amp;gt;\mathbf{b}&amp;lt;/math&amp;gt; onto the line spanned by a nonzero vector &amp;lt;math&amp;gt;\mathbf{a}&amp;lt;/math&amp;gt; is&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\operatorname{proj}_{\mathbf{a}}\mathbf{b}=\frac{\mathbf{a}^T\mathbf{b}}{\mathbf{a}^T\mathbf{a}}\mathbf{a}.&amp;lt;/math&amp;gt;&lt;br /&gt;
For a subspace with orthonormal basis columns collected in &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt;, the projection matrix is &amp;lt;math&amp;gt;QQ^T&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Projection is characterized by an orthogonality condition: the error between the original vector and its projection is perpendicular to the target subspace.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Gram-Schmidt and QR Factorization ==&lt;br /&gt;
&lt;br /&gt;
The Gram-Schmidt process converts a linearly independent set into an orthonormal set spanning the same subspace. Applied to the columns of a full-column-rank matrix &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt;, it produces&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;A=QR,&amp;lt;/math&amp;gt;&lt;br /&gt;
where &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; has orthonormal columns and &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; is upper triangular. Numerically stable implementations typically use modified Gram-Schmidt or Householder reflections.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Least Squares ==&lt;br /&gt;
&lt;br /&gt;
When &amp;lt;math&amp;gt;A\mathbf{x}=\mathbf{b}&amp;lt;/math&amp;gt; is inconsistent, least squares chooses &amp;lt;math&amp;gt;\hat{\mathbf{x}}&amp;lt;/math&amp;gt; to minimize&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\|A\mathbf{x}-\mathbf{b}\|_2.&amp;lt;/math&amp;gt;&lt;br /&gt;
At the optimum, the residual is orthogonal to the column space of &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt;, giving the normal equations&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;A^TA\hat{\mathbf{x}}=A^T\mathbf{b}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Linear least squares.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
The normal equations clarify the geometry, but directly forming &amp;lt;math&amp;gt;A^TA&amp;lt;/math&amp;gt; can worsen numerical conditioning. QR factorization or SVD is generally preferred for robust numerical least-squares computation.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=osh80YCg_GM|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Eigenvalues, Eigenvectors, and Diagonalization =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Eigenvectors and Eigenvalues ==&lt;br /&gt;
&lt;br /&gt;
For a square matrix &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt;, a nonzero vector &amp;lt;math&amp;gt;\mathbf{v}&amp;lt;/math&amp;gt; is an eigenvector with eigenvalue &amp;lt;math&amp;gt;\lambda&amp;lt;/math&amp;gt; if&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;A\mathbf{v}=\lambda\mathbf{v}.&amp;lt;/math&amp;gt;&lt;br /&gt;
The transformation may stretch, shrink, reverse, or preserve the direction of an eigenvector, but it does not move that vector away from its eigenvector line.&lt;br /&gt;
&lt;br /&gt;
[[File:Eigenvectors.gif|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
Eigenvalues are found from the characteristic equation&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\det(A-\lambda I)=0.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example,&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;A=\begin{pmatrix}2&amp;amp;1\\1&amp;amp;2\end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
has eigenvalue &amp;lt;math&amp;gt;3&amp;lt;/math&amp;gt; with eigenvector direction &amp;lt;math&amp;gt;(1,1)^T&amp;lt;/math&amp;gt; and eigenvalue &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; with eigenvector direction &amp;lt;math&amp;gt;(1,-1)^T&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=PFDu9oVAE-g|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Diagonalization and the Spectral Theorem ==&lt;br /&gt;
&lt;br /&gt;
If a matrix has a basis of eigenvectors, then it can be diagonalized:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;A=PDP^{-1},&amp;lt;/math&amp;gt;&lt;br /&gt;
where the columns of &amp;lt;math&amp;gt;P&amp;lt;/math&amp;gt; are eigenvectors and &amp;lt;math&amp;gt;D&amp;lt;/math&amp;gt; contains the corresponding eigenvalues. Then&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;A^k=PD^kP^{-1},&amp;lt;/math&amp;gt;&lt;br /&gt;
which makes repeated application easy to analyze.&lt;br /&gt;
&lt;br /&gt;
Every real symmetric matrix has an orthonormal basis of real eigenvectors. Therefore, the spectral theorem gives&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;A=Q\Lambda Q^T&amp;lt;/math&amp;gt;&lt;br /&gt;
for a real symmetric matrix &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt;, with orthogonal &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; and real diagonal &amp;lt;math&amp;gt;\Lambda&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Dynamical Systems and Stability ==&lt;br /&gt;
&lt;br /&gt;
In a discrete system &amp;lt;math&amp;gt;\mathbf{x}_{k+1}=A\mathbf{x}_k&amp;lt;/math&amp;gt;, eigenvalues help determine long-term behavior. Components along eigenvectors are multiplied repeatedly by powers of their eigenvalues. In the differential equation &amp;lt;math&amp;gt;\mathbf{x}&amp;#039;=A\mathbf{x}&amp;lt;/math&amp;gt;, eigenvalues determine exponential modes through terms such as &amp;lt;math&amp;gt;e^{\lambda t}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
You should interpret these statements carefully when a matrix is not diagonalizable or is highly nonnormal, because eigenvalues alone may not capture every transient behavior.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Singular Value Decomposition =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== The SVD of Any Matrix ==&lt;br /&gt;
&lt;br /&gt;
Every real &amp;lt;math&amp;gt;m\times n&amp;lt;/math&amp;gt; matrix has a singular value decomposition&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;A=U\Sigma V^T,&amp;lt;/math&amp;gt;&lt;br /&gt;
where the columns of &amp;lt;math&amp;gt;U&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; are orthonormal and &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt; is diagonal in the rectangular sense with nonnegative singular values.&lt;br /&gt;
&lt;br /&gt;
[[File:Singular-Value-Decomposition.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
Geometrically, the SVD decomposes a linear map into an orthogonal change of coordinates, axis-aligned scaling, and another orthogonal change of coordinates. The nonzero singular values are the square roots of the nonzero eigenvalues of &amp;lt;math&amp;gt;A^TA&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=TX_vooSnhm8|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Rank, Compression, Pseudoinverse, and Conditioning ==&lt;br /&gt;
&lt;br /&gt;
The number of nonzero singular values equals the rank of &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt;. Keeping only the largest singular values gives a low-rank approximation, a key idea in compression, denoising, latent semantic analysis, and principal component methods.&lt;br /&gt;
&lt;br /&gt;
The Moore-Penrose pseudoinverse uses reciprocal nonzero singular values and extends inverse-like solving to rectangular or rank-deficient matrices. In the Euclidean norm, the ratio of largest to smallest nonzero singular value measures sensitivity through a condition number. A large condition number warns that small input perturbations may cause much larger changes in a computed solution.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Applications and Connections =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Data Science and Principal Components ==&lt;br /&gt;
&lt;br /&gt;
A data matrix places observations and features into rows and columns. After centering the data, principal component analysis identifies orthogonal directions of maximal variance. Computationally, these directions can be obtained from eigenvectors of a covariance matrix or from the SVD of the centered data matrix.&lt;br /&gt;
&lt;br /&gt;
This application shows why basis choice matters: changing to a principal-component basis can concentrate information into fewer coordinates.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Networks and Graphs ==&lt;br /&gt;
&lt;br /&gt;
Matrices encode networks through adjacency, incidence, and Laplacian matrices. Null spaces can represent conservation laws or connected components, while eigenvalues reveal structural and dynamical properties. These ideas connect [[English:Graph theory|Graph theory]] with linear algebra.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Markov Chains ==&lt;br /&gt;
&lt;br /&gt;
A finite-state [[English:Markov chain|Markov chain]] can be represented by a stochastic matrix. Under a consistent row- or column-vector convention, repeated matrix multiplication evolves probability distributions. Stationary distributions correspond to eigenvectors associated with eigenvalue one, subject to normalization and suitable assumptions about the chain.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Differential Equations and Control ==&lt;br /&gt;
&lt;br /&gt;
Systems of linear differential equations use matrix dynamics. Eigenvalues and invariant subspaces help you understand modes, stability, resonance, and long-term behavior. In control theory, matrices describe state evolution, inputs, outputs, controllability, and observability.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Computer Graphics and Geometry ==&lt;br /&gt;
&lt;br /&gt;
Rotations, reflections, scalings, projections, and coordinate changes are linear transformations represented by matrices. Graphics pipelines often use homogeneous coordinates so that affine operations such as translations can be combined with linear operations through matrix multiplication.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Problem-Solving Strategy =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== A Conceptual Workflow ==&lt;br /&gt;
&lt;br /&gt;
When you face a new problem, first identify the spaces, dimensions, and map involved. Then ask which structure matters: a system of equations, a subspace, an orthogonality condition, an invariant direction, or a low-rank approximation. Choose a basis or factorization that exposes that structure. Finally, check the result geometrically, algebraically, and numerically when possible.&lt;br /&gt;
&lt;br /&gt;
A useful habit is to distinguish three layers:&lt;br /&gt;
# [[English:Geometric interpretation|Geometric interpretation]]: What does the transformation do to directions, lengths, areas, or subspaces?&lt;br /&gt;
# [[English:Algebraic representation|Algebraic representation]]: Which matrix equation or factorization represents the structure?&lt;br /&gt;
# [[English:Numerical computation|Numerical computation]]: Which method is stable and efficient for the size and conditioning of the problem?&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Common Misconceptions ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;A matrix is more than a table of numbers.&amp;#039;&amp;#039;&amp;#039; It usually represents a linear map once bases are chosen.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Row operations do not preserve every matrix property.&amp;#039;&amp;#039;&amp;#039; They preserve the solution set of a system, but they may change eigenvalues, eigenvectors, and the determinant unless you track the effects.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;The determinant is not merely a formula.&amp;#039;&amp;#039;&amp;#039; Its geometric meaning is signed volume scaling.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Eigenvectors need not form a basis.&amp;#039;&amp;#039;&amp;#039; Diagonalization requires enough linearly independent eigenvectors.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;The normal equations are not always the best numerical algorithm.&amp;#039;&amp;#039;&amp;#039; QR or SVD methods are often more stable.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Zero dot product and zero matrix product are different ideas.&amp;#039;&amp;#039;&amp;#039; Orthogonality concerns an inner product, while a zero matrix product may arise for other structural reasons.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Interactive Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Quiz: Test Your Knowledge ==&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does the span of a set of vectors contain?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(All linear combinations of those vectors)&lt;br /&gt;
(!Only unit vectors)&lt;br /&gt;
(!Only orthogonal vectors)&lt;br /&gt;
(!Only the original vectors)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What property must a basis have?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(It must be linearly independent and spanning)&lt;br /&gt;
(!It must contain only eigenvectors)&lt;br /&gt;
(!It must have determinant one)&lt;br /&gt;
(!It must contain infinitely many vectors)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does the rank of a matrix measure?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The dimension of its column space)&lt;br /&gt;
(!The number of all matrix entries)&lt;br /&gt;
(!The size of its determinant)&lt;br /&gt;
(!The number of zero columns only)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;When is a square matrix invertible?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(When it has full rank)&lt;br /&gt;
(!When every entry is positive)&lt;br /&gt;
(!When it is symmetric)&lt;br /&gt;
(!When its trace is zero)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does a zero determinant indicate geometrically?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The transformation collapses dimension)&lt;br /&gt;
(!The transformation preserves every length)&lt;br /&gt;
(!The transformation is always a rotation)&lt;br /&gt;
(!The transformation has no matrix representation)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What condition defines orthogonal vectors?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Their inner product is zero)&lt;br /&gt;
(!Their lengths are equal)&lt;br /&gt;
(!Their coordinates are positive)&lt;br /&gt;
(!Their spans are identical)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does least squares minimize?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The Euclidean norm of the residual)&lt;br /&gt;
(!The determinant of the data matrix)&lt;br /&gt;
(!The number of variables)&lt;br /&gt;
(!The trace of the coefficient matrix)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What equation defines an eigenvector direction?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The matrix maps it to a scalar multiple of itself)&lt;br /&gt;
(!The matrix maps it to the zero vector in every case)&lt;br /&gt;
(!The vector has every coordinate equal)&lt;br /&gt;
(!The vector must be orthogonal to every other vector)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is guaranteed for every real matrix?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(A singular value decomposition)&lt;br /&gt;
(!A real eigenbasis)&lt;br /&gt;
(!A nonzero determinant)&lt;br /&gt;
(!A unique inverse)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Why are QR or SVD methods often preferred for numerical least squares?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(They can be more numerically stable)&lt;br /&gt;
(!They always avoid matrix multiplication)&lt;br /&gt;
(!They require no arithmetic)&lt;br /&gt;
(!They make every system exactly solvable)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Memory Game ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;memo-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Vector space || A set closed under vector addition and scalar multiplication&lt;br /&gt;
|-&lt;br /&gt;
| Span || The collection of all linear combinations generated by given vectors&lt;br /&gt;
|-&lt;br /&gt;
| Basis || An independent spanning set that gives unique coordinates&lt;br /&gt;
|-&lt;br /&gt;
| Rank || The dimension of the reachable output space of a matrix&lt;br /&gt;
|-&lt;br /&gt;
| Kernel || The set of inputs mapped to the zero vector&lt;br /&gt;
|-&lt;br /&gt;
| Orthogonal || Having inner product equal to zero&lt;br /&gt;
|-&lt;br /&gt;
| Eigenvector || A nonzero direction preserved up to scaling by a linear operator&lt;br /&gt;
|-&lt;br /&gt;
| Singular value || A nonnegative scale factor appearing in the SVD&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Drag and Drop ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;lueckentext-quiz&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Match the correct terms.&lt;br /&gt;
! Topic&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Linear independence&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| No nontrivial linear combination produces the zero vector&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Projection&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Closest-point representation in a subspace under an inner product&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Determinant&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Signed volume scaling of a square linear transformation&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Diagonalization&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Representation using an eigenvector basis and a diagonal matrix&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Pseudoinverse&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Generalized inverse used for rectangular or rank-deficient problems&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Crossword Puzzle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;kreuzwort-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Vector || What object can be added and scaled in a vector space?&lt;br /&gt;
|-&lt;br /&gt;
| Basis || What independent spanning set gives unique coordinates?&lt;br /&gt;
|-&lt;br /&gt;
| Kernel || What set contains all inputs mapped to zero?&lt;br /&gt;
|-&lt;br /&gt;
| Rank || What is the dimension of the column space called?&lt;br /&gt;
|-&lt;br /&gt;
| Eigenvector || What nonzero direction is preserved up to scaling by an operator?&lt;br /&gt;
|-&lt;br /&gt;
| Determinant || What scalar measures signed volume scaling?&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== LearningApps ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://learningapps.org/index.php?s=Linear+Algebra &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Cloze Text ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;quiz display=simple&amp;gt;&lt;br /&gt;
{&amp;#039;&amp;#039;&amp;#039;Complete the text.&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
|type=&amp;quot;{}&amp;quot;}&lt;br /&gt;
A set closed under vector addition and scalar multiplication is a { vector space }. The set of all linear combinations of given vectors is their { span }. An independent spanning set is called a { basis }. The dimension of the column space of a matrix is its { rank }. The inputs mapped to zero form the { kernel }. A square matrix is invertible exactly when its determinant is { nonzero }. Vectors with zero inner product are { orthogonal }. Least squares chooses a solution that minimizes the norm of the { residual }. A preserved direction under a linear map is represented by an { eigenvector }. Every real matrix admits a { singular value decomposition }. The number of nonzero singular values equals the matrix { rank }. A large condition number indicates possible numerical { sensitivity }.&lt;br /&gt;
&amp;lt;/quiz&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Open-Ended Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Easy ===&lt;br /&gt;
# [[English:Vector visualization|Vector visualization]]: Draw two vectors and their sum using both the head-to-tail method and the parallelogram method, then explain why the constructions agree.&lt;br /&gt;
# [[English:Basis experiment|Basis experiment]]: Choose two different bases of the plane, represent the same vector in both bases, and create a labeled image showing how the coordinates change.&lt;br /&gt;
# [[English:Matrix transformation video|Matrix transformation video]]: Make a short video showing how one two-dimensional matrix transforms a grid, and identify the images of the standard basis vectors.&lt;br /&gt;
# [[English:Linear algebra interview|Linear algebra interview]]: Interview a student, researcher, engineer, or data professional about one place where matrices or vectors appear in their work, then summarize the example.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Standard ===&lt;br /&gt;
# [[English:Gaussian elimination project|Gaussian elimination project]]: Create and solve a three-variable linear system, document every row operation, and interpret rank, pivots, and free variables.&lt;br /&gt;
# [[English:Least squares investigation|Least squares investigation]]: Collect a small real dataset, fit a line using least squares, plot the residuals, and explain the orthogonality condition behind the fit.&lt;br /&gt;
# [[English:Orthogonality experiment|Orthogonality experiment]]: Implement Gram-Schmidt on three independent vectors, verify the resulting dot products, and discuss the effect of rounding errors.&lt;br /&gt;
# [[English:Campus transformation hunt|Campus transformation hunt]]: Visit or photograph a campus, workplace, or public location where rotations, reflections, projections, grids, or coordinate transformations are visible, then model one example with a matrix.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
# [[English:Eigenvalue dynamics study|Eigenvalue dynamics study]]: Compare two discrete dynamical systems with different eigenvalue patterns, simulate repeated matrix powers, and explain the observed long-term behavior.&lt;br /&gt;
# [[English:PCA data project|PCA data project]]: Center a multivariable dataset, compute principal directions using an eigenvalue method or SVD, and create a visual explanation of dimensionality reduction.&lt;br /&gt;
# [[English:SVD compression experiment|SVD compression experiment]]: Apply a truncated SVD to a grayscale image or numerical data matrix, compare several retained ranks, and evaluate the trade-off between compression and reconstruction error.&lt;br /&gt;
# [[English:Numerical stability investigation|Numerical stability investigation]]: Construct or find matrices with contrasting condition numbers, solve related systems with two computational approaches, and write a technical report explaining sensitivity and algorithm choice.&lt;br /&gt;
&lt;br /&gt;
{{:Open Task - Create a MOOC}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Learning Assessment =&lt;br /&gt;
&lt;br /&gt;
# [[English:Model selection assessment|Model selection assessment]]: Given several real situations, decide whether each is best modeled by a linear system, projection, eigenvalue problem, or low-rank approximation, and justify every choice.&lt;br /&gt;
# [[English:Rank-nullity assessment|Rank-nullity assessment]]: Analyze a linear map from its matrix, determine bases for its kernel and image, verify rank-nullity, and explain what the dimensions mean geometrically.&lt;br /&gt;
# [[English:Transformation assessment|Transformation assessment]]: Given a matrix transformation, predict its effect on a basis, area, orientation, and invertibility before computing, then compare prediction with calculation.&lt;br /&gt;
# [[English:Least squares assessment|Least squares assessment]]: Derive the orthogonality condition for a least-squares fit and compare solving with normal equations and QR from the perspectives of geometry and numerical reliability.&lt;br /&gt;
# [[English:Spectral assessment|Spectral assessment]]: Determine when a matrix can be diagonalized, use the resulting form to analyze repeated powers, and explain how the conclusion changes if a full eigenbasis is unavailable.&lt;br /&gt;
# [[English:SVD transfer assessment|SVD transfer assessment]]: Explain how one SVD can simultaneously reveal rank, important directions, a pseudoinverse, conditioning information, and a low-rank approximation in an applied example.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Evidence of Learning =&lt;br /&gt;
&lt;br /&gt;
Evidence of successful learning should show more than procedural speed. You should be able to demonstrate the following:&lt;br /&gt;
&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Knowledge&amp;#039;&amp;#039;&amp;#039;: Explain central definitions, theorems, equivalences, and geometric meanings, including span, basis, rank, determinant, orthogonality, eigenstructure, and SVD.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Skills&amp;#039;&amp;#039;&amp;#039;: Solve systems, compute and interpret subspaces, change coordinates, project vectors, use matrix factorizations, and check dimensions and assumptions.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Products&amp;#039;&amp;#039;&amp;#039;: Produce clear mathematical explanations, annotated calculations, visualizations, computational notebooks or reports, and data-driven models.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Reasoning&amp;#039;&amp;#039;&amp;#039;: Connect algebraic formulas with geometric structure, justify method choices, detect invalid assumptions, and distinguish exact mathematics from numerical approximation.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Transfer&amp;#039;&amp;#039;&amp;#039;: Apply linear algebra to unfamiliar problems in data science, engineering, physics, networks, economics, graphics, or other disciplines.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= OERs on the Topic =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://en.m.wikipedia.org/wiki/Linear_algebra &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can deepen your study with [https://ocw.mit.edu/courses/18-06sc-linear-algebra-fall-2011/ MIT OpenCourseWare: Linear Algebra], which provides lecture videos, notes, problems, and solutions. You can also use [https://www.3blue1brown.com/topics/linear-algebra 3Blue1Brown linear algebra resources] for visual intuition.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Linked Learning Areas =&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
{{:D-Tab}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[English:Linear Algebra|Linear Algebra]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# [[English:Vector space|Vector space]]&lt;br /&gt;
# [[English:Matrix|Matrix]]&lt;br /&gt;
# [[English:System of linear equations|System of linear equations]]&lt;br /&gt;
# [[English:Linear transformation|Linear transformation]]&lt;br /&gt;
# [[English:Determinant|Determinant]]&lt;br /&gt;
# [[English:Inner product space|Inner product space]]&lt;br /&gt;
# [[English:Eigenvalues and eigenvectors|Eigenvalues and eigenvectors]]&lt;br /&gt;
# [[English:Singular value decomposition|Singular value decomposition]]&lt;br /&gt;
# [[English:Numerical linear algebra|Numerical linear algebra]]&lt;br /&gt;
# [[English:Data science|Data science]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= aiMOOC Projects =&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Linear Algebra]]&lt;br /&gt;
[[Category:Higher Education]]&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
[[Category:Applied Mathematics]]&lt;br /&gt;
[[Category:Computer Science]]&lt;br /&gt;
[[Category:Data Science]]&lt;br /&gt;
[[Category:Engineering]]&lt;br /&gt;
[[Category:AI_MOOC]]&lt;br /&gt;
[[Category:GPT aiMOOC]]&lt;br /&gt;
{{MT}}&lt;/div&gt;</summary>
		<author><name>Glanz</name></author>
	</entry>
</feed>