Input
var('x')
solve((log((x**2 - x), 6) - log((6*x - 10), 6) == 0), x)
Output
[log(x^2 - x) == log(6*x - 10)]
But real roots are 5 and 2. What I doing wrong?
| 1 | initial version |
Input
var('x')
solve((log((x**2 - x), 6) - log((6*x - 10), 6) == 0), x)
Output
[log(x^2 - x) == log(6*x - 10)]
But real roots are 5 and 2. What I doing wrong?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.