| 1 | initial version |
Thank you for answer. I am now satisfied by another trial with a "print" command:
$ cat test2.sage
var('x')
assume(x > 0)
print bool(sqrt(x^2) == x)
$ sage test2.sage
True
$
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.