On 8/11/22 07:36, Matthias Koeppe wrote:
Updated times for Europe / Africa / Americas after DST changes:
Monday noon, 12:15pm San Francisco
Monday afternoon, 3:15pm New York
Monday afternoon, 17:15 Rio de Janeiro & Santiago de Chile
Monday evening, 21:15 Paris
Monday evening, 22:15 Johannesbu
Updated times for Europe / Africa / Americas after DST changes:
Monday noon, 12:15pm San Francisco
Monday afternoon, 3:15pm New York
Monday afternoon, 17:15 Rio de Janeiro & Santiago de Chile
Monday evening, 21:15 Paris
Monday evening, 22:15 Johannesburg
On Monday, October 31, 2022 at 12:11:42 PM
Sage version: 9.8beta3 (built on WSL Ubuntu)
Operating system: Windows 11
I tried to solve a logarithmic equation with solve, using algorithm='sympy':
var("x")
eq = log(x^2) == log(2*x,10)
solve(eq,x,algorithm='sympy')
The result was:
\displaystyle \verb|Complement(ConditionSet(x,|\verb| |\verb