forked from w3c/deviceorientation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
equation4.xhtml
26 lines (26 loc) · 841 Bytes
/
equation4.xhtml
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>Y</mi>
<mo>=</mo>
<mrow>
<mfenced open="[" close="]">
<mtable>
<mtr>
<mtd><mo>cos</mo><mo>(</mo><mi>γ</mi><mo>)</mo></mtd>
<mtd><mi>0</mi></mtd>
<mtd><mo>sin</mo><mo>(</mo><mi>γ</mi><mo>)</mo></mtd>
</mtr>
<mtr>
<mtd><mi>0</mi></mtd>
<mtd><mi>1</mi></mtd>
<mtd><mi>0</mi></mtd>
</mtr>
<mtr>
<mtd><mo>-</mo><mo>sin</mo><mo>(</mo><mi>γ</mi><mo>)</mo></mtd>
<mtd><mi>0</mi></mtd>
<mtd><mo>cos</mo><mo>(</mo><mi>γ</mi><mo>)</mo></mtd>
</mtr>
</mtable>
</mfenced>
</mrow>
</math>