Search found 6 matches

by Plato
Mon Jan 05, 2015 1:28 am
Forum: General
Topic: Augmented pmatrix
Replies: 3
Views: 8825

Re: Augmented pmatrix

Thanks, that worked! Could you please help me with my other question too? http://latex-community.org/forum/viewto ... =5&t=25477
by Plato
Sat Jan 03, 2015 1:29 am
Forum: General
Topic: Augmented pmatrix
Replies: 3
Views: 8825

Augmented pmatrix

Hello, I'm using TeXnicCenter, and I wish to have pmatrices in augmented form (with a vertical line).

I know how to get an augmented matrix with square brackets, by using the code
\left[\begin{array}{rrrrr|r}
-3 & 6 & -1 & 1 & -7 \\
1 & -2 & 2 & 3 & -1 \\
2 & -4 & 5 & 8 & -4
\end{array}\right ...
by Plato
Sat Jan 03, 2015 1:21 am
Forum: General
Topic: Aligning a system of linear equations
Replies: 2
Views: 12753

Aligning a system of linear equations

\documentclass[11pt,a4paper,openany]{report}
\usepackage{amssymb,amsmath,amsthm}
\usepackage[dutch]{babel}
\usepackage{mdframed}
\usepackage{systeme,mathtools}
\usepackage{lipsum}
\usepackage{relsize}
\newcommand\md{\ }
\renewcommand{\qedsymbol}{$\blacksquare$}
\begin{document}

\systeme{x_1=2r + s ...
by Plato
Wed Nov 26, 2014 11:15 pm
Forum: General
Topic: Command \def already defined (newtheorem)
Replies: 3
Views: 18980

Re: Command \def already defined (newtheorem)

Thanks both, that fixed it.
by Plato
Wed Nov 26, 2014 11:14 pm
Forum: Page Layout
Topic: How to edit the 'proof' environment
Replies: 1
Views: 9387

How to edit the 'proof' environment

%Preamble
\documentclass[11pt,a4paper,openany]{book}
\usepackage{amssymb,amsmath,amsthm}
\usepackage[dutch]{babel}
\usepackage{mdframed}
\usepackage{lipsum}
\renewcommand{\qedsymbol}{$\blacksquare$}
\pagestyle{plain}
\setlength{\parindent}{0cm}
\setlength{\parskip}{0cm}
\theoremstyle{definition ...
by Plato
Wed Nov 19, 2014 7:23 pm
Forum: General
Topic: Command \def already defined (newtheorem)
Replies: 3
Views: 18980

Command \def already defined (newtheorem)

%Preamble
\documentclass[11pt,a4paper]{article}
\usepackage{amssymb,amsmath,amsthm}
\usepackage[dutch]{babel}
\setlength{\parindent}{0cm}
\setlength{\parskip}{0cm}
\theoremstyle{definition}
\newtheorem{def}{Definitie}
\begin{document}
\begin{titlepage}

Hey guys, I am writing about lineair algebra ...