aboutsummaryrefslogtreecommitdiffstats
path: root/model_doc/uniformed.html
blob: 4740f1922f0f5e30c87328d0510b5a8c2299e748 (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
28
29
<!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}
  P(x)=\left\{
    \begin{array}{cc}
      \frac{1}{b-a}&{{a}<{x}<{b}}\\
      0&{\rm otherwise}
    \end{array}
  \right .\notag
\end{equation}


  </body>
</html>