Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Bug in solve?

Using SageCell,

var('a,r,y')
solve(a*log(r)+r==y,r)

yields

[r == -a*log(r) + y]

including r in the solution. Is this a bug for equations involving logarithms?