Skip to content

Commit 5679f3b

Browse files
committed
Fix inner product equation in notation.md
1 parent 7d4b491 commit 5679f3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/basics/notation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ The inner product of two vectors |u〉 and |v〉 is denoted as 〈u|v〉. It is
5858

5959
$$
6060
\langle u|v\rangle = \bar{u^T}v = \begin{bmatrix}
61+
\bar{u_0} & \bar{u_1} & \cdots & \bar{u_n}
62+
\end{bmatrix} \begin{bmatrix}
6163
v_0 \\
6264
v_1 \\
6365
\vdots \\
6466
v_n \\
6567
\end{bmatrix}
66-
\begin{bmatrix}
67-
\bar{v_0} & \bar{v_1} & \cdots & \bar{v_n}
68-
\end{bmatrix} = \bar{u_0}^*v_0 + \bar{u_1}^*v_1 + \cdots + \bar{u_n}^*v_n
68+
= \bar{u_0}^*v_0 + \bar{u_1}^*v_1 + \cdots + \bar{u_n}^*v_n
6969
\tag{4}
7070
$$
7171

0 commit comments

Comments
 (0)