Question: Plotting an arbitrary Matrix

I am trying to plot matrix in maple, and from the help i believe i need to use matrix plot. 

 

I am trying to do something like; 

 

matrixplot(Matrix(2,2,{x^2,y^2,x*y,y},[x,y]);

for example. Is there a way to do this? Just like plotting a graph without specifying the range of x and y. 

 

thanks

Please Wait...