
Weiß jemand, warum meine \frac
Funktion nicht funktioniert? Liegt ein Problem mit der Notation vor?
\documentclass[10pt]{article}
\usepackage[•]{graphicx}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amsthm}
\begin{document}
\\
\section*{Question4}
\gg\)is a monotone preference \rightarrow ||y-x|| \leq \epsilon ,\forall \epsilon \textgreater\) 0 and $y \textgreater x$\.
\\
\textbf{Proof}\\
Given $x\) \in $X\) \subseteq $R^L$) and \forall \epsilon \textgreater\) 0. \\
Let e \eq (1,2....,l) \in $R^L$) and let $y \eq x$) + \frac{\epsilon}{\sqrt{L}} e$)
Vielen Dank im Voraus.
Antwort1
Inline-Mathematik ist $ math expression $
. Beispiel:
\documentclass[10pt]{article}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amsthm}
\begin{document}
Given $x \in X \subseteq R^L$ and $\forall \epsilon > 0$.
Let $e = (1,2....,l) \in R^L$ and let $y = x + \frac{\epsilon}{\sqrt{L}} e$
\end{document}
Und verwenden Sie das alles nicht \\
.