I’m a middle school (6th grade) student who is self-learning these topics, including linear algebra, and this is another question I have (teacher didn’t know again):
I recently came across exponentiating matrices here, which we basically define by plugging in a matrix $A$ into the series; $\exp(A) = e^A = \sum_{n = 0}^{\infty} \frac{1}{n!}A^n$.
This is when I learned about matrix functions. Matrix functions take in matrices as inputs and output matrices: $f: A_x \rightarrow A_y$. The function $\exp(A)$ is probably the most noteworthy example of a matrix function (do correct me if I’m wrong).
One of the beauties of functions is their visualizations; graphs, vector fields, linear transformations, and so on. Now, I think that a valid question to ask is
How do we visualize matrix functions? It would require, for the bare minimum of $2 \times 2$ matrices; 8 dimensions…?
However, we already have two main methods for visualizing $4$-dimensional functions; transformations, and the one I prefer, vector fields. Is there something analogous to transformations or vector fields to visualize them?
I would also (really) like to know if matrix functions are linear, that is, for some matrix function $M$, if
$$M(A + B) = M(A) + M(B)$$ $$\text{and}$$ $$M(kA) = kM(A)\text{.}$$
I have already tested it for one simple function; $f(A) = 2A$, and the result I got is that $M(A + B)$ is indeed equal to $M(A) + M(B)$ and that $M(kA)$ is equal to $kM(A)$, but maybe this is a coincidence as I selected a simple function; $M$ is just a scaling function in the first place.
Related in some sense: Does the exponential of a function converge? What can we do with it?