Re: [sympy] Easy way to use S()

2023-07-13 Thread Jonathan Gutow
On Jul 13, 2023, at 5:23 AM, emanuel.c...@gmail.com wrote: CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. Le mercredi 12 juillet 2023 à 22:49:11 UTC+2, gu…@uwosh.edu a

Re: [sympy] ChatGPT and SymPy

2023-03-23 Thread Jonathan Gutow
in problems that required logical connection of multiple steps, except in the cases where the Chatbot has been trained on nearly identical exercises. One logical step they did pretty well on. Jonathan Dr. Jonathan Gutow Halsey Science Room 412 Chemistry Department UW Oshkosh web: https

Re: [sympy] Respecting Tradition

2022-04-20 Thread Jonathan Gutow
Sympy orders symbols in ASCII order in equations. That is something I too would like to have changed, but have not had the time to determine if any of sympy depends on this canonical ordering. I suspect it is taken advantage of in substitution and other related operations. On Apr 20, 2022, at

Re: [sympy] Keeping expressions short and concise

2022-04-20 Thread Jonathan Gutow
On Apr 19, 2022, at 10:48 PM, Andre Bolle mailto:andrebo...@gmail.com>> wrote: Here's what I did. You will notice that the second derivative couldn't see the 'x', which had been replaced by psi. Yes, that is a “feature” of sympy, which assumes that all symbols that do not have an explicit

Re: [sympy] Keeping expressions short and concise

2022-04-19 Thread Jonathan Gutow
On Apr 19, 2022, at 12:20 PM, Alan Bromborsky mailto:abrombo...@gmail.com>> wrote: I don't think sympy can return f for the integral of (df/dx)dx without first differentiating and then integrating. Alan, Yep, that is essentially the sticking point. It relates to the fact that there is no

Re: [sympy] Keeping expressions short and concise

2022-04-19 Thread Jonathan Gutow
Alan, I have thought about this a little too. I have not had time to work on it recently. The issue I ran into is that to make this work well in SymPy you really need the concept of an infinitesimal dx, dy, dz, etc. Things got circular when I tried to implement that using the sympy definition

Re: [sympy] Announcing CZI EOSS grant supporting SymPy

2021-09-01 Thread Jonathan Gutow
This sounds great! Congratulations. Jonathan Dr. Jonathan Gutow Chemistry Department UW Oshkosh web: https://cms.gutow.uwosh.edu/Gutow e-mail: gu...@uwosh.edu<mailto:gu...@uwosh.edu> Ph: 920-424-1326 On Aug 31, 2021, at 11:51 AM, Aaron Meurer mailto:asmeu...@gmail.com>> wrot

Re: [sympy] Request for discussion on kind system

2021-08-02 Thread Jonathan Gutow
Is there a discussion page/tab attached to github wikis? If so, how do I find it? I do have some questions/thoughts on this. Jonathan Dr. Jonathan Gutow Chemistry Department UW Oshkosh web: https://uwosh.edu/facstaff/gutow e-mail: gu...@uwosh.edu Ph: 920-424-1326

Re: [sympy] SymPy 1.7 released

2020-11-29 Thread Jonathan Gutow
Thank you to everyone who contributed and Oscar for making the release happen. SymPy has been extremely useful to me. Jonathan On 11/29/20 08:25, Oscar Benjamin wrote: CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize

Re: [sympy] Odd behavior in unit systems module

2020-10-26 Thread Jonathan Gutow
This appears to be related to known issues. Please your add observations to the bug report so that those working on the units package may have as much information as possible. See: https://github.com/sympy/sympy/issues/18368 A work around that involves more work on your part, but does not

Re: [sympy] Re: SEPs for SymPy (SymPy Enhancement Proposals)

2020-10-12 Thread Jonathan Gutow
ussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6K114c9mbhXLVru4HCVB_M_-4wLdf7pHnz-ceHm97gAiQ%40mail.gmail.com. -- Dr. Jonathan Gutow Chemistry Department UW Oshkosh web: https://uwosh.edu/facstaff/gutow e-mail: gu...@uwosh.edu Ph: 920-424-1326 -- You received this message because yo

Re: [sympy] Fwd: [NumFOCUS Projects] Call for Proposals - Small Development Grants - Summer 2018

2020-09-25 Thread Jonathan Gutow
Dear SymPy Community, Would there be support for nominating my work on the coding and documentation of the implementation of equations in sympy core (https://github.com/sympy/sympy/pull/19479)? I am not making much progress now because of the current teaching situation at my University.

Re: [sympy] SEPs for SymPy (SymPy Enhancement Proposals)

2020-08-02 Thread Jonathan Gutow
On 8/2/20 12:16 PM, Oscar Benjamin wrote: SEPs (SIPs?) How about "SyEPs" or "SymEPs" to make sure they are clearly distinct from a possible SciPy equivalent? I am sort of partial to "SymEPs" because I like the sound of "sym,E,P's" if it is said tha

Re: [sympy] SEPs for SymPy (SymPy Enhancement Proposals)

2020-08-02 Thread Jonathan Gutow
originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. On Sun, 2 Aug 2020 at 01:42, Jonathan Gutow wrote: Although I am probably one of those "put in episodic work only on projects that interest me&qu

Re: [sympy] SEPs for SymPy (SymPy Enhancement Proposals)

2020-08-01 Thread Jonathan Gutow
sit https://groups.google.com/d/msgid/sympy/CAHVvXxQ3bbJWOmHu7QYzQfnL_yO7WrE%2BzRoqsVZFkkyPA%2B%3DW_A%40mail.gmail.com. -- Dr. Jonathan Gutow Chemistry Department UW Oshkosh web: https://uwosh.edu/facstaff/gutow e-mail: gu...@uwosh.edu Ph: 920-424-1326 -- You received this message because yo

Re: [sympy] SymPy in 10 minutes

2020-06-30 Thread Jonathan Gutow
viewer link: https://nbviewer.jupyter.org/github/nicoguaro/AdvancedMath/blob/master/notebooks/sympy/sympy_in_10_minutes.ipynb Best, Nicolás -- Dr. Jonathan Gutow Chemistry Department UW Oshkosh web: https://uwosh.edu/facstaff/gutow e-mail: gu...@uwosh.edu Ph: 920-424-1326 -- You received this

Re: [sympy] Best way to import Sympy

2020-06-30 Thread Jonathan Gutow
for interactive CAS work, otherwise I would second Aaron in using import sympy as sym -- Dr. Jonathan Gutow Chemistry Department UW Oshkosh web: https://uwosh.edu/facstaff/gutow e-mail: gu...@uwosh.edu Ph: 920-424-1326 -- You received this message because you are subscribed to the Google Groups "

Re: [sympy] Best way to import Sympy

2020-06-29 Thread Jonathan Gutow
u1Y3CzHJOWJbATOsDvTnY7vZRUb5yYowZvqjQHJqVfw%2540mail.gmail.comdata=02%7C01%7Cgutow%40uwosh.edu%7C49e15f2f542e455d3b3308d81c47a5e9%7C16b8b9f2f7bd431ab739d49428e26316%7C0%7C0%7C637290441336920658sdata=fXignxLFKK8ek9FnXpEOz%2FJDVjBtsOqDjEB1ymLpsaw%3Dreserved=0. -- Dr. Jonathan Gutow Chemistry Departmen

[sympy] Re: Travis ci build failed

2020-06-08 Thread Jonathan Gutow
The line near the end explaining the Assertion error explains it. You have some extra whitespace. On Monday, June 8, 2020 at 3:17:44 PM UTC-5, Mohit Shah wrote: > > Hello everyone, > A day before I generated PR (link > ). I don't know why but it is >

Re: [sympy] Simple definition of equations that might be worth folding into SymPy...

2020-05-27 Thread Jonathan Gutow
On Wednesday, May 27, 2020 at 3:26:00 AM UTC-5, czgdp1807 wrote: > > Hi, > > Is https://github.com/sympy/sympy/issues/5031 related to your work? > Sort of. This https://github.com/sympy/sympy/pull/18174 and https://github.com/sympy/sympy/issues/4986 (where Oscar Benjamin

[sympy] Simple definition of equations that might be worth folding into SymPy...

2020-05-26 Thread Jonathan Gutow
150 lines of code, but could probably use some expansion to make it more general. All the tests are in the form of Jupyter notebooks at present, so would need work as well. Regards, Jonathan Gutow Professor of Physical Chemistry University of Wisconsin Oshkosh https://www.uwosh.edu/facstaff/gutow