Hi, I was wondering if its possible to take derivatives with respect to 
indexed symbols. For example,

>>> from sympy.tensor import IndexedBase, Idx>>> x = IndexBase('x')>>> i, j = 
>>> map(Idx, ['i', 'j'])>>> x[i].diff(x[j])ValueError: Can't differentiate wrt 
>>> the variable: x[j], 1

I'd like Sympy to return KroneckerDelta(i,j).

-- 
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 http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to