microsoft/qdk
Publicmirrored from https://github.com/microsoft/qdkAvailable
katas/content/linear_algebra/adjoint/solution.md
4lines · modecode
| 1 | To get the adjoint, you perform both transpose and conjugate operations on the input matrix, in any order. |
| 2 | The easiest way is to start with the conjugate of the matrix that you found in the previous exercise, and then transpose it. |
| 3 | |
| 4 | @[solution]({"id": "linear_algebra__adjoint_solution", "codePath": "Solution.qs"}) |
| 5 | |