Question: How to get Maple to output result of solve using base 10 logarithms instead of natural logarithm?


Here is a small worksheet to illustrate my question

Consider the expression

 

solve(sqrt(log[10](R)/T) = a+b*log[10](R), T) = ln(R)*ln(10)/(ln(10)^2*a^2+2*ln(10)*ln(R)*a*b+ln(R)^2*b^2)NULL

NULL

Can we somehow tell Maple to keep the logarithms in base 10?

 

NULL


I'd like for the final expression to have only base 10 logarithms.

 

When I do it with pen and paper, I get

 

It is this last expression that I would like Maple to output.

Download log10.mw

Please Wait...