Re: [sympy] Re: C Code Generator

2023-03-19 Thread brombo
First I think there is a problem with ccode doing what it is supposed to do. Consider the following code - (x,y,th) = symbols(r"x' y' \theta") then x' = ccode(x) y' = ccode(y) \theta = ccode(th) I don't think x', y', and \theta are legal program variables in c. Also I have looking at codegen e

Re: [sympy] Self Introductory and Gröebner Bases

2023-03-19 Thread Atahan Haznedar
Oh apperarantly, I mixed both of them and come up with totally different thing “Gröebner”. Thanks for pointing that out! My mistake there. Atahan On Sun, Mar 19, 2023 at 12:22 PM wrote: > Here’s just a little note on the German name Gröbner. The letters ä, ö, > and ü can be substituted by ae, o

RE: [sympy] Self Introductory and Gröebner Bases

2023-03-19 Thread thomassligon
Here’s just a little note on the German name Gröbner. The letters ä, ö, and ü can be substituted by ae, oe, and ue and, in fact, the form oe is older than ö. However, some proper names, such as Goethe, always use oe and not ö. The Gröbner basis was named after the mathematician Wolfgang Gröbner,