Suppose that there is a linear map $L$ such that:
$$ L:(U,F)\to (U,F) $$
Where $(U,F)$ is a linear space. Now, matrices are merely representations of a linear map with respect to a given basis - for example matrix $A\in F^{\dim U \times \dim U}$ could be the matrix representation of $L$ with respect to the canonical basis. We know how to find eigenvalues of the matrix $A$.
However, is there such a thing as eigenvalues of the actual linear map $L$ and not of its matrix representation? If so, how do you find them?
Specifically: we can find eigenvalues of a matrix by finding the zeros of the characteristic polynomial. Is it possible to find the characteristic polynomial of a linear map without needing to first define a basis with respect to which we can write a matrix representation? If not, is it possible to find the eigenvalues with such an algorithmic method, without having to define a basis first?
Thanks for your insight!