1 | initial version |
'unable to simplify to float approximation'
Came here because I have a similar problem
Apparently the plotting command provided by Sage evaluate expressions by coercing to float, i.e. plot calls
float(Pabrf)
This fails on your expression because it's too complicated.
Can someone explain why Sage doesn't evaluate expressions numerically when plotting? What would be a straightforward why to do this?