microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
alex/second-api-refactor

Branches

Tags

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

Clone

HTTPS

Download ZIP

katas/content/linear_algebra/conjugate/solution.md

3lines · modepreview

Following the definition of matrix conjugate, we just need to fill the transpose matrix with the elements of the original matrix, remembering to flip the signs of imaginary parts of the numbers.

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