Status: Valid
Owner: ----
CC: [email protected]
Labels: Type-Defect Priority-Medium Matrices

New issue 3485 by [email protected]: Adjoint(Transpose(A)) problems
http://code.google.com/p/sympy/issues/detail?id=3485

I expected this to be True:

Adjoint(Transpose(A)) == Transpose(Adjoint(A))
False

instead we have:

Adjoint(Transpose(A))
Adjoint(A')
Transpose(Adjoint(A))
Adjoint(A)'

and the latex for either form is uncompilable:

latex(Adjoint(Transpose(A)))
'A^T^\\dag'
latex(Transpose(Adjoint(A)))
'A^\\dag^T'

--
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