找不到我的错误

找不到我的错误
\documentclass{article}
\usepackage{biblatex}
\usepackage{amsmath,amssymb}
\usepackage{graphicx}
\usepackage{physics}
\usepackage{color}
\usepackage[export]{adjustbox}
\usepackage{subcaption}
\usepackage{mathtools}
\usepackage{cancel}
\makeatletter
\newcommand{\Spvek}[2][r]{%
\gdef\@VORNE{1}
\left(\hskip-\arraycolsep%
\begin{array}{#1}\vekSp@lten{#2}\end{array}%
\hskip-\arraycolsep\right)}

\def\vekSp@lten#1{\xvekSp@lten#1;vekL@stLine;}
\def\vekL@stLine{vekL@stLine}
\def\xvekSp@lten#1;{\def\temp{#1}%
\ifx\temp\vekL@stLine
\else
\ifnum\@VORNE=1\gdef\@VORNE{0}
\else\@arraycr\fi%
#1%
\expandafter\xvekSp@lten
\fi}
\makeatother

\begin{document}

\begin{equation} \label{Eq:4.31}
\begin{aligned}
& \textbf{E}=-\frac{1}{c}\frac{\partial \textbf{A}}{\partial t}-\nabla V \\
& \textbf{B}=\nabla \cross \textbf{A}
\end{aligned}
\end{equation}
A guage transformation upon these potential components takes the form:
\begin{equation} \label{Eq:4.32}
\begin{aligned}
& V \longrightarrow V -\frac{1}{c}\frac{\partial \Lambda}{\partial t} \\
& \textbf{A} \longrightarrow \textbf{A} + \nabla \Lambda
\end{aligned}
\end{equation}
for some scalar field $\Lambda$, inserting this transformation into their 
defining equations gives:
\begin{equation} \label{Eq:4.33}
\begin{aligned}
& \textbf{E}=-\frac{1}{c}\frac{\partial (\textbf{A}+\nabla \Lambda)}
{\partial 
t}-\nabla (V -\frac{1}{c}\frac{\partial \Lambda}{\partial t}) \\
& =-\frac{1}{c}\frac{\partial \textbf{A}}{\partial t}-\cancelto{0}{\frac{1}
{c}\frac{\partial \nabla \Lambda }{\partial t}}-\nabla V-\cancelto{0}{\nabla 
\frac{1}{c}\frac{\partial \Lambda}{\partial t}} \\
& \textbf{E}=-\frac{1}{c}\frac{\partial \textbf{A}}{\partial t}-\nabla V \\
& \textbf{B}=\nabla \cross (\textbf{A}+\nabla \Lambda) = \nabla \cross 
\textbf{A} + \cancelto{0}{\nabla^2\Lambda} \\
& \textbf{B}=\nabla \cross \textbf{A}
\end{aligned}
\end{equation}
showing invariance under these transformations, though they add a phase-like 
term to the solution to the electromagnetic wave equation i.e.:
\begin{equation}
\Psi' \longrightarrow \Psi exp[i\Lambda/\hbar c]
\end{equation}

\begin{equation}
\begin{aligned}
& i\hbar\frac{\partial\Psi_1}{\partial t}=\frac{\textbf{p}^2}
{2m}\Psi_1+eV(t)\Psi_1 \\
& i\hbar\frac{\partial\Psi_2}{\partial t}=\frac{\textbf{p}^2}{2m}\Psi_2
\end{aligned}
\end{equation}

\end{document}

导致此错误:

! LaTeX Error: Bad math environment delimiter.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.230 \begin{equation}

相关内容