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* *type of b: class sympy.core.symbols.Symbols* Is seems that *a* does not have a type. How can that be? I thought in python ‚everything‘ has a type. Thanks! Any explanation is highly appreciated! -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/5db2836e-44a8-428f-8b82-c56b2b2b5b20n%40googlegroups.com.
