mathmlben
Version:
Visualization for goldstandard
34 lines (33 loc) • 628 B
text/mathml
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mo>|</mo>
<mi>A</mi>
<mo>|</mo>
<mo>=</mo>
<mfenced close="|" open="|">
<mtable>
<mtr>
<mtd>
<mi>a</mi>
</mtd>
<mtd>
<mi>b</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>c</mi>
</mtd>
<mtd>
<mi>d</mi>
</mtd>
</mtr>
</mtable>
</mfenced>
<mo>=</mo>
<mi>a</mi>
<mi>d</mi>
<mo>-</mo>
<mi>b</mi>
<mi>c</mi>
</math>