Sage raises an error when I try to solve the following:
solve(a*exp(k*2) - n, a*exp(k*8)-m, a, k, solution_dict=True)
What is the reason for this?
1 | initial version |
Sage raises an error when I try to solve the following:
solve(a*exp(k*2) - n, a*exp(k*8)-m, a, k, solution_dict=True)
What is the reason for this?