epubjs
Version:
Render ePub documents in the browser, across many devices
1,451 lines (1,375 loc) • 39.1 kB
HTML
<html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="../css/commonltr.css"/>
<title>Re-visiting MathML torture tests</title>
<link type="text/css" rel="stylesheet" href="../css/epub.css"/>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
jax: ["input/TeX","input/MathML","output/SVG"],
extensions: ["tex2jax.js","mml2jax.js","MathEvents.js"],
TeX: {
extensions: ["noErrors.js","noUndefined.js","autoload-all.js"]
},
MathMenu: {
showRenderer: false
},
menuSettings: {
zoom: "Click"
},
messageStyle: "none"
});
</script>
<!-- <script type="text/javascript" src="../mathjax/MathJax.js"></script>-->
</head>
<body>
<p> Derived from <a href="https://eyeasme.com/Joe/MathML/MathML_browser_test">easyasme.com/Joe</a> </p>
<h3> <a class="smaller_font" href="http://en.wikipedia.org/wiki/Axiom_of_power_set"> Axiom of power set </a> </h3>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mo rspace="0">∀</mo>
<mi>A</mi>
<mo lspace="mediummathspace" rspace="0">∃</mo>
<mi>P</mi>
<mo lspace="mediummathspace" rspace="0">∀</mo>
<mi>B</mi>
<mspace width="thinmathspace" />
<mfenced open="[" close="]">
<mrow>
<mi>B</mi>
<mo>∈</mo>
<mi>P</mi>
<mo lspace="veryverythickmathspace" rspace="veryverythickmathspace">⟺</mo>
<mo rspace="0">∀</mo>
<mi>C</mi>
<mspace width="thinmathspace" />
<mfenced>
<mrow>
<mi>C</mi>
<mo>∈</mo>
<mi>B</mi>
<mo>⇒</mo>
<mi>C</mi>
<mo>∈</mo>
<mi>A</mi>
</mrow>
</mfenced>
</mrow>
</mfenced>
</mrow>
</math>
<h3> <a class="smaller_font" href="http://en.wikipedia.org/wiki/Demorgans_law">
De Morgan's law
</a></h3>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mtext>Logic: </mtext>
<mo>¬</mo>
<mfenced>
<mrow>
<mi>p</mi>
<mo>∧</mo>
<mi>q</mi>
</mrow>
</mfenced>
<mo lspace="veryverythickmathspace" rspace="veryverythickmathspace">⟺</mo>
<mfenced>
<mrow>
<mo>¬</mo>
<mi>p</mi>
</mrow>
</mfenced>
<mo>∨</mo>
<mfenced>
<mrow>
<mo>¬</mo>
<mi>q</mi>
</mrow>
</mfenced>
</mrow>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mtext>Boolean algebra: </mtext>
<mover>
<mrow>
<munderover>
<mo>⋃</mo>
<mrow>
<mi>i</mi>
<mo>=</mo>
<mn>1</mn>
</mrow>
<mi>n</mi>
</munderover>
<msub>
<mi>A</mi>
<mi>i</mi>
</msub>
</mrow>
<mo>‾</mo>
</mover>
<mo>=</mo>
<munderover>
<mo>⋂</mo>
<mrow>
<mi>i</mi>
<mo>=</mo>
<mn>1</mn>
</mrow>
<mi>n</mi>
</munderover>
<mover accent="true">
<msub>
<mi>A</mi>
<mi>i</mi>
</msub>
<mo>‾</mo>
</mover>
</mrow>
</math>
<h3> <a class="smaller_font" href="http://en.wikipedia.org/wiki/Quadratic_equation">
Quadratic Formula </a> </h3>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mi>x</mi>
<mo>=</mo>
<mfrac>
<mrow>
<mo form="prefix">−</mo>
<mi>b</mi>
<mo>±</mo>
<msqrt>
<msup>
<mi>b</mi>
<mn>2</mn>
</msup>
<mo>−</mo>
<mn>4</mn>
<mo>⁢</mo>
<mi>a</mi>
<mo>⁢</mo>
<mi>c</mi>
</msqrt>
</mrow>
<mrow>
<mn>2</mn>
<mo>⁢</mo>
<mi>a</mi>
</mrow>
</mfrac>
</mrow>
</math>
<h3> <a class="smaller_font" href="http://en.wikipedia.org/wiki/Combination">
Binomial Coefficient </a></h3>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mi>C</mi>
<mfenced>
<mi>n</mi>
<mi>k</mi>
</mfenced>
<mo>=</mo>
<msubsup>
<mi>C</mi>
<mi>k</mi>
<mi>n</mi>
</msubsup>
<mo>=</mo>
<mmultiscripts>
<mi>C</mi>
<mi>k</mi>
<none />
<mprescripts />
<mi>n</mi>
<none />
</mmultiscripts>
<mo>=</mo>
<mfenced>
<mfrac linethickness="0">
<mi>n</mi>
<mi>k</mi>
</mfrac>
</mfenced>
<mo>=</mo>
<mfrac>
<mrow>
<mi>n</mi>
<mo lspace="0">!</mo>
</mrow>
<mrow>
<mi>k</mi>
<mo lspace="0">!</mo>
<mo rspace="mediummathspace">⁢</mo>
<mfenced>
<mrow>
<mi>n</mi>
<mo>−</mo>
<mi>k</mi>
</mrow>
</mfenced>
<mo lspace="0">!</mo>
</mrow>
</mfrac>
</mrow>
</math>
<h3> <a class="smaller_font" href="http://en.wikipedia.org/wiki/Sophomore's_dream"> Sophomore's dream </a></h3>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<msubsup>
<mo>∫</mo>
<mn>0</mn>
<mn>1</mn>
</msubsup>
<msup>
<mi>x</mi>
<mi>x</mi>
</msup>
<mo rspace="mediummathspace">⁢</mo>
<mo rspace="0">ⅆ</mo>
<mi>x</mi>
<mo>=</mo>
<munderover>
<mo>∑</mo>
<mrow>
<mi>n</mi>
<mo>=</mo>
<mn>1</mn>
</mrow>
<mn>∞</mn>
</munderover>
<msup>
<mfenced>
<mrow>
<mo form="prefix">−</mo>
<mn>1</mn>
</mrow>
</mfenced>
<mrow>
<mi>n</mi>
<mo>+</mo>
<mn>1</mn>
</mrow>
</msup>
<mo>⁢</mo>
<msup>
<mi>n</mi>
<mrow>
<mo form="prefix">−</mo>
<mi>n</mi>
</mrow>
</msup>
</mrow>
</math>
<h3> <a class="smaller_font" href="http://en.wikipedia.org/wiki/Divergence">Divergence</a></h3>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mo>∇</mo>
<mo>·</mo>
<mover accent="true">
<mi>v</mi>
<mo class="smaller_font">→</mo>
</mover>
<mo>=</mo>
<mfrac>
<mrow>
<mo rspace="0">∂</mo>
<msub>
<mi>v</mi>
<mi>x</mi>
</msub>
</mrow>
<mrow>
<mo rspace="0">∂</mo>
<mi>x</mi>
</mrow>
</mfrac>
<mo>+</mo>
<mfrac>
<mrow>
<mo rspace="0">∂</mo>
<msub>
<mi>v</mi>
<mi>y</mi>
</msub>
</mrow>
<mrow>
<mo rspace="0">∂</mo>
<mi>y</mi>
</mrow>
</mfrac>
<mo>+</mo>
<mfrac>
<mrow>
<mo rspace="0">∂</mo>
<msub>
<mi>v</mi>
<mi>z</mi>
</msub>
</mrow>
<mrow>
<mo rspace="0">∂</mo>
<mi>z</mi>
</mrow>
</mfrac>
</mrow>
</math>
<h3> Complex number</h3>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mi>c</mi>
<mo>=</mo>
<mover>
<mover>
<mrow>
<munder>
<munder>
<mrow>
<mspace width="1.1em" />
<mi>a</mi>
<mspace width="1.1em" />
</mrow>
<mo>⏟</mo>
</munder>
<mtext>real</mtext>
</munder>
<mo>+</mo>
<munder>
<munder>
<mrow>
<mspace width="1em" />
<mi>b</mi>
<mo lspace="0">⁢</mo>
<mi>ⅈ</mi>
<mspace width="1em" />
</mrow>
<mo>⏟</mo>
</munder>
<mtext>imaginary</mtext>
</munder>
</mrow>
<mo>⏞</mo>
</mover>
<mtext>complex number</mtext>
</mover>
</mrow>
</math>
<h3> Moore determinant</h3>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mi>M</mi>
<mo>=</mo>
<mfenced open="[" close="]">
<mtable>
<mtr>
<mtd>
<msub>
<mi>α</mi>
<mn>1</mn>
</msub>
</mtd>
<mtd>
<msubsup>
<mi>α</mi>
<mn>1</mn>
<mi>q</mi>
</msubsup>
</mtd>
<mtd>
<mi>…</mi>
</mtd>
<mtd>
<msubsup>
<mi>α</mi>
<mn>1</mn>
<mrow>
<msup>
<mi>q</mi>
<mrow>
<mi>n</mi>
<mo>−</mo>
<mn>1</mn>
</mrow>
</msup>
</mrow>
</msubsup>
</mtd>
</mtr>
<mtr>
<mtd>
<msub>
<mi>α</mi>
<mn>2</mn>
</msub>
</mtd>
<mtd>
<msubsup>
<mi>α</mi>
<mn>2</mn>
<mi>q</mi>
</msubsup>
</mtd>
<mtd>
<mi>…</mi>
</mtd>
<mtd>
<msubsup>
<mi>α</mi>
<mn>2</mn>
<mrow>
<msup>
<mi>q</mi>
<mrow>
<mi>n</mi>
<mo>−</mo>
<mn>1</mn>
</mrow>
</msup>
</mrow>
</msubsup>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>⋮</mi>
</mtd>
<mtd>
<mi>⋮</mi>
</mtd>
<mtd>
<mi>⋱</mi>
</mtd>
<mtd>
<mi>⋮</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<msub>
<mi>α</mi>
<mi>m</mi>
</msub>
</mtd>
<mtd>
<msubsup>
<mi>α</mi>
<mi>m</mi>
<mi>q</mi>
</msubsup>
</mtd>
<mtd>
<mi>…</mi>
</mtd>
<mtd>
<msubsup>
<mi>α</mi>
<mi>m</mi>
<mrow>
<msup>
<mi>q</mi>
<mrow>
<mi>n</mi>
<mo>−</mo>
<mn>1</mn>
</mrow>
</msup>
</mrow>
</msubsup>
</mtd>
</mtr>
</mtable>
</mfenced>
</mrow>
</math>
<h3> Sphere volume</h3>
<p> Spherical coordinates derivation of the volume of a sphere
<math xmlns="http://www.w3.org/1998/Math/MathML" style="font-size: xx-small">
<mfenced>
<mrow>
<mfrac>
<mn>4</mn>
<mn>3</mn>
</mfrac>
<mo>⁢</mo>
<mi>π</mi>
<msup>
<mi>R</mi>
<mn>3</mn>
</msup>
</mrow>
</mfenced>
</math> .
<br />
The formula
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>S</mi>
</math>
for a sphere of radius
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>R</mi>
</math>
in spherical coordinates is:
<br />
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mi>S</mi>
<mo>=</mo>
<mfenced open="{" close="}">
<mrow>
<mn>0</mn>
<mo>≤</mo>
<mi>ϕ</mi>
<mo>≤</mo>
<mn>2</mn>
<mo>⁢</mo>
<mi>π</mi>
</mrow>
<mrow>
<mn>0</mn>
<mo>≤</mo>
<mi>θ</mi>
<mo>≤</mo>
<mi>π</mi>
</mrow>
<mrow>
<mn>0</mn>
<mo>≤</mo>
<mi>ρ</mi>
<mo>≤</mo>
<mi>R</mi>
</mrow>
</mfenced>
</mrow>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mtable class="thin_column_padding" columnalign="right left">
<mtr>
<mtd style="text-align: right;">
<mrow>
<mtext>Volume</mtext>
</mrow>
</mtd>
<mtd style="text-align: left">
<mrow>
<mo>=</mo>
<munder>
<mo>∭</mo>
<mi>S</mi>
</munder>
<msup>
<mi>ρ</mi>
<mn>2</mn>
</msup>
<mo>⁢</mo>
<mo>sin</mo>
<mo rspace="thinmathspace">⁡</mo>
<mi>θ</mi>
<mo rspace="mediummathspace">⁢</mo>
<mo rspace="0">ⅆ</mo>
<mi>ρ</mi>
<mo rspace="mediummathspace">⁢</mo>
<mo rspace="0">ⅆ</mo>
<mi>θ</mi>
<mo rspace="mediummathspace">⁢</mo>
<mo rspace="0">ⅆ</mo>
<mi>ϕ</mi>
</mrow>
</mtd>
</mtr>
<mtr>
<mtd />
<mtd style="text-align: left">
<mrow>
<mo>=</mo>
<msubsup>
<mo>∫</mo>
<mn>0</mn>
<mrow>
<mn>2</mn>
<mo>⁢</mo>
<mi>π</mi>
</mrow>
</msubsup>
<mo rspace="0">ⅆ</mo>
<mi>ϕ</mi>
<mo lspace="thickmathspace">⁢</mo>
<msubsup>
<mo>∫</mo>
<mn>0</mn>
<mi>π</mi>
</msubsup>
<mo>sin</mo>
<mo rspace="thinmathspace">⁡</mo>
<mi>θ</mi>
<mo rspace="mediummathspace">⁢</mo>
<mo rspace="0">ⅆ</mo>
<mi>θ</mi>
<mo lspace="thickmathspace">⁢</mo>
<msubsup>
<mo>∫</mo>
<mn>0</mn>
<mi>R</mi>
</msubsup>
<msup>
<mi>ρ</mi>
<mn>2</mn>
</msup>
<mo rspace="mediummathspace">⁢</mo>
<mo rspace="0">ⅆ</mo>
<mi>ρ</mi>
</mrow>
</mtd>
</mtr>
<mtr>
<mtd />
<mtd style="text-align: left">
<mrow>
<mo>=</mo>
<mspace width="mediummathspace" />
<mi>ϕ</mi>
<mspace width="verythinmathspace" />
<msubsup>
<mo maxsize="2.5" minsize="2.5">|</mo>
<mrow>
<mspace width="verythinmathspace" />
<mn>0</mn>
</mrow>
<mrow>
<mspace width="verythinmathspace" />
<mn>2</mn>
<mo>⁢</mo>
<mi>π</mi>
</mrow>
</msubsup>
<mo rspace="mediummathspace">⁢</mo>
<mfenced>
<mrow>
<mo form="prefix">−</mo>
<mi>cos</mi>
<mo rspace="thinmathspace">⁡</mo>
<mi>θ</mi>
</mrow>
</mfenced>
<mspace width="verythinmathspace" />
<msubsup>
<mo maxsize="2.5" minsize="2.5">|</mo>
<mrow>
<mspace width="verythinmathspace" />
<mn>0</mn>
</mrow>
<mrow>
<mspace width="verythinmathspace" />
<mi>π</mi>
</mrow>
</msubsup>
<mspace width="veryverythickmathspace" />
<mo>⁢</mo>
<mfrac>
<mn>1</mn>
<mn>3</mn>
</mfrac>
<mo>⁢</mo>
<msup>
<mi>ρ</mi>
<mn>3</mn>
</msup>
<mspace width="verythinmathspace" />
<msubsup>
<mo maxsize="2.5" minsize="2.5">|</mo>
<mrow>
<mspace width="verythinmathspace" />
<mn>0</mn>
</mrow>
<mrow>
<mspace width="verythinmathspace" />
<mi>R</mi>
</mrow>
</msubsup>
</mrow>
</mtd>
</mtr>
<mtr>
<mtd />
<mtd style="text-align: left">
<mrow>
<mo>=</mo>
<mspace width="mediummathspace" />
<mn>2</mn>
<mo>⁢</mo>
<mi>π</mi>
<mo lspace="thickmathspace" rspace="thickmathspace">×</mo>
<mn>2</mn>
<mo lspace="thickmathspace" rspace="thickmathspace">×</mo>
<mfrac>
<mn>1</mn>
<mn>3</mn>
</mfrac>
<mo>⁢</mo>
<msup>
<mi>R</mi>
<mn>3</mn>
</msup>
</mrow>
</mtd>
</mtr>
<mtr>
<mtd />
<mtd style="text-align: left">
<mrow>
<mo>=</mo>
<mspace width="mediummathspace" />
<mfrac>
<mn>4</mn>
<mn>3</mn>
</mfrac>
<mo>⁢</mo>
<mi>π</mi>
<msup>
<mi>R</mi>
<mn>3</mn>
</msup>
</mrow>
</mtd>
</mtr>
</mtable>
</math>
</p>
<h3> Schwinger-Dyson equation</h3>
<math xmlns="http://www.w3.org/1998/Math/MathML" style="font-size: 9pt" display="block">
<mrow>
<mfenced open="⟨" close="⟩">
<mrow>
<mi>ψ</mi>
<mspace width="thinmathspace" />
<mfenced open="|" close="|">
<mrow>
<mspace width="thinmathspace" />
<mi>𝒯</mi>
<mfenced open="{" close="}">
<mrow>
<mfrac>
<mi>δ</mi>
<mrow>
<mi>δ</mi>
<mi>ϕ</mi>
</mrow>
</mfrac>
<mi>F</mi>
<mo>⁡</mo>
<mfenced open="[" close="]">
<mi>ϕ</mi>
</mfenced>
</mrow>
</mfenced>
</mrow>
</mfenced>
<mspace width="thinmathspace" />
<mi>ψ</mi>
</mrow>
</mfenced>
<mo>=</mo>
<mo form="prefix">−</mo>
<mi>ⅈ</mi>
<mo>⁢</mo>
<mfenced open="⟨" close="⟩">
<mrow>
<mi>ψ</mi>
<mspace width="thinmathspace" />
<mfenced open="|" close="|">
<mrow>
<mspace width="thinmathspace" />
<mi>𝒯</mi>
<mfenced open="{" close="}">
<mrow>
<mi>F</mi>
<mo>⁡</mo>
<mfenced open="[" close="]">
<mi>ϕ</mi>
</mfenced>
<mo>⁢</mo>
<mfrac>
<mi>δ</mi>
<mrow>
<mi>δ</mi>
<mi>ϕ</mi>
</mrow>
</mfrac>
<mi>S</mi>
<mo>⁡</mo>
<mfenced open="[" close="]">
<mi>ϕ</mi>
</mfenced>
</mrow>
</mfenced>
</mrow>
</mfenced>
<mspace width="thinmathspace" />
<mi>ψ</mi>
</mrow>
</mfenced>
</mrow>
</math>
<h3> Differentiable Manifold (tangent vector)</h3>
<math xmlns="http://www.w3.org/1998/Math/MathML" style="font-size: 9pt" display="block">
<mrow>
<msub>
<mi>γ</mi>
<mn>1</mn>
</msub>
<mo>≡</mo>
<msub>
<mi>γ</mi>
<mn>2</mn>
</msub>
<mo lspace="veryverythickmathspace" rspace="veryverythickmathspace">⟺</mo>
<mfenced open="{" close="">
<mtable class="thin_column_padding" columnalign="left">
<mtr>
<mtd style="text-align: left">
<msub>
<mi>γ</mi>
<mn>1</mn>
</msub>
<mo>⁡</mo>
<mfenced>
<mn>0</mn>
</mfenced>
<mo>=</mo>
<msub>
<mi>γ</mi>
<mn>2</mn>
</msub>
<mo>⁡</mo>
<mfenced>
<mn>0</mn>
</mfenced>
<mo>=</mo>
<mi>p</mi>
<mtext>, and</mtext>
</mtd>
</mtr>
<mtr>
<mtd style="text-align: left">
<msub>
<mfenced open="" close="|">
<mrow>
<mfrac>
<mo>ⅆ</mo>
<mrow>
<mo rspace="0">ⅆ</mo>
<mi>t</mi>
</mrow>
</mfrac>
<mo>⁡</mo>
<mi>ϕ</mi>
<mo style="font-size:larger">∘</mo>
<msub>
<mi>γ</mi>
<mn>1</mn>
</msub>
<mo>⁡</mo>
<mfenced>
<mi>t</mi>
</mfenced>
<mspace width="verythinmathspace" />
</mrow>
</mfenced>
<mrow>
<mspace width="verythinmathspace" />
<mi>t</mi>
<mo>=</mo>
<mn>0</mn>
</mrow>
</msub>
<mo>=</mo>
<msub>
<mfenced open="" close="|">
<mrow>
<mfrac>
<mo>ⅆ</mo>
<mrow>
<mo rspace="0">ⅆ</mo>
<mi>t</mi>
</mrow>
</mfrac>
<mo>⁡</mo>
<mi>ϕ</mi>
<mo style="font-size:larger">∘</mo>
<msub>
<mi>γ</mi>
<mn>2</mn>
</msub>
<mo>⁡</mo>
<mfenced>
<mi>t</mi>
</mfenced>
<mspace width="verythinmathspace" />
</mrow>
</mfenced>
<mrow>
<mspace width="verythinmathspace" />
<mi>t</mi>
<mo>=</mo>
<mn>0</mn>
</mrow>
</msub>
</mtd>
</mtr>
</mtable>
</mfenced>
</mrow>
</math>
<h3> Cichoń<!-- ń -->'s Diagram</h3>
<math xmlns="http://www.w3.org/1998/Math/MathML" style="font-size: 7pt;" display="block">
<mrow>
<mtable class="thin_column_padding center_column_content">
<mtr>
<mtd columnspan="2" />
<mtd>
<mo>cov</mo>
<mfenced>
<mi>ℒ</mi>
</mfenced>
</mtd>
<mtd>
<mo>⟶</mo>
</mtd>
<mtd>
<mo>non</mo>
<mfenced>
<mi>𝒦</mi>
</mfenced>
</mtd>
<mtd>
<mo>⟶</mo>
</mtd>
<mtd>
<mo>cof</mo>
<mfenced>
<mi>𝒦</mi>
</mfenced>
</mtd>
<mtd>
<mo>⟶</mo>
</mtd>
<mtd>
<mo>cof</mo>
<mfenced>
<mi>ℒ</mi>
</mfenced>
</mtd>
<mtd>
<mo>⟶</mo>
</mtd>
<mtd>
<msup>
<mn>2</mn>
<msub>
<mi>ℵ</mi>
<mn>0</mn>
</msub>
</msup>
</mtd>
</mtr>
<mtr>
<mtd columnspan="2" />
<mtd rowspan="3">
<mo>↑</mo>
</mtd>
<mtd />
<mtd>
<mo>↑</mo>
</mtd>
<mtd />
<mtd>
<mo>↑</mo>
</mtd>
<mtd />
<mtd rowspan="3">
<mo>↑</mo>
</mtd>
<mtd columnspan="2" />
</mtr>
<mtr>
<mtd columnspan="4" />
<mtd>
<mi>𝔟</mi>
</mtd>
<mtd>
<mo>⟶</mo>
</mtd>
<mtd>
<mi>𝔡</mi>
</mtd>
<mtd columnspan="5" />
</mtr>
<mtr>
<mtd columnspan="4" />
<mtd>
<mo>↑</mo>
</mtd>
<mtd />
<mtd>
<mo>↑</mo>
</mtd>
<mtd columnspan="5" />
</mtr>
<mtr>
<mtd>
<msub>
<mi>ℵ</mi>
<mn>1</mn>
</msub>
</mtd>
<mtd>
<mo>⟶</mo>
</mtd>
<mtd>
<mo>add</mo>
<mfenced>
<mi>ℒ</mi>
</mfenced>
</mtd>
<mtd>
<mo>⟶</mo>
</mtd>
<mtd>
<mo>add</mo>
<mfenced>
<mi>𝒦</mi>
</mfenced>
</mtd>
<mtd>
<mo>⟶</mo>
</mtd>
<mtd>
<mo>cov</mo>
<mfenced>
<mi>𝒦</mi>
</mfenced>
</mtd>
<mtd>
<mo>⟶</mo>
</mtd>
<mtd>
<mo>non</mo>
<mfenced>
<mi>ℒ</mi>
</mfenced>
</mtd>
<mtd columnspan="2" />
</mtr>
</mtable>
</mrow>
</math>
<h3>Multiscripts & greek alphabet</h3>
<math xmlns="http://www.w3.org/1998/Math/MathML" style="font-size: 24pt;" display="block">
<mrow>
<munderover>
<mmultiscripts>
<mo>∏</mo>
<mmultiscripts>
<mi>𝔈</mi>
<mi>υ</mi>
<mi>τ</mi>
<mprescripts />
<mi>ρ</mi>
<mi>σ</mi>
</mmultiscripts>
<mmultiscripts>
<mi>𝔇</mi>
<mi>π</mi>
<mi>ο</mi>
<mprescripts />
<mi>ν</mi>
<mi>ξ</mi>
</mmultiscripts>
<mprescripts />
<mmultiscripts>
<mi>𝔄</mi>
<mi>δ</mi>
<mi>γ</mi>
<mprescripts />
<mi>α</mi>
<mi>β</mi>
</mmultiscripts>
<mmultiscripts>
<mi>𝔅</mi>
<mi>θ</mi>
<mi>η</mi>
<mprescripts />
<mi>ε</mi>
<mi>ζ</mi>
</mmultiscripts>
</mmultiscripts>
<mmultiscripts>
<mi>𝔉</mi>
<mi>ω</mi>
<mi>ψ</mi>
<mprescripts />
<mi>ϕ</mi>
<mi>χ</mi>
</mmultiscripts>
<mmultiscripts>
<mi>ℭ</mi>
<mi>μ</mi>
<mi>λ</mi>
<mprescripts />
<mi>ι</mi>
<mi>κ</mi>
</mmultiscripts>
</munderover>
</mrow>
</math>
<h3> nested roots</h3>
<math xmlns="http://www.w3.org/1998/Math/MathML" style="font-size: 8pt;" display="block">
<mrow>
<mfrac>
<msqrt>
<mn>1</mn>
<mo>+</mo>
<mroot>
<mrow>
<mn>2</mn>
<mo>+</mo>
<mroot>
<mrow>
<mn>3</mn>
<mo>+</mo>
<mroot>
<mrow>
<mn>4</mn>
<mo>+</mo>
<mroot>
<mrow>
<mn>5</mn>
<mo>+</mo>
<mroot>
<mrow>
<mn>6</mn>
<mo>+</mo>
<mroot>
<mrow>
<mn>7</mn>
<mo>+</mo>
<mroot>
<mi>A</mi>
<mn>19</mn>
</mroot>
</mrow>
<mn>17</mn>
</mroot>
</mrow>
<mn>13</mn>
</mroot>
</mrow>
<mn>11</mn>
</mroot>
</mrow>
<mn>7</mn>
</mroot>
</mrow>
<mn>5</mn>
</mroot>
</mrow>
<mn>3</mn>
</mroot>
</msqrt>
<msup>
<mi>ⅇ</mi>
<mi>π</mi>
</msup>
</mfrac>
<mo>=</mo>
<msup>
<mi>x</mi>
<mo style="font-size: larger;">‴</mo>
</msup>
</mrow>
</math>
<h3> nested matrices </h3>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mfenced>
<mtable class="no_column_padding center_column_content">
<mtr>
<mtd>
<mfenced>
<mtable>
<mtr>
<mtd>
<msub>
<mi>a</mi>
<mn>1</mn>
</msub>
</mtd>
<mtd>
<msub>
<mi>a</mi>
<mn>2</mn>
</msub>
</mtd>
<mtd>
<msub>
<mi>a</mi>
<mn>3</mn>
</msub>
</mtd>
<mtd>
<msub>
<mi>a</mi>
<mn>4</mn>
</msub>
</mtd>
</mtr>
<mtr>
<mtd>
<msub>
<mi>a</mi>
<mn>5</mn>
</msub>
</mtd>
<mtd>
<msub>
<mi>a</mi>
<mn>6</mn>
</msub>
</mtd>
<mtd>
<msub>
<mi>a</mi>
<mn>7</mn>
</msub>
</mtd>
<mtd>
<msub>
<mi>a</mi>
<mn>8</mn>
</msub>
</mtd>
</mtr>
</mtable>
</mfenced>
</mtd>
<mtd rowspan="2">
<mfenced>
<mtable class="thin_column_padding">
<mtr>
<mtd>
<msub>
<mi>b</mi>
<mn>1</mn>
</msub>
</mtd>
</mtr>
<mtr>
<mtd>
<msub>
<mi>b</mi>
<mn>2</mn>
</msub>
</mtd>
</mtr>
<mtr>
<mtd>
<mspace height="1.4em" />
<msub>
<mi>b</mi>
<mn>3</mn>
</msub>
</mtd>
</mtr>
<mtr>
<mtd>
<msub>
<mi>b</mi>
<mn>4</mn>
</msub>
</mtd>
</mtr>
</mtable>
</mfenced>
</mtd>
</mtr>
<mtr>
<mtd>
<mtable class="center_column_content">
<mtr>
<mtd>
<mi> </mi>
<mi> </mi>
<mn style="font-size: 150%;">0</mn>
<mi> </mi>
</mtd>
<mtd>
<mfenced>
<mtable>
<mtr>
<mtd>
<msub>
<mi>c</mi>
<mn>1</mn>
</msub>
</mtd>
<mtd>
<msub>
<mi>c</mi>
<mn>2</mn>
</msub>
</mtd>
</mtr>
<mtr>
<mtd>
<msub>
<mi>c</mi>
<mn>3</mn>
</msub>
</mtd>
<mtd>
<msub>
<mi>c</mi>
<mn>4</mn>
</msub>
</mtd>
</mtr>
</mtable>
</mfenced>
</mtd>
</mtr>
</mtable>
</mtd>
<mtd />
</mtr>
</mtable>
</mfenced>
</mrow>
</math>
<h3> font sizes</h3>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mtext>scriptlevel : </mtext>
<mfenced open="" close="">
<mstyle scriptlevel="-3">
<mo form="prefix">−</mo>
<mn>3</mn>
</mstyle>
<mstyle scriptlevel="-2">
<mo form="prefix">−</mo>
<mn>2</mn>
</mstyle>
<mstyle scriptlevel="-1">
<mo form="prefix">−</mo>
<mn>1</mn>
</mstyle>
<mstyle scriptlevel="0">
<mn>0</mn>
</mstyle>
<mstyle scriptlevel="1">
<mn>1</mn>
</mstyle>
</mfenced>
</mrow>
</math>
</body>
</html>