Display the name of an input inside a function    
   Perhaps a stupid question. 
I have a function which is applied to a matrix say $A_1$. Inside my fonction I call show(A_1) but I would like to call
show(LatexExpr(r"A_1 ="A_1)  without to be obliged to define a string for A_1.
