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.