Re: [sage-devel] Re: Invitation: Weekly 30-minute Sage developer calls on Jitsi

2022-11-07 Thread François Bissey
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

[sage-devel] Re: Invitation: Weekly 30-minute Sage developer calls on Jitsi

2022-11-07 Thread Matthias Koeppe
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-devel] Bug in solve?

2022-11-07 Thread Florian Buerzle
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