Math & Science ⇒ How to create matrices with column and row numbers
-
- Posts: 44
- Joined: Wed Aug 04, 2010 7:00 pm
How to create matrices with column and row numbers
How do i create a matrix in Latex where i also(to the sides and above) indicate the column and row numbers ?
Last edited by thedreamshaper on Thu Sep 23, 2010 5:49 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
How to create matrices with column and row numbers
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
How to create matrices with column and row numbers
Hello,
with regard to your question, I was quite happy after discovering the package kbordermatrix, http://www.hss.caltech.edu/~kcb/TeX/kbordermatrix.pdf.
Albart
with regard to your question, I was quite happy after discovering the package kbordermatrix, http://www.hss.caltech.edu/~kcb/TeX/kbordermatrix.pdf.
Albart
-
- Posts: 44
- Joined: Wed Aug 04, 2010 7:00 pm
How to create matrices with column and row numbers
Thanks goes especially to Albert
thought meaby one of you could tell me where my mistake is 
error: 'kbordermatrix.sty' not found
i have included the package in my document as:


Code: Select all
\begin{displaymath}
\kbordermatrix{\mbox{indices}&x_{1}&x_{2}&x_{3}&x_{4}\\
y_{1}&A&B&M_{1,3}&C}\\
y_{2}&D&E&F&G\\
y_{3}&H&I&J&K
}
\end{displaymath}
i have included the package in my document as:
Code: Select all
\usepackage{kbordermatrix}
How to create matrices with column and row numbers
As the error message indicates, the file kbordermatrix.sty is not installed in your system.
The quicker (and dirtier solution): download the file and copy it into the same directory that contains your .tex file.
The quicker (and dirtier solution): download the file and copy it into the same directory that contains your .tex file.
1,1,2,3,5,8,13,21,34,55,89,144,233,...