diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-05-17 17:58:16 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-05-17 17:58:16 +0000 |
commit | 3b35e76b5bc121b48fd7e91810d09f5f62f1ecf1 (patch) | |
tree | 7ddbacbe3e1754a79cdf5fba3f8eb8166e0314f5 /model_doc/bpl.tex | |
parent | fb68069517cf879b8833b225cc552894c7634fb0 (diff) | |
download | opt-utilities-3b35e76b5bc121b48fd7e91810d09f5f62f1ecf1.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@199 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'model_doc/bpl.tex')
-rw-r--r-- | model_doc/bpl.tex | 15 |
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} |