Determine if the function $f:C[0,1]\rightarrow M_{2,2}$ given below is surjective, injective or bijective:
$$f(h)=\begin{pmatrix} h(0) & h(1) \\ h(1/2) & h(1)-h(0) \end{pmatrix}.$$
Here we denote $C[0,1]$ to be the set of continuous real-valued functions on the interval $[0,1]$.
I have mainly dealt with functions from $\mathbb{R}\rightarrow\mathbb{R}$ or $\mathbb{R^n}\rightarrow \mathbb{R^m}$, and I am having difficulty understanding this question.
Attempt (inspired by Anurag A):
Injectivity
Consider the definition of an injective function: $\forall a,b\in\ C[0,1]$, $f(a)=f(b)\implies a=b$. We take $c=0,\sin(2\pi x)\in C[0,1]$ where $c=0$ denotes the zero function. Now $$f(c)=\begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix}=f(\sin(2\pi x)).$$
But $c\neq \sin(2\pi x)$, and so $f$ in not an injective function.
Surjectivity
Consider $X=\begin{pmatrix} 0 & 1 \\ 5 & 0 \end{pmatrix}\in M_{2,2}$. This implies that for some function $h\in C[0,1]$, $h(0)=0$ and $h(1)=1$.
But $h(1)-h(0)=0\neq 1$, and so $f$ is not a surjective function.
Bijectivity
Not bijective, as function is niether injective nor surjective.
For the function to be surjective, we should be able to find a continuous function $h$, such that we can map to any $2 \times 2$ matrix. But if you observe that we cannot map to the matrix $\begin{bmatrix}0&1\\ 1&0\end{bmatrix}$. Because if there was such an $h$, then $h(0)=0, h(1)=1$ and $h(1)-h(0)=1$. But the $2-2$ entry of our test matrix is $0$.
For injectivity check to see if there are more than one continuous function $h$ such that it maps to the zero matrix. Obviously the zero function will be mapped to the zero matrix. How about $h(x)=\sin(2\pi x)$?