Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 2782 by [email protected]: ReferenceFrame indices does not properly set the indices
http://code.google.com/p/sympy/issues/detail?id=2782

The indices option for a ReferenceFrame seems to not properly set the unit vectors.

N = ReferenceFrame('N', indices=['1', '2', '3'])
N['1']
N['1']
N['2']
N['1']
N['3']
N['1']

They all seem to return N['1'].

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to