From 1e7c4b58b8cc17489ffc63dac268ef4ee150c49b Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Sun, 25 Jul 2010 22:42:39 -0700 Subject: [PATCH] test --- Math.pod | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Math.pod b/Math.pod index feb2cf3..db9b3e1 100644 --- a/Math.pod +++ b/Math.pod @@ -2,4 +2,13 @@ Test. -\[ \left( \sum_{k=1}^n a_k b_k \right)^2 \] \ No newline at end of file +\[ \left( \sum_{k=1}^n a_k b_k \right)^2 \] + +Blah + +\[ +\left|\sum_{i=1}^n a_ib_i\right| +\le +\left(\sum_{i=1}^n a_i^2\right)^{1/2} +\left(\sum_{i=1}^n b_i^2\right)^{1/2} +\] \ No newline at end of file