mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
added DeclareMathOperator
This commit is contained in:
parent
ead6ed7cbc
commit
c01d42ecb0
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
\documentclass[a4paper,10pt]{article}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{amsmath}
|
||||
\DeclareMahOperator\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
|
||||
|
@ -56,9 +57,6 @@ e^x &= \sum_{n = 0}^{\infty} \frac {x^n}{n!} \\
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\section{Zusammenhänge}
|
||||
\begin{align*}
|
||||
(\cos x)^2 + (\sin x)^2 &= 1 \\
|
||||
|
@ -73,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 \\
|
||||
(\text{arctanh} x)' &= \frac {1}{\sqrt {1 + x^2}}
|
||||
(\arctanh x)' &= \frac {1}{\sqrt {1 + x^2}}
|
||||
\end{align*}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue