Re: [sympy] Sympy.physics.mechanics / dynamicsymbols

2022-02-05 Thread Peter Stahlecker
Dear Jason, Thanks a lot for your explanation! Clear! I checked on metaclasses, but I must admit I mostly understood, that a simple user like me should not mess with them! :-)) Peter On Sun 6. Feb 2022 at 07:49 Jason Moore wrote: > Peter, > > All `dynamicsymbols` is, is: > > f = Function('f')

Re: [sympy] Sympy.physics.mechanics / dynamicsymbols

2022-02-05 Thread Jason Moore
Peter, All `dynamicsymbols` is, is: f = Function('f') t = symbols('t') f_of_t = f(t) The last line `f(t)` is generating a new class of type f, instead of using a predefined class (look up metaclasses). So the user, typically not aware of this element in Python, is confused about what they are wo

[sympy] Sympy.physics.mechanics / dynamicsymbols

2022-02-05 Thread Peter Stahlecker
My question is more for my ‚general education‘ in sympy. I write this little program *from sympy.physics.mechanics import ** *import sympy as sm* *a = dynamicsymbols(‚a‘)* *b = sm.symbols(‚b‘)* *print(‚type of a:‘, type(a))* *print(‚type of b:‘, type(b))* I get this result: *type of a: a* *t

[sympy] Call for Proposals for SciPy 2022!

2022-02-05 Thread Matt Davis
Hi Sympy Community, We are reaching out to you about the 21st annual Scientific Computing with Python Conference — also known as SciPy 2022 — that will be held July 11-17, 2022 in Austin, Texas. The call for submissions

Re: [sympy] Bode_plot of transfer functions has ferqueny indicated in Hz but should be rad/s?

2022-02-05 Thread Naman Gera
Hi, This is not an error, per se, as the frequency is needed to be plotted in Hz at times. Although I suppose there should be an option to allow both Hz and rad/sec for frequency, and rad / deg for phase. It is up to the user which one to choose. If you know how to allow both, using an optional ar

[sympy] Please fill out our SymPy documentation theme survey

2022-02-05 Thread Jeremy Monat
Hello SymPy community, To get community input on which theme (format) to use for SymPy's documentation site, we are running a short survey. Please fill out the survey . The survey should take only about 10 minutes to complete. We identified four promising t

[sympy] Re: Bode_plot of transfer functions has ferqueny indicated in Hz but should be rad/s?

2022-02-05 Thread Hanspeter Schmid
Can you send example code, please? joe@verico.com.au schrieb am Samstag, 5. Februar 2022 um 07:04:10 UTC+1: > I'm a new user of the package and wanted to check transfer function > outputs between my circuit simulator and some other control simulation > package. It appears that outputs from