-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adjoint(a) != conj(a) for a::Sym #425
Comments
There was a recent PR that changed
Now, following the motto of "no good github issue goes without some improvement" (I'm sure some such proverb exists) I was going to say you should look at the docstring for |
Great, Thank you! |
For example,
returns
false
.Since
Sym <: Number
andI would have expected this to hold. Seems like the root cause is in SymPy itself :/, since there
a.conjugate() != a.adjoint()
?The text was updated successfully, but these errors were encountered: