Hi, Can someone tell me how to create something like this in latex. I've tried searching so if it is already there, please point me to it.
Edit by localghost: Preferably no external links (see Board Rules). Attachments go onto the forum server where applicable.
Math & Science ⇒ Submatrices
Submatrices
- Attachments
-
- submatrix.jpg (8.88 KiB) Viewed 6419 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

Submatrices
Hi,
you could use something like this:
you could use something like this:
Code: Select all
\documentclass{article}
\usepackage{multirow}
\begin{document}
\[
\left(
\begin{array}{c|ccc}
a_{11} & 1 & 1 & 1 \\ \hline \\[-9pt]
0 & \multicolumn{3}{c}{\multirow{4}{*}{\Huge $C$}} \\[-4pt]
\vdots & \\
0 &
\end{array}
\right)
\]
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Re: Submatrices
That does it beautifully, thanks.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Submatrices
Now that the problem is solved, please be so kind and mark the topic accordingly as clearly written in the Board Rules (to be read before posting). Please keep that in mind for the future so that further reminders will not be necessary.
Best regards and welcome to the board
Thorsten
Best regards and welcome to the board
Thorsten
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