2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

typo; fixed error in deriviate

This commit is contained in:
Martin Thoma 2012-09-16 12:10:10 +02:00
parent c01d42ecb0
commit 1311d9fcc0

View file

@ -1,7 +1,7 @@
\documentclass[a4paper,10pt]{article}
\usepackage{amssymb}
\usepackage{amsmath}
\DeclareMahOperator\arctanh{arctanh}
\DeclareMathOperator{\arctanh}{arctanh}
\usepackage[utf8]{inputenc} % this is needed for umlauts
\usepackage[ngerman]{babel} % this is needed for umlauts
\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
@ -71,7 +71,7 @@ e^x &= \sum_{n = 0}^{\infty} \frac {x^n}{n!} \\
(\arctan x)' &= \frac {1}{1 + x^2} \\
(\sin x)' &= \cos x \\
(\cos x)' &= -\sin x \\
(\arctanh x)' &= \frac {1}{\sqrt {1 + x^2}}
(\arctanh x)' &= \frac {1}{1 + x^2}
\end{align*}