feat: Init gitignore, stub Lab2.tex

This commit is contained in:
2025-09-30 19:13:53 -04:00
parent 22bd18b369
commit 0688927934
2 changed files with 27 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*~

26
LAB2.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 2, EE3150}
\author{Martin Kennedy and DJ}
\begin{document}
\maketitle
\end{document}