Hi,
I've starting using sympy and I really like it.
But I would like to report a bug I had on online shell.
I was running the following piece of code:
===
a, b, c, d = symbols('a b c d')
Matrix([[a,b,0,0], [c,d,0,0], [0,0, a,b], [0,0,
c,d]]).transpose().applyfunc(conjugate)
===
But the conjugate is not being applied to "a" and "b" entries of the
matrix. I tried with other
functions and it seemed ok, only with conjugate I'm having this issue.
Thanks in advance,
Alex
--
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.