this post was submitted on 06 Jun 2023
4 points (83.3% liked)

A place for everything about math

806 readers
4 users here now

founded 5 years ago
MODERATORS
 

ChatGPT will gobble up every symbolic manipulation task I give to it. At worst, sometimes I have to check its output and point out anything weird, then it'll correct it.

I'm writing pages over pages of scary differential equations and the damn thing is saving me lots of time on it. And everything checks out! I wonder about GPT 4, since it is supposed to give correct answers without help as often as the average calculus student...

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 year ago

ChatGPT-4 has a Wolfram|Alpha plugin

[–] [email protected] 3 points 1 year ago (1 children)

Can you give an example of a systems of DiffEqs it was able to solve? I'd love to see it solve some tough ones.

[–] [email protected] 2 points 1 year ago

Well, it seems to struggle with really complicated equations without a bit of help, but it appears to have no trouble with complicated boundary conditions for simple equations. E.g., it solves most variants of the convection-diffusion equation on its own, given different boundary conditions, multiple regions, etc. While I haven't managed to get it to actually write down the boundary conditions from an abstract description, that doesn't really take much time to do oneself.

Also, I got it to successfully solve some statistics on differential equations using plain prompts, like "if the derivative of the average of this distribution with respect to time is equal to ...". Seems to work fine as long as it understands all concepts presented.

[–] AlmightySnoo 2 points 1 year ago

Cool thing would be combining SymPy (symbolic calculation library for Python) and ChatGPT. You'd basically ask it to generate code for you that symbolically solves your problem and then you can try out the code yourself to see whether ChatGPT solved the problem or was just hallucinating.

[–] [email protected] 0 points 1 year ago

I still use Giac/Xcas with an interface that was made before 9/11.