aboutsummaryrefslogtreecommitdiffstats
path: root/model_doc/uniformed.tex
diff options
context:
space:
mode:
Diffstat (limited to 'model_doc/uniformed.tex')
-rw-r--r--model_doc/uniformed.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/model_doc/uniformed.tex b/model_doc/uniformed.tex
new file mode 100644
index 0000000..e7934c6
--- /dev/null
+++ b/model_doc/uniformed.tex
@@ -0,0 +1,16 @@
+\documentclass{article}
+\usepackage{amsmath}
+\usepackage{amssymb}
+\usepackage{amsfonts}
+
+\thispagestyle{empty}
+\begin{document}
+\begin{equation}
+ P(x)=\left\{
+ \begin{array}{cc}
+ \frac{1}{b-a}&a<x<b\\
+ 0&{\rm otherwise}
+ \end{array}
+ \right .\notag
+\end{equation}
+\end{document}