[sage-support] Re: symbolic expression not recognized in jupyter + sagemath 8.3

2019-05-05 Thread slelievre
Wed 2019-05-01 17:52:07 UTC, Augustin Lefèvre: I have been usage Sage for a few months. Up to now, plotting, > polynomials, and arithmetic functions have been running fine. > Now I'm trying to use the symbolic calculation skills of Sage, but ... > > I am getting the error : "unable to simplify t

[sage-support] Re: Symbolic Expression

2009-09-15 Thread Stefan Boettner
That helps for now. Thanks, Stefan Am 15.09.2009 um 22:19 schrieb Nils Bruin: > > On Sep 15, 6:24 pm, Stefan Boettner wrote: >> Hello, >> >> I'm trying to parse symbolic expressions, but got stuck very quickly. >> >> If I say: >> (x^2).operator() >> I get: >> >> >> If I say: >> pow >> I also

[sage-support] Re: Symbolic Expression

2009-09-15 Thread Nils Bruin
On Sep 15, 6:24 pm, Stefan Boettner wrote: > Hello, > > I'm trying to parse symbolic expressions, but got stuck very quickly. > > If I say: > (x^2).operator() > I get: > > > If I say: > pow > I also get: > > > But if I say: > (x^2).operator()==pow > I get: > False > > How do I properly test if