diff options
Diffstat (limited to 'model_doc/bpl.html')
-rw-r--r-- | model_doc/bpl.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/model_doc/bpl.html b/model_doc/bpl.html new file mode 100644 index 0000000..9c2f9fb --- /dev/null +++ b/model_doc/bpl.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html> + <head> + <title>Model doc</title> + <script type="text/javascript" + src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> + </script> + <script type="text/x-mathjax-config" > + MathJax.Hub.Config({ + tex2jax: { + inlineMath: [['$','$'], ['\\(','\\)']], + processEscapes: true + } + }); + </script> + </head> + <body> +\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} + + </body> +</html> |