Pengguna:Nein/Teks rumit: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
Nein (bicara | kontrib)
kTidak ada ringkasan suntingan
Nein (bicara | kontrib)
kTidak ada ringkasan suntingan
Baris 18:
| <math>x\!</math>
| style="text-align:left;" | <code style="background:transparent;">{x}</code>
|-
|}
</div>
 
==Tabel dan matriks==
 
<div style="position:relative; left:40px;">
{| class="tabelcantik" style="text-align:center;"
|-
! colspan="3" | Representasi
|-
! width="100px" | Simbol
! width="100px" | Teks rumit
|-
|
<div style="position:relative; left:30px;">
{| class="wikitable"
|-
| 1
| 0
| 0
|-
| 0
| 1
| 0
|-
| 0
| 0
| 1
|-
|}
</div>
| style="text-align:left;" |
<code style="background:transparent;">
{\tab{ <br \>
{1 0 0} <br \>
{0 1 0} <br \>
{0 0 1} <br \>
</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>
}
|-
|}
</div>
 
==Subscript dan superscript==
 
<div style="position:relative; left:40px;">
{| class="tabelcantik" style="text-align:center;"
|-
! colspan="3" | Representasi
|-
! 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>
| style="text-align:left;" | <code style="background:transparent;">{\vec{x}}</code>
|-
| <math>x\!</math>
| style="text-align:left;" | <code style="background:transparent;">{x}</code>
|-
|}
</div>
 
==Fungsi==
 
<div style="position:relative; left:40px;">
{| class="tabelcantik" style="text-align:center;"
|-
! colspan="3" | Representasi
|-
! width="100px" | Simbol
! width="100px" | Teks rumit
|-
| <math>x!\!</math>
| style="text-align:left;" | <code style="background:transparent;">{\fac{x}}</code>
|-
| <math>e^x\!</math>
| style="text-align:left;" | <code style="background:transparent;">{\exp{x}}</code>
|-
| <math>\sin{x}\!</math>
| style="text-align:left;" | <code style="background:transparent;">{\sin{x}}</code>
|-
| <math>\log{x}\!</math>
| style="text-align:left;" | <code style="background:transparent;">{\log{x}}</code>
|-
|}
Baris 234 ⟶ 122:
|-
|}
 
==Indeks==
 
<div style="position:relative; left:40px;">
{| class="tabelcantik" style="text-align:center;"
|-
! colspan="3" | Representasi
|-
! 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>
|-
|}
</div>
 
==Fungsi==
 
<div style="position:relative; left:40px;">
{| class="tabelcantik" style="text-align:center;"
|-
! colspan="3" | Representasi
|-
! width="100px" | Simbol
! width="100px" | Teks rumit
|-
| <math>\frac{a}{b}\!</math>
| style="text-align:left;" | <code style="background:transparent;">{\frac{a}{b}}</code>
|-
| <math>\sqrt[n]{x}\!</math>
| style="text-align:left;" | <code style="background:transparent;">{\root{n}{x}}</code>
|-
| <math>\overrightarrow{x}\!</math>
| style="text-align:left;" | <code style="background:transparent;">{\vec{x}}</code>
|-
| <math>x!\!</math>
| style="text-align:left;" | <code style="background:transparent;">{\fac{x}}</code>
|-
| <math>e^x\!</math>
| style="text-align:left;" | <code style="background:transparent;">{\exp{x}}</code>
|-
| <math>\sin{x}\!</math>
| style="text-align:left;" | <code style="background:transparent;">{\sin{x}}</code>
|-
| <math>\log{x}\!</math>
| style="text-align:left;" | <code style="background:transparent;">{\log{x}}</code>
|-
|}
</div>
 
==Kotak array==
 
<div style="position:relative; left:40px;">
{| class="tabelcantik" style="text-align:center;"
|-
! colspan="3" | Representasi
|-
! width="100px" | Simbol
! width="100px" | Teks rumit
|-
|
<div style="position:relative; left:30px;">
{| class="wikitable"
|-
| 1
| 0
| 0
|-
| 0
| 1
| 0
|-
| 0
| 0
| 1
|-
|}
</div>
| style="text-align:left;" |
<code style="background:transparent;">
{\tab{ <br \>
{1 0 0} <br \>
{0 1 0} <br \>
{0 0 1} <br \>
</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>
}
|-
|}
</div>
 
==Elemen klasik==