Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I've to write the following matrices in LaTex.

Matrices

Any help in this regard will be highly appreciated.

share|improve this question
2  
Take a look at tex.stackexchange.com/questions/40/… and tex.stackexchange.com/questions/3409/… for some closely related questions that have already been answered here. – Andrew Stacey Apr 12 '11 at 8:30

migrated from stats.stackexchange.com Apr 12 '11 at 5:33

1 Answer

up vote 4 down vote accepted

Sometnig like

\begin{equation}
 \bordermatrix{&c_1&c_2&c_3\cr
            r_1&t_{11}&t_{12}&t_{13}\cr
            r_2&t_{21}&t_{22}&t_{23}\cr
            r_3&t_{31}&t_{32}&t_{33}\cr}
\end{equation}

?

This will give you c's and r's outside the t_nn matrix.

share|improve this answer
thanks for your answer but it doesn't my purpose. I've also looked at tex.stackexchange.com/questions/40/…. But struggling to get it write. – MYaseen208 Apr 14 '11 at 8:26

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.