aboutsummaryrefslogtreecommitdiffstats
path: root/model_doc/component.html
blob: 4359846c4084c090229e66d547d3c8141e0efc24 (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
<!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=\sum_{i=1}^{N} N_i P_i(x)
\end{equation}

 </body>
</html>