microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v1.3.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

katas/content/complex_arithmetic/complex_conjugate/index.md

12lines · modecode

1**Input:**
2A complex number $x = a + bi$.
3
4**Goal:**
5Return the complex conjugate of $x$ $\overline{x} = a - bi$.
6
7<details>
8 <summary><b>Need a hint?</b></summary>
9
10A video explanation of the complex conjugate can be found [here](https://www.youtube.com/watch?v=BZxZ_eEuJBM).
11
12</details>
13