blob: 9c2f9fbb7b3497b363921a6a6c40628333a2f96d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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>
|