<aside> <img src="/icons/list_gray.svg" alt="/icons/list_gray.svg" width="40px" />

Table of Contents

</aside>

Definition


Identity Matrix is a square matrix with $1$ on the main diagonal and $0$ elements elsewhere.

Examples

Properties


Multiplicative Identity

$$ AI = IA = A $$

Inverse

$$ I^{-1} = I $$

Transpose

$$ I^{T} = I $$

Linear Transformation


image.png

<aside> <img src="/icons/question-mark_blue.svg" alt="/icons/question-mark_blue.svg" width="40px" />

Linearity

image.png

Transformation preserves the operations of vector addition and scalar multiplication.

The vector resulting from the product of a vector and a scalar is parellel to the original vector and lies on the same line passing through the origin.

</aside>

Linear trasformation $T$ must satisfy 2 conditions.

Additivity

$$ T(u+v) = T(u) + T(v) $$

Homogeneity

$$ T(cu) = cT(u) $$

Practice with Desmos


<aside> <img src="/icons/link_gray.svg" alt="/icons/link_gray.svg" width="40px" />

데스모스 링크

Linear Transformations

</aside>

https://www.desmos.com/calculator/tmodmkuybw

Through the graph above, We can intuitively observe the linear transformation.

Parameters

How to use