First time here? Check out the FAQ!
answered 2018-06-20 10:59:13 +0100
You can use the assume function (which is not alwys reliable, so you shoud test it):
assume
sage: var('t') t sage: assume(t,'real') sage: assumptions() [t is real]