|
Last edited by hbghlyj at 2023-2-16 13:40:00在TeXSE @gented的回答中:
LaTeX puts at your disposal the package braket that helps you creating beautiful sets, kets and bras for the Dirac notation. In particular
- \set{U_\lambda}
- \ket{\psi}
- \bra{\phi}
Copy the Code
do the job as simple as that as shown below:
Let $A=\set{x\mid \psi(x)>0}$; also, given
$\ket{\psi}\in\mathcal{H}$, then $\psi(x)\coloneqq\braket{x|\psi}$.
- Let $A=\set{x\mid \psi(x)>0}$; also, given
- $\ket{\psi}\in\mathcal{H}$, then $\psi(x)\coloneqq\braket{x|\psi}$.
Copy the Code
刚发现MathJax也支持\set \ket \bra
例如
$\set{U_\lambda}$
$\ket{\psi}$
$\bra{\phi}$
\Set
$\Set{1\over2}$ |
|