SymPy was praised on another *Talk Python to Me* podcast episode about Applied mathematics with Python <https://talkpython.fm/episodes/transcript/372/applied-mathematics-with-python> at about the 55:45 mark. The panelists used SymPy to symbolically solve a differential equation about the spread of a virus in their book. Interestingly, they solved the same problem with R, whose "symbolic math library" is really a call to SymPy, so they ended up solving the problem numerically in R.
Jeremy On Mon, May 9, 2022 at 4:33 PM Aaron Meurer <[email protected]> wrote: > Thank you Jeremy for suggesting to do this podcast and reaching out to > the Talk Python to Me host to make it happen. > > Aaron Meurer > > On Sun, May 8, 2022 at 9:51 AM Jeremy Monat <[email protected]> wrote: > > > > Hi, > > > > SymPy developers Ondřej Čertík and Aaron Meurer were interviewed on the > latest Talk Python to Me podcast episode, Symbolic Math with Python using > SymPy. It's available as an audio podcast, video recording (helpful for > following along with the examples shown on the host's computer), and > transcript. > > > > Best, > > Jeremy > > > > -- > > You received this message because you are subscribed to the Google > Groups "sympy" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/CAO00iLgk8CXVfmrVc%3DsVVO8bxBm0%3Dse3hYXtkkzUCkHm3T%3DJWQ%40mail.gmail.com > . > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/CAKgW%3D6KmcQOP6JXD1iFpkTCiTuTcJbM%2B3KmcB5C1%2B7R-6zmaRA%40mail.gmail.com > . > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAO00iLiTKUc%3DNoc49j1yBd9qedVJ8whtPnXy-SP4ARrRJOYSjw%40mail.gmail.com.
