2201NSC
Introduction
Algebra involves the use of the algebraic operations $(\times)$ and $(+)$ on mathematical objects like numbers, vectors, matrices, or functions.
A linear operation $\large ℒ$ is one that obeys the relationships
Additivity: $ {\large ℒ}\left(x+ y \right) = {\large ℒ}(x)+{\large ℒ}(y).$
Homogeneity: $ {\large ℒ}\left(\alpha x\right) =\alpha {\large ℒ}(x).$
Linear Algebra begins by considering linear problems of the type ${\large ℒ}(x) = b$:
| $ax=b$ | $\quad\quad$ | $\dfrac{d}{dt} x(t)=b(t)$ |
| $\mathbf a \pd \mathbf x= \mathbf b$ | ||
| $A \mathbf x= \mathbf b$ | $\ds\int x(t)\,dt =b(t)$ |
Mathematics: Solutions to linear systems.
|
\[ \begin{array}{rcl} a_{11}x_1 + a_{12}x_2 + \cdots + a_{1n}x_n &=& b_1\\ a_{21}x_1 + a_{22}x_2 + \cdots + a_{2n}x_n &=& b_2\\ \vdots && \vdots\\ a_{n1}x_1 + a_{n2}x_2 + \cdots + a_{nn}x_n &=& b_n \end{array} \] \[ \left( \begin{array}{ccc} a_{11} & \cdots & a_{1n} \\ \vdots & \ddots & \vdots \\ a_{n1} & \cdots & a_{nn} \\ \end{array} \right) \left( \begin{array}{c} x_{1} \\ \vdots \\ x_{n} \\ \end{array} \right) = \left( \begin{array}{c} b_{1} \\ \vdots\\ b_{n} \\ \end{array} \right) \] \[ \Large A \mathbf x = \mathbf b \] |
Statistics: Regression (lines of best fit); data approximation.
Computer Science: Computer graphics (especially games).
|
$$ {\begin{pmatrix}\cos \gamma &-\sin \gamma &0\\\sin \gamma &\cos \gamma &0\\0&0&1\\\end{pmatrix}}\qquad {\begin{pmatrix}\cos \beta &0&\sin \beta \\0&1&0\\-\sin \beta &0&\cos \beta \\\end{pmatrix}} $$ $${\begin{pmatrix}1&0&0\\0&\cos \alpha &-\sin \alpha \\0&\sin \alpha &\cos \alpha \\\end{pmatrix}}$$ |
Computer Science: Computer graphics (especially games).
PageRank algorithm running on a small network of pages. The size of the nodes represents the perceived importance of the page, and arrows represent hyperlinks.
More details here: Hierarchical Text-Conditional Image Generation with CLIP Latents
More details here: GPT-4 Technical Report
Assumed that you know
Assumed that you have seen and will quickly recall