This commit is contained in:
2025-10-19 20:58:57 -04:00
commit 13e119a599
3 changed files with 29 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
LAB3.pdf
LAB3.log
LAB3.aux

BIN
EE-3150_Lab3.pdf Normal file

Binary file not shown.

26
LAB3.tex Normal file
View File

@@ -0,0 +1,26 @@
\documentclass{article}
\usepackage[margin=1in]{geometry}
\usepackage{amsmath}
\newcommand{\RE}[1]{\mathrm{Re} \left \{ #1 \right \}}
\newcommand{\IM}[1]{\mathrm{Im} \left \{ #1 \right \}}
\usepackage{commath}
\newcommand\numberthis{\addtocounter{equation}{1}\tag{\theequation}}
\usepackage{amsfonts}
\usepackage{cancel}
\usepackage[T1]{fontenc}
\usepackage{framed}
\usepackage{caption}
\usepackage{gensymb}
\title{Lab 3, EE3150}
\author{Martin Kennedy and DJ}
\begin{document}
\maketitle
\end{document}