Math & Science ⇒ Submatrices
Submatrices
Edit by localghost: Preferably no external links (see Board Rules). Attachments go onto the forum server where applicable.
- Attachments
-
- submatrix.jpg (8.88 KiB) Viewed 6487 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Submatrices
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}
Re: Submatrices
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Submatrices
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10