Assume that A is square. I would like to display this as follows (for i > 1):
a_{i1}in its position,0 ... 0(transposed) on top and below this element, anda rectangle to the right of the first column, indicating "any element" (displaying just the rectangle; this is what it stands for), spanning most or the free apace to the right inside the matrix brackets, ideally centered vertically and horizontally.
How do I do this and make it look nice? Thanks!
Edit per comment below: I don't actually Tex. I use this within MathJax, which - in my experience - renders most Latex packages i've seen, certainly matrices. So I just need the actual display of the matrix, not whatever comes around it - or ideally an answer by someone familiar with MathJax - see http://meta.math.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference for a quick intro (but this is only a fraction of what it renders; also http://www.mathjax.org/. How do I do this and make it look nice?






\documentclass{...}and upto\end{document}. Have a look at other questions for what exactly we mean by MWEs. This is especially needed because creating examples from scracth is really no fun. Also it avoids the comments saying thanks for the answer but I'm using babel package and your solution doesn't work with it – percusse Jan 31 at 3:27