Add constants table

This commit is contained in:
Selene Corbineau 2026-02-18 14:58:39 +01:00
parent c74c19d058
commit b57f308973

View file

@ -7,12 +7,16 @@
\usepackage{siunitx} \usepackage{siunitx}
\usepackage[french]{babel} \usepackage[french]{babel}
\usepackage{graphicx} \usepackage{graphicx}
\usepackage{tikz}
\newenvironment{fulltab}[1]{\begin{center}\begin{tabular*}{\linewidth}{@{\extracolsep{\fill}} #1}} \newenvironment{fulltab}[1]{\begin{center}\begin{tabular*}{\linewidth}{@{\extracolsep{\fill}} #1}}
{\end{tabular*}\end{center}} {\end{tabular*}\end{center}}
\def\N{\mathrm N} \def\N{\mathrm N}
\let\epsilon\relax
\def\epsilon{\varepsilon}
\def\Vt{V_{\mathrm T}} \def\Vt{V_{\mathrm T}}
\def\kbT{k_BT} \def\kbT{k_{\mathrm B}T}
\setlength\tabcolsep{0pt} \setlength\tabcolsep{0pt}
\setlength\parindent{0pt} \setlength\parindent{0pt}
@ -200,4 +204,18 @@ for larger transistors.
\chapter{Fundamental constants} \chapter{Fundamental constants}
\begin{fulltab}{lccc}
\toprule
& Symbol & Value & Unit\\
\midrule
Speed of light & $c$ & $3.0\cdot 10^9$ & \unit{\meter\per\second}\\
Unit charge & $q$ & $1.6\cdot 10^{-19}$ & \unit{\coulomb}\\
Boltzmann's constant & $k_B$ & $1.38\cdot 10^{-23}$ & \unit{\joule\per\kelvin}\\
Permittivity of free space & $\epsilon_0$ & $8.86\cdot 10^{-12}$ & \unit{\farad\meter}\\
Permeability of free space & $\mu_0$ & $1.26\cdot 10^{-6} \approx 4\pi\cdot 10^{-7}$ & \unit{\henry\per\meter}\\
Faraday constant & $F$ & $9.65\cdot 10^{4}$ & \unit{\coulomb\per\mole}\\
Electron mass & $m_{\mathrm e}$ & $9.1\cdot 10^{-31}$ & \unit{\kilogram}\\
Proton/Neutron mass & $m_{\mathrm p}, m_{\mathrm n}$ & $1.67\cdot 10^{-27}$ & \unit{\kilogram}\\
\bottomrule
\end{fulltab}
\end{document} \end{document}