Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
dbc136e
fix type issue in 习题1.13
yizeyi18 Feb 26, 2025
a090dfe
fix type issue in 习题1.17
yizeyi18 Feb 26, 2025
6b17040
fix a typo in chap2
yizeyi18 Feb 28, 2025
47cc65e
fix a typo in chap2
yizeyi18 Mar 1, 2025
e94dce1
fix an expression in chap2 to match context.
yizeyi18 Mar 1, 2025
5ef9724
fix an expression in chap2 to match szabo the book.
yizeyi18 Mar 1, 2025
d6ecf7b
fix a typo in chap2
yizeyi18 Mar 1, 2025
0dec272
fix a typo in chap2
yizeyi18 Mar 1, 2025
316eb6a
fix a typo in chap2
yizeyi18 Mar 1, 2025
dba2835
fix a typo in chap2
yizeyi18 Mar 1, 2025
2e82ac3
fix hyperref labels in Chap2
yizeyi18 Mar 1, 2025
3f6f8ec
fix missing eq in Chap2
yizeyi18 Mar 1, 2025
93b47f9
fix labels and equations in Chap2
yizeyi18 Mar 1, 2025
c0dd8b3
fix labels and equations in Chap2
yizeyi18 Mar 4, 2025
6fb3bcb
fix table 2.7 in Chap2
yizeyi18 Mar 4, 2025
b726a3a
fix labels and equations in Chap2
yizeyi18 Mar 4, 2025
3ababa7
fix translation of 'dummy variable' to '积分变量' instead of '傀标' in Chap2
yizeyi18 Mar 4, 2025
fa26dbf
expression fix for subsection 2.3.5 in Chap2.
yizeyi18 Mar 4, 2025
fc65e3e
expression fix for subsection 2.3.5 in Chap2. Previous commit is for …
yizeyi18 Mar 4, 2025
ca6c202
expression and typo fix for subsection 2.3.6 in Chap2.
yizeyi18 Mar 5, 2025
04e8cdb
expression and typo fix for subsection 2.3.7 in Chap2.
yizeyi18 Mar 5, 2025
2c10662
typo fix for subsection 2.4.1 in Chap2.
yizeyi18 Mar 5, 2025
f7349f2
typo fix for subsection 2.4.2 in Chap2.
yizeyi18 Mar 5, 2025
10809f3
typo fix for section 2.5 in Chap2.
yizeyi18 Mar 8, 2025
ae30447
Apply suggestions from code review
yizeyi18 Mar 8, 2025
5576861
Apply suggestion and typo fix from reviewer for Chap2.
yizeyi18 Mar 8, 2025
d2a3579
Apply suggestion from reviewer for Chap2.
yizeyi18 Mar 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Chaps/Chap1.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ \subsection{矩阵的函数}
\Next
如果
\[\mbf{A} = \begin{pmatrix}
a & b \\ c & d
a & b \\ b & a
\end{pmatrix}\text,\]
证明:
\[
Expand Down Expand Up @@ -1783,7 +1783,7 @@ \section{正交函数、本征函数和算符}
在这个练习中,我们将初步感受一下 Dirac 符号体系的强大之处。
考虑一个由完备正交归一基矢构成的可数无限集,即:
\[
\sum_i^\infty \ket{i}\bra{a} = 1
\sum_i^\infty \ket{i}\bra{i} = \mbf{1}
\tag{1a}\label{eq:e1.17.1a}
\]
\[
Expand Down
Loading