benoitkugler / maths-online

A numeric platform to make maths fun
https://isyro.fr
MIT License
0 stars 0 forks source link

[expression] add a shortcut for random matrix #305

Closed benoitkugler closed 5 months ago

benoitkugler commented 5 months ago

Pourvoir remplacer a = randint(...) b = randint(...) ... A = [[a;b;c]; ...] par A = randomMatrix(n; p; min; max)