photo

David Cui


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


assume(x^2 == y) doesn't work
I have the following code: syms x y; assume(x^2 == y); assume(x*y == y*x); t = isequaln(x^2, y); s = isequaln(x*y, y*x); ...

4 years ago | 1 answer | 0

1

answer