Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Solve log equations problem

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?