Skip to content

Instantly share code, notes, and snippets.

@zelinskiy
Created June 9, 2020 14:57
Show Gist options
  • Save zelinskiy/bf57ca2e99e07417c1ce3ff25acac861 to your computer and use it in GitHub Desktop.
Save zelinskiy/bf57ca2e99e07417c1ce3ff25acac861 to your computer and use it in GitHub Desktop.
p = {{0, 0.5, 0.5}, {0.25, 0.5, 0.25}, {0.25, 0.25, 0.25}}
P = {{0, 0.5, 0, 0, 0, 0.5, 0, 0, 0},
{0.33, 0, 0.33, 0, 0.33, 0, 0, 0, 0},
{0, 0.5, 0, 0.5, 0, 0, 0, 0, 0},
{0, 0, 0.33, 0, 0.33, 0, 0, 0, 0.33},
{0, 0.25, 0, 0.25, 0, 0.25, 0, 0.25, 0},
{0.33, 0, 0, 0, 0.33, 0, 0.33, 0, 0},
{0, 0, 0, 0, 0, 0.5, 0, 0.5, 0},
{0, 0, 0, 0, 0.33, 0, 0.33, 0, 0.33},
{0, 0, 0, 0.5, 0, 0, 0, 0.5, 0}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment