Last active
June 15, 2020 13:00
-
-
Save Joilence/0c2ab5984ad963ef5a0f79ae48778d7c to your computer and use it in GitHub Desktop.
Revisions
-
Joilence revised this gist
Jun 15, 2020 . No changes.There are no files selected for viewing
-
Joilence revised this gist
Jun 15, 2020 . No changes.There are no files selected for viewing
-
Joilence created this gist
Jun 1, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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} This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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}