Hello,

I have searched through the sympy docs and can't seem to find the answer to 
this.

Can I use lists to declare symbols for sympy.

example:

variables = ['x', 'y', 'z']

for i in range (0,len(variables))
     variables[i] = symbols(variables[i])

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/33baa071-7ea8-42e8-bd52-10ee10d28cb7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to