I am used to seeing most basic mathematical objects being visually represented (for instance, a curve in the plane divided by the xy axis; the same goes for complex numbers, vectors, and so on....), However, I never saw a visual representation of a matrix. I do not mean the disposition in rows and columns, of course. I would like to know whether they can be graphically represented in some intuitive way. If so, how? Could you illustrate it, say, with a 2x2 quadratic matrix?
Thanks a lot in advance
There is no one way to "visualize" matrices. In fact, visualizing abstract quantities can be useful but also lead to loss of information through the visualization.
As far as 2x2 matrices go, one way of visualizing them is to note that they have the same mathematical structure as complex numbers when it comes to addition and multiplication (See http://en.wikipedia.org/wiki/2_%C3%97_2_real_matrices#2.E2.80.89.C3.97.E2.80.892_real_matrices_as_complex_numbers)
Of course, this is highly specific as far as matrices go. A more useful approach to "visualizing" a matrix is to view it a linear transformation on a vector -- and observe its action on a standard set of vectors. Linear transformations and their properties in terms of dilating and rotating vectors are useful ways to understand matrices, although they are not the only useful information contained inside a matrix.
I would recommend Artin's text as a useful first resource to highlight some of these connections. Depending on what you want to do with matrices, you can expand in many different directions.