6th Semester Files

This commit is contained in:
2024-02-22 14:22:36 -05:00
commit e39a9fec53
147 changed files with 33139 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
\documentclass{article}
\usepackage{circuitikz}
\usepackage{amsmath}
\title{Systems \& Control Homework 1}
\author{Aidan Sharpe}
\begin{document}
\maketitle
\date{}
\section{Laplace Transforms}
$$\mathcal{L}\{e^{-at}\sin(\omega t) u(t)\} = {\omega \over (s+a)^2 + \omega^2}$$
\end{document}