Pengguna:Nein/Teks rumit: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
kTidak ada ringkasan suntingan |
k merapikan |
||
Baris 2:
'''Teks rumit''' adalah representasi simbol-simbol matematika, {{LaTeX}}, Wikipedia, HTML, lambang-lambang kuno dan lainnya dalam format teks polos.
==Tabel dan matriks==
<div style="position:relative; left:40px;">
Baris 10 ⟶ 12:
! width="100px" | Simbol
! width="100px" | Teks rumit
|-▼
| <math>x^y\!</math>▼
| style="text-align:left;" | <code style="background:transparent;">{x^y}</code>▼
|-▼
| <math>x_y\!</math>▼
| style="text-align:left;" | <code style="background:transparent;">{x_y}</code>▼
|-
|
Baris 44 ⟶ 40:
}
|-
|▼
| <math>\sqrt[n]{x}\!</math>▼
<math>\begin{bmatrix}▼
| style="text-align:left;" | <code style="background:transparent;">{\root{n}{x}}</code>▼
1 & 0 & 0 \\▼
|-▼
0 & 1 & 0 \\▼
| <math>\frac{a}{b}\!</math>▼
0 & 0 & 1 \\▼
| style="text-align:left;" | <code style="background:transparent;">{\frac{a}{b}}</code>▼
\end{bmatrix}▼
</math>▼
| style="text-align:left;" |▼
<code style="background:transparent;">▼
{\mat{ <br \>▼
{1 0 0} <br \>▼
{0 1 0} <br \>▼
{0 0 1} <br \>▼
</code>▼
}▼
|-
|}
</div>
==Subscript dan superscript==
<div style="position:relative; left:40px;">
Baris 60 ⟶ 68:
! width="100px" | Simbol
! width="100px" | Teks rumit
▲|-
▲| <math>x^y\!</math>
▲| style="text-align:left;" | <code style="background:transparent;">{x^y}</code>
▲|-
▲| <math>x_y\!</math>
▲| style="text-align:left;" | <code style="background:transparent;">{x_y}</code>
▲|-
▲| <math>\sqrt[n]{x}\!</math>
▲| style="text-align:left;" | <code style="background:transparent;">{\root{n}{x}}</code>
|-▼
▲| <math>\frac{a}{b}\!</math>
▲| style="text-align:left;" | <code style="background:transparent;">{\frac{a}{b}}</code>
|-
| <math>\overrightarrow{x}\!</math>
Baris 66 ⟶ 86:
| <math>x\!</math>
| style="text-align:left;" | <code style="background:transparent;">{x}</code>
▲|-
▲|
▲<math>\begin{bmatrix}
▲1 & 0 & 0 \\
▲0 & 1 & 0 \\
▲0 & 0 & 1 \\
▲\end{bmatrix}
▲</math>
▲| style="text-align:left;" |
▲<code style="background:transparent;">
▲{\mat{ <br \>
▲{1 0 0} <br \>
▲{0 1 0} <br \>
▲{0 0 1} <br \>
▲</code>
▲}
|-
|}
|