microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/replace-qsharp-with-qdk-python-tests

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

katas/content/linear_algebra/adjoint/solution.md

4lines · modepreview

To get the adjoint, you perform both transpose and conjugate operations on the input matrix, in any order.
The easiest way is to start with the conjugate of the matrix that you found in the previous exercise, and then transpose it.

@[solution]({"id": "linear_algebra__adjoint_solution", "codePath": "Solution.qs"})