Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-schwenk committed Feb 17, 2024
1 parent 8996e5a commit 42f441c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Elements are limited to $\mathbb{R}$.

```python
from sympy import *
randMatrix(2,3, min=-2, max=5, symmetric=False)
A = randMatrix(2,3, min=-2, max=5, symmetric=False)
# overwrite element A_{0,0}
x, y = symbols('x,y')
A[0,0] = sin(x) * cos(y)
Expand Down

0 comments on commit 42f441c

Please sign in to comment.