from University of Tokyo 1S1 Mathematical Sciences Foundation: Linear Algebra Matrices and Linear Transformations

Linear FunctionsLinear transformations on a plane (Linear Transformations)Linear Mapping
Can be represented by real numbers (1x1 matrices)Can be represented by 2x2 matricesCan be represented by m x n matrices
Transforms real numbers (1-dimensional vectors)Transforms 2-dimensional vectorsTransforms n-dimensional vectors
    - I don't think it's harmful to not worry about the differences between functions, mappings, and transformations (takker)(nishio)
        - There are only minor differences in notation.
        - Some authors may use them differently.
            - For example, in "[まずはこの一冊から 意味がわかる線形代数 (BERET SCIENCE)]", "transformation" is defined as "a mapping where the dimensions of the input and output are equal".
            - In such cases, you should follow that definition only for that discussion.
        - [Mapping - Wikipedia](https://ja.wikipedia.org/wiki/写像)
        - > Functions, transformations, operators, and arrows are sometimes used as synonyms for mappings.
        - I see (blu3mo)
            - I mistakenly thought that functions can only accept real numbers (1x1 matrices), but that's not the case.
            - Depending on the person, it may be that they are giving such a definition to functions, so it cannot be simply called a misunderstanding (takker)
                - As I mentioned before, I think it's a matter of different notations, and if the textbook or instructor has given their own definition, it's best to follow it.
- Does that make sense? (blu3mo)
    - I also want to consider the geometric image (blu3mo)
- Geometric Image
    - For example, a mapping that rotates a vector by θ is a linear mapping.
        - Because,
            - Rotating two vectors and then adding them is the same as adding them and then rotating.
            - Scaling a vector and then rotating it is the same as rotating it and then scaling it.
- On the other hand, what is a non-linear mapping? (blu3mo)
    - Since it can be represented by a matrix, it should be a linear mapping with the properties of the distributive law, etc.
        - There are many mappings that cannot be represented by matrices (nishio)
            - For example, $f(x)=x^2$ cannot be represented by a matrix.
            - Oh, it's written just below, haha.
    - So, should we consider mappings that cannot be represented by matrices?
        - There can be as many as you want.
- Does a linear mapping need to have a [[Square Matrix]] as its representation vector? (blu3mo)
    - [[Linear transformations on a plane]] were square matrices.
    - Ah, but it's just a matter of not getting the same dimension output as the input if it's not a square matrix.
        - If you want to change an n-dimensional vector to another n-dimensional vector, it must be a [[Square Matrix]].
        - For example, in the case of plane vectors to plane vectors, it must be a 2x2 matrix.