Lots of updates

This commit is contained in:
2024-03-06 08:34:10 -05:00
parent c66e0cb8cc
commit 996a2322d8
76 changed files with 713 additions and 59 deletions

View File

@@ -0,0 +1,23 @@
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\center
\includegraphics[width=0.5\textwidth]{ChargingCircuit.png}
\caption{Charging circuit with 50v DC source as load}
\end{figure}
\begin{figure}
\includegraphics[width=\textwidth]{iL50v.png}
\caption{Current through inductor with 50v DC source as load}
\end{figure}
\begin{figure}
\includegraphics[width=\textwidth]{iL100v.png}
\caption{Current through inductor with 100v DC source as load}
\end{figure}
\begin{figure}
\includegraphics[width=\textwidth]{iL150v.png}
\caption{Current through inductor with 150v DC source as load}
\end{figure}
\end{document}