M .sessions/nvim_config.vim M .task/backlog.data M .task/completed.data M .task/pending.data M .task/undo.data A Class_Work/nuce2101/exam2/2101_Exam_2_2025.pdf A "Class_Work/nuce2101/exam2/Fundamental Kinetics Ideas_Rev_17.pdf" A "Class_Work/nuce2101/exam2/Simplified Parallel Coupled Reactors Rev 8.pdf"
26 lines
381 B
TeX
26 lines
381 B
TeX
\documentclass{dane_proposal_format}
|
|
|
|
% Additional packages for code listings
|
|
\usepackage{xcolor}
|
|
|
|
\title{NUCE 2101: Exam 2}
|
|
\author{%
|
|
PI: Dane A. Sabo\\
|
|
dane.sabo@pitt.edu\\
|
|
}
|
|
|
|
\date{\today}
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
\input{problem1.tex}
|
|
\input{problem2.tex}
|
|
\input{problem3.tex}
|
|
\input{problem4.tex}
|
|
\input{problem5.tex}
|
|
\input{problem6.tex}
|
|
|
|
\newpage
|
|
|
|
\end{document}
|