Skip to content

Commit

Permalink
fixed mistake in README.md about correct computation output
Browse files Browse the repository at this point in the history
  • Loading branch information
corbinmcneill committed Jan 14, 2021
1 parent 80f9db4 commit d5974b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ True
[ 1 2 ]
[ 3 4 ]
>>> print(prob.J)
[ -2 1 ]
[ 3 -1 ]
[ -1 0 ]
[ 0 2 ]
>>> print(prob.S * prob.A * prob.T == prob.J)
True
```
Expand Down

0 comments on commit d5974b5

Please sign in to comment.