Could someone please point me in the right direction as to how to enter this equation into Maxima CAS so I can simplify it?
(8a^2 + b^5 + c^-2) / (2a^5 + b^2 + c^-1/2)^-1/6
Many thanks
Amanda
Could someone please point me in the right direction as to how to enter this equation into Maxima CAS so I can simplify it?
(8a^2 + b^5 + c^-2) / (2a^5 + b^2 + c^-1/2)^-1/6
Many thanks
Amanda
As @JamesArathoon already mentioned, your expression as it is now admits multiple interpretations. Also you seem to miss the second part of the equation. Make sure you use parenthesis as well as the multiplication sign (
*). If you want to use it in maxima, I'd recommend assigning it to a variable (in this caset). Try following:Try it online!