It is suitable in many series and polynomials to treat 0^0 as 1.
Unfortunately, Maxima think it is expt.
How to force?
It is suitable in many series and polynomials to treat 0^0 as 1.
Unfortunately, Maxima think it is expt.
How to force?
Copyright © 2021 Jogjafile Inc.
Try this. Use
tellsimpto define a different rule for the simplification of0^0.Note that you must disable simplification (via
simp:false$) before defining the rule, otherwise the default simplification (which triggers an error) is applied.