sympy / sympy

A computer algebra system written in pure Python
https://sympy.org/
Other
12.92k stars 4.42k forks source link

Defining matrix conjugate #16498

Open sylee957 opened 5 years ago

sylee957 commented 5 years ago

I guess it was from some old workaround to define conjugate with Transpose and Adjoint,

https://github.com/sympy/sympy/blob/24c62c84a000d1e220eea0633efc188c60859f55/sympy/matrices/expressions/matexpr.py#L168-L171

But should a new class like Conjugate be used instead?

Avinash-B commented 5 years ago

Yeah, it can be done. Can I work on this?? @sylee957