Ask Your Question

Revision history [back]

problem solving equation systems

var('V1', 'V2') solve([V1+V2==0.5,7.20 == 5.5 - log(V1/V2,10)], V1, V2)

SageMath do not solve this system but when with Ctrl+C the calculation end and show in terminal the solution.

If I use natural logarithm in the expression Sage solve this system without any problem.