I think it's beneficial to have a list of things a linear operator $T \in \mathcal{L}(V)$ and its matrix representation $A=M(T,v)$ against any basis $v$ have in common.
What I have collected include: eigenvalues, trace, determinant, invertibility, and rank$(A)=\dim range(T)$. Are there anything else?
Thank you.
The following are common between a linear operator $T : V \to V$ and a matrix representation $M$ under a given a basis $\mathcal{B}$ for $V$:
Even though not exactly a point of commonality, we also have the following correspondences:
There are differences too between a linear transformation $T$ and its matrix $M$.
They are really objects in different structures. The former can be completely described using only the underlying vector space $V$, the latter on the pair $(V,B)$ where $B$ is a particular basis of $V$.
Some properties are what we would call "basis-dependent", meaning that they change with respect to different bases. As an example, many (but not all) matrix norms are not really properties of the operators that generate these matrices, as different bases will generate matrices with a different norm.
They support different uses and call upon different intuitions. The abstract transformation has a more geometric feel. The matrix is more algebraic. It's what you use to calculate examples.
In some applications there is a natural basis that comes from the underlying problem domain. Then the matrix contains information you lose when you think only of the transformation. For example, consider the adjacency matrix of a graph.
You choose one representation over the other to suit a particular purpose. When you interpret matrices as linear transformations it takes one line to prove matrix multiplication is associative. The direct proof requires painful manipulation of indices.
Linear transformations make sense in more general contexts than matrices. The vector space $V$ need not be finite dimensional. It need not even be a vector space: a module over a ring will do. In these new contexts bases and matrices are harder to think about.