[sympy] Guidance for project

2023-03-23 Thread Vivek Soni
I am a sophomore at NSUT pursuing my B.Tech in CSE. I am interested in contributing to the Polynomial GCD project and have read through the issue and the mathematical concepts involved behind it. However, I am eager to learn more and dive deeper into the intricacies of this project. I would

[sympy] Re: Summing calls to undefined functions

2023-03-23 Thread Chris Smith
David, please start a new thread (and try IndexedBase instead of Function and use [] instead of ()). WRT CHATGPT: talk with it for a while trying to get it to compute the norm of (1/2, 1, 1). When you tell it not to skip steps it can get it right, but it is hard to get it to give you the

[sympy] Summing calls to undefined functions

2023-03-23 Thread David Bailey
Dear Group, I tried to sum a finite set of elements, each consisting of a call to an undefined function: import sympy from sympy import * k=symbols("k") f=Function("f") print("f(k)=",f(k)) print("sum=",sum(f(k),(0,k,10))) This produced the following output: f(k)= f(k) Traceback (most

Re: [sympy] Re: ChatGPT and SymPy

2023-03-23 Thread Aaron Meurer
Actually I didn't notice it but there's literally an example of ChatGPT generating SymPy code and executing on https://openai.com/blog/chatgpt-plugins (scroll down to where it says "code interpreter"). It's their main example of calling out to Python. Aaron Meurer On Thu, Mar 23, 2023 at 2:42 PM

Re: [sympy] Re: ChatGPT and SymPy

2023-03-23 Thread Aaron Meurer
On Thu, Mar 23, 2023 at 12:24 PM S.Y. Lee wrote: > Wolfram had recently announced the collaboration of chatGPT and wolfram > alpha > ChatGPT Gets Its “Wolfram Superpowers”!—Stephen Wolfram Writings > I wouldn't

Re: [sympy] ChatGPT and SymPy

2023-03-23 Thread Jonathan Gutow
Having played with these newer Chatbots to see what they can do for word problems of the simpler types encountered in general chemistry, I think this idea has potential. However, what I encountered was that the Chatbots could not do a good job coming up with the proper way to combine things in

Re: [sympy] Re: ChatGPT and SymPy

2023-03-23 Thread S.Y. Lee
Wolfram had recently announced the collaboration of chatGPT and wolfram alpha ChatGPT Gets Its “Wolfram Superpowers”!—Stephen Wolfram Writings They start to use chatgpt to generate the Wolfram code. And it is

Re: [sympy] Re: C Code Generator

2023-03-23 Thread Alan Bromborsky
Since people have been introducing themselves I thought I would do the same.  My name is Alan Bromborsky and I am an old fart, 76, and have been coding since the early 70's.  I graduated from the Newark College of Engineering (now the New Jersey Institute of Technology) in 1968 with a B.S.E.E.