Fixed missing md math symbols.

This commit is contained in:
Konrad Pierzyński 2019-10-15 15:56:07 +00:00
parent 87a6b5c85e
commit e2a86074e8
1 changed files with 2 additions and 2 deletions

View File

@ -16,12 +16,12 @@ Dla danej gry:
| S | 2,0 | -1,1 |
| D | -1,1 | 2,0 |
i dla danych strategii $\sigma_1$ = $\frac{1}{2}$G + $\frac{1}{2}$S i $\sigma_2$ = $\frac{1}{4}$L + $\frac{3}{4}$P wypłata gracza drugiego
i dla danych strategii sigma1 = 1/2G + 1/2S i sigma2 = 1/4L + 3/4P wypłata gracza drugiego
```python
wyplata(2, [1/2,1/2,0], [1/4,3/4], [[0,0],[2,-1],[-1,2]], [[2,2],[0,1],[1,0]] )
```
wynosi 1$\frac{3}{8}$.
wynosi 11/8.
---