Skip to content

Instantly share code, notes, and snippets.

@Joilence
Last active June 15, 2020 13:00
Show Gist options
  • Select an option

  • Save Joilence/0c2ab5984ad963ef5a0f79ae48778d7c to your computer and use it in GitHub Desktop.

Select an option

Save Joilence/0c2ab5984ad963ef5a0f79ae48778d7c to your computer and use it in GitHub Desktop.

Revisions

  1. Joilence revised this gist Jun 15, 2020. No changes.
  2. Joilence revised this gist Jun 15, 2020. No changes.
  3. Joilence created this gist Jun 1, 2020.
    5 changes: 5 additions & 0 deletions matrix.tex
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    \begin{bmatrix}
    0.5 & 1 & 0 \\
    1 & 0 & 0.5 \\
    0 & 0.5 & 0.5 \\
    \end{bmatrix}
    5 changes: 5 additions & 0 deletions multiline.tex
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    \begin{aligned}
    & \text{Since } o_0 = 3,\ q_0 = 2, \text{ then } a_{00} = 0.5. \\
    & \text{Since } o_1 = 2,\ q_0 = 2, \text{ then } a_{01} = a_{10} = 1. \\
    & \text{Since } o_2 = 4,\ q_0 = 2, \text{ then } a_{02} = a_{20} = 0. \\
    \end{aligned}