-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmathml-v1.19.html
More file actions
43 lines (43 loc) · 1.06 KB
/
Copy pathmathml-v1.19.html
File metadata and controls
43 lines (43 loc) · 1.06 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html dir="rtl" lang="ar"><body><math display="block">
<semantics intent="حل_قطعي($س)">
<bind>
<lambda></lambda>
<bvar>
<ci type="real">س</ci>
</bvar>
<piecewise>
<piece>
<apply>
<plus></plus>
<ci>س</ci>
<cn type="integer" base="10">1</cn>
</apply>
<apply>
<gt></gt>
<ci>س</ci>
<cn>0</cn>
</apply>
</piece>
<otherwise>
<cn type="complex-cartesian">0 1</cn>
</otherwise>
</piecewise>
</bind>
<apply>
<int></int>
<bvar><ci>س</ci></bvar>
<lowlimit><cn>0</cn></lowlimit>
<uplimit><pi></pi></uplimit>
<apply><sin></sin><ci>س</ci></apply>
</apply>
<vector>
<cn>1</cn>
<cn>2</cn>
</vector>
<annotation-xml encoding="application/mathml-content+xml">
<apply><plus/><ci>x</ci><cn>1</cn></apply>
</annotation-xml>
</semantics>
</math>
</body></html>