von localghost » Mo 8. Mär 2010, 17:25
Dazu nimmst Du das Paket
gauss.
\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{gauss}
\begin{document}
\begin{equation}
\begin{gmatrix}[p]
1 & 2 & 3 & 4 \\
5 & 6 & 7 & 8 \\
9 & 10 & 11 & 12 \\
13 & 14 & 15 & 16
\rowops
\add[-5]{0}{1}
\add[-9]{0}{2}
\add[-13]{0}{3}
\end{gmatrix}
\end{equation}
\end{document}
MfG
Thorsten
Dazu nimmst Du das Paket [url=http://ctan.org/pkg/gauss]gauss[/url].
[code]\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{gauss}
\begin{document}
\begin{equation}
\begin{gmatrix}[p]
1 & 2 & 3 & 4 \\
5 & 6 & 7 & 8 \\
9 & 10 & 11 & 12 \\
13 & 14 & 15 & 16
\rowops
\add[-5]{0}{1}
\add[-9]{0}{2}
\add[-13]{0}{3}
\end{gmatrix}
\end{equation}
\end{document}[/code]
MfG
Thorsten