Math & ScienceSubmatrices

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
kniwor
Posts: 2
Joined: Tue Oct 05, 2010 2:30 am

Submatrices

Post by kniwor »

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.
Attachments
submatrix.jpg
submatrix.jpg (8.88 KiB) Viewed 6419 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Submatrices

Post by gmedina »

Hi,

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,...
kniwor
Posts: 2
Joined: Tue Oct 05, 2010 2:30 am

Re: Submatrices

Post by kniwor »

That does it beautifully, thanks.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Submatrices

Post by localghost »

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
Post Reply