SymPy
@sympy
Computer algebra system in Python. This is the official account for SymPy.
ID: 637366258
http://sympy.org/ 16-07-2012 23:09:54
610 Tweet
4,4K Followers
96 Following
Please fill out our survey about code generation in SymPy to help us understand what areas we should focus on improving as part of our work for our CZI Science grant. forms.gle/F5Ek6yQkH5fXPN…
Christian 🇵🇬 And so on and so on @Hansen73337824 The maximum occurs where the derivative is zero. #SymPy code: >>> from sympy import symbols, diff, log, solveset >>> c = symbols('c') >>> diff(c ** (1 / c), c) c**(1/c)*(-log(c)/c**2 + c**(-2)) >>> solveset(-log(c)/c**2 + c**(-2), c) {E}
Ondřej Čertík Adam.GPT OpenAI SymPy MathGPT app does this in Streamlit. Give it a try mathgpt.streamlit.app
"Use Gröbner Bases To Solve Polynomial Equations" by Jingnan Shi Mice blog post showing how Gröbner Bases work using SymPy. jingnanshi.com/blog/groebner_…