[orca] New test cases



commit f756c5436d5fe987b23a44a3adcf932da2c1e312
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Aug 3 15:07:59 2015 -0400

    New test cases

 test/html/math-fraction.html     |    9 +++++++++
 test/html/math-mathvariant.html  |    9 +++++++++
 test/html/math-menclose.html     |   25 +++++++++++++++++++++++++
 test/html/math-mfenced.html      |    9 +++++++++
 test/html/math-mroot.html        |   17 +++++++++++++++++
 test/html/math-mrow.html         |    8 ++++++++
 test/html/math-scripts.html      |   16 ++++++++++++++++
 test/html/math-table.html        |    7 +++++++
 test/html/math-torture-test.html |   34 ++++++++++++++++++++++++++++++++++
 9 files changed, 134 insertions(+), 0 deletions(-)
---
diff --git a/test/html/math-fraction.html b/test/html/math-fraction.html
new file mode 100644
index 0000000..5bcf0d6
--- /dev/null
+++ b/test/html/math-fraction.html
@@ -0,0 +1,9 @@
+<html>
+<head><meta charset="utf-8"></head>
+<body>
+   <div>MathML fraction test cases</div>
+   <math display="block"><mfrac><mi>a</mi><mi>b</mi></mfrac></math>
+   <math display="block" alttext="This is the alttext for 
a/b"><semantics><mfrac><mi>a</mi><mi>b</mi></mfrac><annotation encoding="application/x-tex">\frac a 
b</annotation></semantics></math>
+   <math display="block"><mfrac linethickness="0px"><mi>a</mi><mi>b</mi></mfrac></math>
+</body>
+</html>
diff --git a/test/html/math-mathvariant.html b/test/html/math-mathvariant.html
new file mode 100644
index 0000000..46158ac
--- /dev/null
+++ b/test/html/math-mathvariant.html
@@ -0,0 +1,9 @@
+<html>
+<head><meta charset="utf-8"></head>
+<body>
+   <div>MathML mathvariant test cases</div>
+   <math display="block" 
mathvariant="script"><mi>A</mi><mi>B</mi><mi>C</mi><mi>D</mi><mi>E</mi><mi>F</mi><mi>G</mi><mi>H</mi><mi>I</mi><mi>J</mi><mi>K</mi><mi>L</mi><mi>M</mi><mi>N</mi><mi>O</mi><mi>P</mi><mi>Q</mi><mi>R</mi><mi>S</mi><mi>T</mi><mi>U</mi><mi>V</mi><mi>W</mi><mi>X</mi><mi>Y</mi><mi>Z</mi><mi>a</mi><mi>b</mi><mi>c</mi><mi>d</mi><mi>e</mi><mi>f</mi><mi>g</mi><mi>h</mi><mi>i</mi><mi>j</mi><mi>k</mi><mi>l</mi><mi>m</mi><mi>n</mi><mi>o</mi><mi>p</mi><mi>q</mi><mi>r</mi><mi>s</mi><mi>t</mi><mi>u</mi><mi>v</mi><mi>w</mi><mi>x</mi><mi>y</mi><mi>z</mi></math>
+   <math display="block" 
mathvariant="fraktur"><mi>A</mi><mi>B</mi><mi>C</mi><mi>D</mi><mi>E</mi><mi>F</mi><mi>G</mi><mi>H</mi><mi>I</mi><mi>J</mi><mi>K</mi><mi>L</mi><mi>M</mi><mi>N</mi><mi>O</mi><mi>P</mi><mi>Q</mi><mi>R</mi><mi>S</mi><mi>T</mi><mi>U</mi><mi>V</mi><mi>W</mi><mi>X</mi><mi>Y</mi><mi>Z</mi><mi>a</mi><mi>b</mi><mi>c</mi><mi>d</mi><mi>e</mi><mi>f</mi><mi>g</mi><mi>h</mi><mi>i</mi><mi>j</mi><mi>k</mi><mi>l</mi><mi>m</mi><mi>n</mi><mi>o</mi><mi>p</mi><mi>q</mi><mi>r</mi><mi>s</mi><mi>t</mi><mi>u</mi><mi>v</mi><mi>w</mi><mi>x</mi><mi>y</mi><mi>z</mi></math>
+   <math display="block" 
mathvariant="double-struck"><mi>A</mi><mi>B</mi><mi>C</mi><mi>D</mi><mi>E</mi><mi>F</mi><mi>G</mi><mi>H</mi><mi>I</mi><mi>J</mi><mi>K</mi><mi>L</mi><mi>M</mi><mi>N</mi><mi>O</mi><mi>P</mi><mi>Q</mi><mi>R</mi><mi>S</mi><mi>T</mi><mi>U</mi><mi>V</mi><mi>W</mi><mi>X</mi><mi>Y</mi><mi>Z</mi><mi>a</mi><mi>b</mi><mi>c</mi><mi>d</mi><mi>e</mi><mi>f</mi><mi>g</mi><mi>h</mi><mi>i</mi><mi>j</mi><mi>k</mi><mi>l</mi><mi>m</mi><mi>n</mi><mi>o</mi><mi>p</mi><mi>q</mi><mi>r</mi><mi>s</mi><mi>t</mi><mi>u</mi><mi>v</mi><mi>w</mi><mi>x</mi><mi>y</mi><mi>z</mi></math>
+</body>
+</html>
diff --git a/test/html/math-menclose.html b/test/html/math-menclose.html
new file mode 100644
index 0000000..abe2e9d
--- /dev/null
+++ b/test/html/math-menclose.html
@@ -0,0 +1,25 @@
+<html>
+<head><meta charset="utf-8"></head>
+<body>
+   <div>MathML menclose test cases</div>
+   <math display="block"><menclose><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+   <math display="block"><menclose notation="longdiv"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+   <math display="block"><menclose notation="actuarial"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+   <math display="block"><menclose notation="phasorangle"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+   <math display="block"><menclose notation="radical"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+   <math display="block"><menclose notation="box"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+   <math display="block"><menclose notation="roundedbox"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+   <math display="block"><menclose notation="circle"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+   <math display="block"><menclose notation="left"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+   <math display="block"><menclose notation="right"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+   <math display="block"><menclose notation="top"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+   <math display="block"><menclose notation="bottom"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+   <math display="block"><menclose notation="left right"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+   <math display="block"><menclose notation="left right top 
bottom"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+   <math display="block"><menclose 
notation="updiagonalstrike"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+   <math display="block"><menclose 
notation="downdiagonalstrike"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+   <math display="block"><menclose notation="verticalstrike"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+   <math display="block"><menclose 
notation="horizontalstrike"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+   <math display="block"><menclose notation="madruwb"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
+</body>
+</html>
diff --git a/test/html/math-mfenced.html b/test/html/math-mfenced.html
new file mode 100644
index 0000000..b9865f6
--- /dev/null
+++ b/test/html/math-mfenced.html
@@ -0,0 +1,9 @@
+<html>
+<head><meta charset="utf-8"></head>
+<body>
+   <div>MathML mfenced test cases</div>
+   <math display="block"><mfenced><mi>a</mi><mi>b</mi><mi>c</mi><mi>d</mi> <mi>e</mi></mfenced></math>
+   <math display="block"><mfenced open="{" separators=";" close="}"><mi>a</mi><mi>b</mi><mi>c</mi><mi>d</mi> 
<mi>e</mi></mfenced></math>
+   <math display="block"><mfenced open="{" separators=";;," 
close="}"><mi>a</mi><mi>b</mi><mi>c</mi><mi>d</mi><mi>e</mi></mfenced></math>
+</body>
+</html>
diff --git a/test/html/math-mroot.html b/test/html/math-mroot.html
new file mode 100644
index 0000000..53f3c86
--- /dev/null
+++ b/test/html/math-mroot.html
@@ -0,0 +1,17 @@
+<html>
+<head><meta charset="utf-8"></head>
+<body>
+   <div>MathML root test cases</div>
+   <math display="block"><msqrt><mi>a</mi></msqrt></math>
+   <math display="block"><msqrt><mi>a</mi><mi>b</mi><mi>c</mi></msqrt></math>
+   <math display="block"><mroot><mi>a</mi><mi>2</mi></mroot></math>
+   <math display="block"><mroot><mi>a</mi><mi>3</mi></mroot></math>
+   <math display="block"><mroot><mi>a</mi><mrow><mi>3</mi><mo>+</mo><mi>4</mi></mrow></mroot></math>
+   <math display="block"><mroot><mi>a</mi><mfrac><mi>3</mi><mi>4</mi></mfrac></mroot></math>
+   <math display="block"><mroot><mi>a</mi><msqrt><mi>b</mi></msqrt></mroot></math>
+   <math display="block"><msqrt><mfrac><mi>a</mi><mi>b</mi></mfrac></msqrt></math>
+   <math display="block"><mroot><mfrac><mi>a</mi><mi>b</mi></mfrac><mi>3</mi></mroot></math>
+   <math 
display="block"><mroot><mfrac><mi>a</mi><mi>b</mi></mfrac><mrow><mi>c</mi><mo>+</mo><mi>d</mi></mrow></mroot></math>
+   <math display="block"><mroot><mi>a</mi><mi>b</mi></mroot></math>
+</body>
+</html>
diff --git a/test/html/math-mrow.html b/test/html/math-mrow.html
new file mode 100644
index 0000000..93850b5
--- /dev/null
+++ b/test/html/math-mrow.html
@@ -0,0 +1,8 @@
+<html>
+<head><meta charset="utf-8"></head>
+<body>
+   <div>MathML mrow test cases</div>
+   <math display="block"><mrow><mi>x</mi><mo>+</mo><mn>2</mn></mrow></math>
+   <math 
display="block"><mrow><mo>(</mo><mi>x</mi><mo>≪̸</mo><mi>y</mi><mo>)</mo></mrow><mo>∧</mo><mrow><mo>(</mo><mi>X</mi><mo>⊂⃒</mo><mi>Y</mi><mo>)</mo></mrow></math>
+</body>
+</html>
diff --git a/test/html/math-scripts.html b/test/html/math-scripts.html
new file mode 100644
index 0000000..d8bdc94
--- /dev/null
+++ b/test/html/math-scripts.html
@@ -0,0 +1,16 @@
+<html>
+<head><meta charset="utf-8"></head>
+<body>
+   <div>MathML test cases with scripts</div>
+   <math display="block"><msub><mi>a</mi><mi>b</mi></msub></math>
+   <math display="block"><msup><mi>a</mi><mi>b</mi></msup></math>
+   <math display="block"><msubsup><mi>a</mi><mi>b</mi><mi>c</mi></msubsup></math>
+   <math display="block"><munder><mi>a</mi><mi>b</mi></munder></math>
+   <math display="block"><mover><mi>a</mi><mi>b</mi></mover></math>
+   <math display="block"><munderover><mi>a</mi><mi>b</mi><mi>c</mi></munderover></math>
+   <math 
display="block"><mmultiscripts><mi>a</mi><mi>b</mi><mi>c</mi><mprescripts></mprescripts><mi>d</mi><mi>e</mi></mmultiscripts></math>
+   <math display="block"> <mmultiscripts> <mi>a</mi> <mi>b</mi> <mi>c</mi> <mi>d</mi> <mi>e</mi> 
</mmultiscripts> </math>
+   <math display="block"> <mmultiscripts> <mi>a</mi> <mprescripts></mprescripts> <mi>b</mi> <mi>c</mi> 
<mi>d</mi> <mi>e</mi> </mmultiscripts> </math>
+   <math display="block"> <mmultiscripts> <mi>a</mi> <mi>b</mi> <none></none> <mi>c</mi> <mi>d</mi> 
<mprescripts></mprescripts> <mi>e</mi> <mi>f</mi> <none></none> <mi>g</mi> </mmultiscripts> </math>
+</body>
+</html>
diff --git a/test/html/math-table.html b/test/html/math-table.html
new file mode 100644
index 0000000..6b99a8b
--- /dev/null
+++ b/test/html/math-table.html
@@ -0,0 +1,7 @@
+<html>
+<head><meta charset="utf-8"></head>
+<body>
+   <div>MathML table test cases (beyond all the torture-test test cases)</div>
+   <math 
display="block"><mtable><mtr><mtd><mi>a</mi></mtd><mtd><mi>b</mi></mtd><mtd><mi>c</mi></mtd></mtr><mtr><mtd><mi>d</mi></mtd><mtd><mi>e</mi></mtd><mtd><mi>f</mi></mtd></mtr></mtable></math>
+</body>
+</html>
diff --git a/test/html/math-torture-test.html b/test/html/math-torture-test.html
new file mode 100644
index 0000000..ea309b4
--- /dev/null
+++ b/test/html/math-torture-test.html
@@ -0,0 +1,34 @@
+<html>
+<head><meta charset="utf-8"></head>
+<body>
+<div>MathML "Torture Test" test cases</div>
+<math display="block"> <mrow> <msup> <mi>x</mi> <mn>2</mn> </msup> <msup> <mi>y</mi> <mn>2</mn> </msup> 
</mrow> </math>
+<math display="block"> <mrow> <mmultiscripts> <mi>F</mi> <mn>3</mn><none></none> <mprescripts></mprescripts> 
<mn>2</mn><none></none> </mmultiscripts> </mrow> </math>
+<math display="block"> <mrow> <mfrac> <mrow> <mi>x</mi> <mo>+</mo> <msup> <mi>y</mi> <mn>2</mn> </msup> 
</mrow> <mrow> <mi>k</mi> <mo>+</mo> <mn>1</mn> </mrow> </mfrac> </mrow> </math>
+<math display="block"> <mrow> <mi>x</mi> <mo>+</mo> <msup> <mi>y</mi> <mfrac> <mn>2</mn> <mrow> <mi>k</mi> 
<mo>+</mo> <mn>1</mn> </mrow> </mfrac> </msup> </mrow> </math>
+<math display="block"> <mrow> <mfrac> <mi>a</mi> <mrow> <mi>b</mi> <mo>/</mo> <mn>2</mn> </mrow> </mfrac> 
</mrow> </math>
+<math display="block"> <mrow> <msub> <mi>a</mi> <mn>0</mn> </msub> <mo>+</mo> <mfrac> <mn>1</mn> <mstyle 
displaystyle="true" scriptlevel="0"> <msub> <mi>a</mi> <mn>1</mn> </msub> <mo>+</mo> <mfrac> <mn>1</mn> 
<mstyle displaystyle="true" scriptlevel="0"> <msub> <mi>a</mi> <mn>2</mn> </msub> <mo>+</mo> <mfrac> 
<mn>1</mn> <mstyle displaystyle="true" scriptlevel="0"> <msub> <mi>a</mi> <mn>3</mn> </msub> <mo>+</mo> 
<mfrac> <mn>1</mn> <mstyle displaystyle="true" scriptlevel="0"> <msub> <mi>a</mi> <mn>4</mn> </msub> 
</mstyle> </mfrac> </mstyle> </mfrac> </mstyle> </mfrac> </mstyle> </mfrac> </mrow> </math>
+<math display="block"> <mrow> <msub> <mi>a</mi> <mn>0</mn> </msub> <mo>+</mo> <mfrac> <mn>1</mn> <mrow> 
<msub> <mi>a</mi> <mn>1</mn> </msub> <mo>+</mo> <mfrac> <mn>1</mn> <mrow> <msub> <mi>a</mi> <mn>2</mn> 
</msub> <mo>+</mo> <mfrac> <mn>1</mn> <mrow> <msub> <mi>a</mi> <mn>3</mn> </msub> <mo>+</mo> <mfrac> 
<mn>1</mn> <mrow> <msub> <mi>a</mi> <mn>4</mn> </msub> </mrow> </mfrac> </mrow> </mfrac> </mrow> </mfrac> 
</mrow> </mfrac> </mrow> </math>
+<math display="block"> <mrow> <mo>(</mo> <mfrac linethickness="0px"> <mi>n</mi> <mrow> <mi>k</mi> <mo>/</mo> 
<mn>2</mn> </mrow> </mfrac> <mo>)</mo> </mrow> </math>
+<math display="block"> <mrow> <mrow> <mo>(</mo> <mfrac linethickness="0px"> <mi>p</mi> <mn>2</mn> </mfrac> 
<mo>)</mo> </mrow> <msup> <mi>x</mi> <mn>2</mn> </msup> <msup> <mi>y</mi> <mrow> <mi>p</mi> <mo>-</mo> 
<mn>2</mn> </mrow> </msup> <mo>-</mo> <mfrac> <mn>1</mn> <mrow> <mn>1</mn> <mo>-</mo> <mi>x</mi> </mrow> 
</mfrac> <mfrac> <mn>1</mn> <mrow> <mn>1</mn> <mo>-</mo> <msup> <mi>x</mi> <mn>2</mn> </msup> </mrow> 
</mfrac> </mrow> </math>
+<math display="block"> <mrow> <munder> <mo>∑</mo> <mrow> <mfrac linethickness="0px"> <mrow> <mn>0</mn> 
<mo>≤</mo> <mi>i</mi> <mo>≤</mo> <mi>m</mi> </mrow> <mrow> <mn>0</mn> <mo>&lt;</mo> <mi>j</mi> <mo>&lt;</mo> 
<mi>n</mi> </mrow> </mfrac> </mrow> </munder> <mi>P</mi> <mo stretchy="false">(</mo> <mi>i</mi> <mo>,</mo> 
<mi>j</mi> <mo stretchy="false">)</mo> </mrow> </math>
+<math display="block"> <mrow> <msup> <mi>x</mi> <mrow> <mn>2</mn> <mi>y</mi> </mrow> </msup> </mrow> </math>
+<math display="block"> <mrow> <munderover> <mo>∑</mo> <mrow> <mi>i</mi> <mo>=</mo> <mn>1</mn> </mrow> 
<mi>p</mi> </munderover> <munderover> <mo>∑</mo> <mrow> <mi>j</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>q</mi> 
</munderover> <munderover> <mo>∑</mo> <mrow> <mi>k</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>r</mi> 
</munderover> <msub> <mi>a</mi> <mrow> <mi>i</mi> <mi>j</mi> </mrow> </msub> <msub> <mi>b</mi> <mrow> 
<mi>j</mi> <mi>k</mi> </mrow> </msub> <msub> <mi>c</mi> <mrow> <mi>k</mi> <mi>i</mi> </mrow> </msub> </mrow> 
</math>
+<math display="block"> <mrow> <msqrt> <mn>1</mn> <mo>+</mo> <msqrt> <mn>1</mn> <mo>+</mo> <msqrt> <mn>1</mn> 
<mo>+</mo> <msqrt> <mn>1</mn> <mo>+</mo> <msqrt> <mn>1</mn> <mo>+</mo> <msqrt> <mn>1</mn> <mo>+</mo> <msqrt> 
<mn>1</mn> <mo>+</mo> <mi>x</mi> </msqrt> </msqrt> </msqrt> </msqrt> </msqrt> </msqrt> </msqrt> </mrow> 
</math>
+<math display="block"> <mrow> <mrow> <mo>(</mo> <mfrac> <msup> <mo>∂</mo> <mn>2</mn> </msup> <mrow> 
<mo>∂</mo> <msup> <mi>x</mi> <mn>2</mn> </msup> </mrow> </mfrac> <mo>+</mo> <mfrac> <msup> <mo>∂</mo> 
<mn>2</mn> </msup> <mrow> <mo>∂</mo> <msup> <mi>y</mi> <mn>2</mn> </msup> </mrow> </mfrac> <mo>)</mo> </mrow> 
<msup> <mrow> <mo minsize="150%">|</mo> <mi>φ </mi> <mo stretchy="false">(</mo> <mi>x</mi> <mo>+</mo> <mi 
mathvariant="normal">i</mi> <mi>y</mi> <mo stretchy="false">)</mo> <mo minsize="150%">|</mo> </mrow> 
<mn>2</mn> </msup> <mo>=</mo> <mn>0</mn> </mrow> </math>
+<math display="block"> <mrow> <msup> <mn>2</mn> <msup> <mn>2</mn> <msup> <mn>2</mn> <mi>x</mi> </msup> 
</msup> </msup> </mrow> </math>
+<math display="block"> <mrow> <msubsup> <mo stretchy="false">∫</mo> <mn>1</mn> <mi>x</mi> </msubsup> <mfrac> 
<mrow><mi>d</mi><mi>t</mi></mrow> <mi>t</mi> </mfrac> </mrow> </math>
+<math display="block"> <mrow> <msub> <mo>∬ </mo> <mi>D</mi> </msub> <mi>d</mi><mi>x</mi> <mspace 
width="thinmathspace"></mspace> <mi>d</mi><mi>y</mi> </mrow> </math>
+<math display="block"> <mrow> <mi>f</mi> <mo stretchy="false">(</mo> <mi>x</mi> <mo stretchy="false">)</mo> 
<mo>=</mo> <mrow> <mo>{</mo> <mtable> <mtr> <mtd columnalign="center"> <mrow> <mn>1</mn> <mo>/</mo> 
<mn>3</mn> </mrow> </mtd> <mtd columnalign="left"> <mrow> <mtext>if&nbsp;</mtext> <mn>0</mn> <mo>≤</mo> 
<mi>x</mi> <mo>≤</mo> <mn>1</mn> <mo>;</mo> </mrow> </mtd> </mtr> <mtr> <mtd columnalign="center"> <mrow> 
<mn>2</mn> <mo>/</mo> <mn>3</mn> </mrow> </mtd> <mtd columnalign="center"> <mrow> <mtext>if&nbsp;</mtext> 
<mn>3</mn> <mo>≤</mo> <mi>x</mi> <mo>≤</mo> <mn>4</mn> <mo>;</mo> </mrow> </mtd> </mtr> <mtr> <mtd 
columnalign="center"> <mn>0</mn> </mtd> <mtd columnalign="left"> <mtext>elsewhere.</mtext> </mtd> </mtr> 
</mtable> </mrow> </mrow> </math>
+<math display="block"> <mover> <mrow> <mi>x</mi> <mo>+</mo> <mo>...</mo> <mo>+</mo> <mi>x</mi> </mrow> 
<mover> <mo>⏞</mo> <mrow><mi>k</mi> <mspace width="thinmathspace"></mspace> <mtext>times</mtext></mrow> 
</mover> </mover> </math>
+<math display="block"> <mrow> <msub> <mi>y</mi> <msup> <mi>x</mi> <mn>2</mn> </msup> </msub> </mrow> </math>
+<math display="block"> <mrow> <munder> <mo>∑</mo> <mrow> <mi>p</mi> <mtext>&nbsp;prime</mtext> </mrow> 
</munder> <mi>f</mi> <mo stretchy="false">(</mo> <mi>p</mi> <mo stretchy="false">)</mo> <mo>=</mo> <msub> <mo 
stretchy="false">∫</mo> <mrow> <mi>t</mi> <mo>&gt;</mo> <mn>1</mn> </mrow> </msub> <mi>f</mi> <mo 
stretchy="false">(</mo> <mi>t</mi> <mo stretchy="false">)</mo> <mspace width="thinmathspace"></mspace> 
<mi>d</mi> <mi>π</mi> <mo stretchy="false">(</mo> <mi>t</mi> <mo stretchy="false">)</mo> </mrow> </math>
+<math display="block"> <mrow> <mo stretchy="false">{</mo> <munder> <mrow> <mover> <mrow> 
<mpadded><mphantom><mo>(</mo></mphantom></mpadded> <mi>a</mi> <mo>,</mo> <mo>...</mo> <mo>,</mo> <mi>a</mi> 
</mrow> <mover> <mo>⏞</mo> <mrow> <mi>k</mi> <mtext>&nbsp;</mtext> <mi>a</mi> <mtext>'s</mtext> </mrow> 
</mover> </mover> <mo>,</mo> <mover> <mrow> <mpadded><mphantom><mo>(</mo></mphantom></mpadded> <mi>b</mi> 
<mo>,</mo> <mo>...</mo> <mo>,</mo> <mi>b</mi> </mrow> <mover> <mo>⏞</mo> <mrow> <mi>ℓ</mi> 
<mtext>&nbsp;</mtext> <mi>b</mi> <mtext>'s</mtext> </mrow> </mover> </mover> </mrow> <munder> <mo>⏟</mo> 
<mrow> <mi>k</mi> <mo>+</mo> <mi>ℓ</mi> <mtext>&nbsp;elements</mtext> </mrow> </munder> </munder> <mo 
stretchy="false">}</mo> </mrow> </math>
+<math display="block"> <mrow> <mo>(</mo> <mtable> <mtr> <mtd columnalign="center"> <mrow> <mo>(</mo> 
<mtable> <mtr> <mtd columnalign="center"> <mi>a</mi> </mtd> <mtd columnalign="center"> <mi>b</mi> </mtd> 
</mtr> <mtr> <mtd columnalign="center"> <mi>c</mi> </mtd> <mtd columnalign="center"> <mi>d</mi> </mtd> </mtr> 
</mtable> <mo>)</mo> </mrow> </mtd> <mtd columnalign="center"> <mrow> <mo>(</mo> <mtable> <mtr> <mtd 
columnalign="center"> <mi>e</mi> </mtd> <mtd columnalign="center"> <mi>f</mi> </mtd> </mtr> <mtr> <mtd 
columnalign="center"> <mi>g</mi> </mtd> <mtd columnalign="center"> <mi>h</mi> </mtd> </mtr> </mtable> 
<mo>)</mo> </mrow> </mtd> </mtr> <mtr> <mtd columnalign="center"> <mn>0</mn> </mtd> <mtd 
columnalign="center"> <mrow> <mo>(</mo> <mtable> <mtr> <mtd columnalign="center"> <mi>i</mi> </mtd> <mtd 
columnalign="center"> <mi>j</mi> </mtd> </mtr> <mtr> <mtd columnalign="center"> <mi>k</mi> </mtd> <mtd 
columnalign="center"> <mi>l</mi> </mtd> </mtr> </mtable> <mo>)</mo> </
 mrow> </mtd> </mtr> </mtable> <mo>)</mo> </mrow> </math>
+<math display="block"> <mrow> <mi>det</mi> <mo>|</mo> <mtable> <mtr> <mtd columnalign="center"> <msub> 
<mi>c</mi> <mn>0</mn> </msub> </mtd> <mtd columnalign="center"> <msub> <mi>c</mi> <mn>1</mn> </msub> </mtd> 
<mtd columnalign="center"> <msub> <mi>c</mi> <mn>2</mn> </msub> </mtd> <mtd columnalign="center"> <mo>…</mo> 
</mtd> <mtd columnalign="center"> <msub> <mi>c</mi> <mi>n</mi> </msub> </mtd> </mtr> <mtr> <mtd 
columnalign="center"> <msub> <mi>c</mi> <mn>1</mn> </msub> </mtd> <mtd columnalign="center"> <msub> 
<mi>c</mi> <mn>2</mn> </msub> </mtd> <mtd columnalign="center"> <msub> <mi>c</mi> <mn>3</mn> </msub> </mtd> 
<mtd columnalign="center"> <mo>…</mo> </mtd> <mtd columnalign="center"> <msub> <mi>c</mi> <mrow> <mi>n</mi> 
<mo>+</mo> <mn>1</mn> </mrow> </msub> </mtd> </mtr> <mtr> <mtd columnalign="center"> <msub> <mi>c</mi> 
<mn>2</mn> </msub> </mtd> <mtd columnalign="center"> <msub> <mi>c</mi> <mn>3</mn> </msub> </mtd> <mtd 
columnalign="center"> <msub> <mi>c</mi> <mn>4</m
 n> </msub> </mtd> <mtd columnalign="center"> <mo>…</mo> </mtd> <mtd columnalign="center"> <msub> <mi>c</mi> 
<mrow> <mi>n</mi> <mo>+</mo> <mn>2</mn> </mrow> </msub> </mtd> </mtr> <mtr> <mtd columnalign="center"> 
<mo>⋮</mo> </mtd> <mtd columnalign="center"> <mo>⋮</mo> </mtd> <mtd columnalign="center"> <mo>⋮</mo> </mtd> 
<mtd columnalign="center"> </mtd> <mtd columnalign="center"> <mo>⋮</mo> </mtd> </mtr> <mtr> <mtd 
columnalign="center"> <msub> <mi>c</mi> <mi>n</mi> </msub> </mtd> <mtd columnalign="center"> <msub> 
<mi>c</mi> <mrow> <mi>n</mi> <mo>+</mo> <mn>1</mn> </mrow> </msub> </mtd> <mtd columnalign="center"> <msub> 
<mi>c</mi> <mrow> <mi>n</mi> <mo>+</mo> <mn>2</mn> </mrow> </msub> </mtd> <mtd columnalign="center"> 
<mo>…</mo> </mtd> <mtd columnalign="center"> <msub> <mi>c</mi> <mrow> <mn>2</mn> <mi>n</mi> </mrow> </msub> 
</mtd> </mtr> </mtable> <mo>|</mo> <mo>&gt;</mo> <mn>0</mn> </mrow> </math>
+<math display="block"> <msub> <mi>y</mi> <msub> <mi>x</mi> <mn>2</mn> </msub> </msub> </math>
+<math display="block"> <mrow> <msubsup> <mi>x</mi> <mn>92</mn> <mn>31415</mn> </msubsup> <mo>+</mo> 
<mi>π</mi> </mrow> </math>
+<math display="block"> <msubsup> <mi>x</mi> <msubsup> <mi>y</mi> <mi>b</mi> <mi>a</mi> </msubsup> <msubsup> 
<mi>z</mi> <mi>c</mi> <mi>d</mi> </msubsup> </msubsup> </math>
+<math display="block"> <msubsup> <mi>y</mi> <mn>3</mn> <mo>‴</mo> </msubsup> </math>
+</body>
+</html>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]