From 1311d9fcc073f6018c55ba2148d0b77680ec6cef Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Sun, 16 Sep 2012 12:10:10 +0200 Subject: [PATCH] typo; fixed error in deriviate --- cheat-sheets/analysis/Analysis_Wichtige_Formeln.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cheat-sheets/analysis/Analysis_Wichtige_Formeln.tex b/cheat-sheets/analysis/Analysis_Wichtige_Formeln.tex index 5a39c44..dbe7345 100644 --- a/cheat-sheets/analysis/Analysis_Wichtige_Formeln.tex +++ b/cheat-sheets/analysis/Analysis_Wichtige_Formeln.tex @@ -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*}