-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
71 lines (59 loc) · 2 KB
/
atom.xml
File metadata and controls
71 lines (59 loc) · 2 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title><![CDATA[My Octopress Blog]]></title>
<link href="http://mcroop.github.com/atom.xml" rel="self"/>
<link href="http://mcroop.github.com/"/>
<updated>2012-03-18T19:27:59-04:00</updated>
<id>http://mcroop.github.com/</id>
<author>
<name><![CDATA[Your Name]]></name>
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[Test Post 2]]></title>
<link href="http://mcroop.github.com/blog/2012/03/18/test-post-2/"/>
<updated>2012-03-18T19:26:00-04:00</updated>
<id>http://mcroop.github.com/blog/2012/03/18/test-post-2</id>
<content type="html"><![CDATA[
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Test Post]]></title>
<link href="http://mcroop.github.com/blog/2012/03/18/test-post/"/>
<updated>2012-03-18T19:05:00-04:00</updated>
<id>http://mcroop.github.com/blog/2012/03/18/test-post</id>
<content type="html"><![CDATA[<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<p>Table of Contents</p>
<ul id="markdown-toc">
<li><a href="#blah-blah-blah">Blah blah blah</a></li>
<li><a href="#blah">Blah</a> <ul>
<li><a href="#what">what</a></li>
</ul>
</li>
</ul>
<h2 id="blah-blah-blah">Blah blah blah</h2>
<p>foo</p>
<h2 id="blah">Blah</h2>
<p>bar</p>
<h3 id="what">what</h3>
<p>hi</p>
<script type="math/tex; mode=display">
\begin{align*}
& \phi(x,y) = \phi \left(\sum_{i=1}^n x_ie_i, \sum_{j=1}^n y_je_j \right)
= \sum_{i=1}^n \sum_{j=1}^n x_i y_j \phi(e_i, e_j) = \\
& (x_1, \ldots, x_n) \left( \begin{array}{ccc}
\phi(e_1, e_1) & \cdots & \phi(e_1, e_n) \\
\vdots & \ddots & \vdots \\
\phi(e_n, e_1) & \cdots & \phi(e_n, e_n)
\end{array} \right)
\left( \begin{array}{c}
y_1 \\
\vdots \\
y_n
\end{array} \right)
\end{align*}
</script>
]]></content>
</entry>
</feed>