After defining a vector `x` and one of its components, say `x0`,
```
import sympy
x = sympy.DeferredVector('x')
x0 = x[0]
```
is there any way to relate `x0` back to `x`? I.e., I'm looking for a 
Boolean function that returns `True` for the question "Is x0 a component of 
x?"

-- 
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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/906550a7-f11d-4ccd-a097-0f47f1fff0a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to