aboutsummaryrefslogtreecommitdiffstats
path: root/model_doc/bpl.tex
diff options
context:
space:
mode:
Diffstat (limited to 'model_doc/bpl.tex')
-rw-r--r--model_doc/bpl.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/model_doc/bpl.tex b/model_doc/bpl.tex
new file mode 100644
index 0000000..814ccd1
--- /dev/null
+++ b/model_doc/bpl.tex
@@ -0,0 +1,15 @@
+\documentclass{article}
+\usepackage{amsmath}
+\usepackage{amssymb}
+\usepackage{amsfonts}
+
+\thispagestyle{empty}
+\begin{document}
+\begin{equation}
+ y=\left\{\begin{array}{c}
+ y_{\rm break}(\frac{x}{x_{\rm break}})^{\gamma_1} (x<x_{\rm break})\\
+ y_{\rm break}(\frac{x}{x_{\rm break}})^{\gamma_2} (x>=x_{\rm break})
+ \end{array}
+ \right .\notag
+\end{equation}
+\end{document}