Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi, see question Interactive question in notebooks. Sage does not know that b is positive and you have specify that. Insert

assume(b>0)

The Traceback gives you hints if sage needs further information or if there is an error in the code you want to compile.