[sympy] Comparing expressions with \pm to FiniteSets

2022-02-22 Thread Kevin Moore
Hello - I want to be able to compare a math expression using the plus/minus symbol (\pm) with a FiniteSet. How can I check that \pm 3 = FiniteSet(-3,3)? -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving

Re: [sympy] Help with Git and GitHub

2022-02-22 Thread Oscar Benjamin
On Tue, 22 Feb 2022 at 07:58, Kuldeep Borkar wrote: > > Hi SymPy Community, > > Few days ago I ran into a problem regarding Git and GitHub; > > Problem: Whenever I try to make a PR by creating a new branch from master > branch, the past commits showed up in the commit history (which I think is >

Re: [sympy] SymPy 1.10rc1 released

2022-02-22 Thread Oscar Benjamin
On Tue, 22 Feb 2022 at 04:43, Jason Moore wrote: > > HI, > > I really like the bot and it forces you to at least think about the release > notes (even if all you do is write NO ENTRY). Yes, our review culture should > be that we don't let NO ENTRY through as much, but that is a culture change.

Re: [sympy] SymPy 1.10rc1 released

2022-02-22 Thread Aaron Meurer
On Tue, Feb 22, 2022 at 6:47 AM Oscar Benjamin wrote: > On Tue, 22 Feb 2022 at 04:43, Jason Moore wrote: > > > > HI, > > > > I really like the bot and it forces you to at least think about the > release notes (even if all you do is write NO ENTRY). Yes, our review > culture should be that we don

[sympy] Re: Laplace transform of a derivative

2022-02-22 Thread Eric Barth
Hi Staffan, I'm thinking of switching from Maxima to python in my math classes, and I recently noticed the same issue you're talking about. I have a prototype laplace() code that I believe handles derivatives correctly when solving linear IVPs. You can read about it at https://ejbarth.githu