microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v1.14.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

katas/content/complex_arithmetic/complex_conjugate/solution.md

5lines · modecode

1To get the complex conjugate of a complex number, you multiply the imaginary part of that complex number by $-1$:
2
3$$\overline{x} = a - bi$$
4
5@[solution]({"id": "complex_arithmetic__complex_conjugate_solution", "codePath": "Solution.qs"})
6