Normann Rion

Results 1 issues of Normann Rion

Hello, I currently encounter a problem using the `subs` function. When I run the following code, ``` @vars z subs(z^3+z^2+z,z^3,3) ``` I get `3 + z + 3^(2/3)` instead of...