Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
expr = sqrt(2).power(-1,hold=True)
expr

Unfortunately this is not consistent . 3*expr is evaluated to 3/2*sqrt(2)

We can keep expr untouched with an effort:

SR(3).mul(expr,hold=True)