summaryrefslogtreecommitdiff
path: root/ICQ/Exercices pdf 2.md
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2025-06-24 16:55:29 +0200
committermarcellus <msimon_fr@hotmail.com>2025-06-24 16:55:29 +0200
commitff7208804be3fe7c6a03afa122587d940d794bc0 (patch)
tree864def0586f5b567554a1eb0aa81b19dd49c64e2 /ICQ/Exercices pdf 2.md
parent06f346be5ec562185b0d0f5a03d369f3b0752088 (diff)
maj: 2025-06-24 16:55:29
Diffstat (limited to 'ICQ/Exercices pdf 2.md')
-rw-r--r--ICQ/Exercices pdf 2.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/ICQ/Exercices pdf 2.md b/ICQ/Exercices pdf 2.md
new file mode 100644
index 0000000..eca000b
--- /dev/null
+++ b/ICQ/Exercices pdf 2.md
@@ -0,0 +1,29 @@
+# Exercice 2
+$$
+\begin{align}
+\ket{\psi} &= \frac{1}{\sqrt{ 2 }}[\ket{0} + e^{i\delta}\ket{1}] \\
+&= \frac{1}{\sqrt{ 2 }}[\begin{pmatrix}
+1 \\
+0
+\end{pmatrix} + e^{i \delta} \begin{pmatrix}
+0 \\
+1
+\end{pmatrix}] \\
+&= \frac{1}{\sqrt{ 2 }}\begin{pmatrix}
+1 \\
+e^{i\delta}
+\end{pmatrix} \\
+\bra{\psi} &= \frac{1}{\sqrt{ 2 }}[\bra{0} + e^{-i\delta}\bra{1}] \\
+&= \frac{1}{\sqrt{ 2 }}[\begin{pmatrix}
+1 \\
+0
+\end{pmatrix} + e^{-i \delta} \begin{pmatrix}
+0 \\
+1
+\end{pmatrix}] \\
+&= \frac{1}{\sqrt{ 2 }}\begin{pmatrix}
+1 & e^{-i\delta}
+\end{pmatrix}
+\end{align}
+$$
+# Exercice 3