-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmultiphysicsProblemSet3a.tex
More file actions
69 lines (52 loc) · 1.65 KB
/
multiphysicsProblemSet3a.tex
File metadata and controls
69 lines (52 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
%
% Copyright © 2014 Peeter Joot. All Rights Reserved.
% Licenced as described in the file LICENSE under the root directory of this GIT repository.
%
\input{../assignment.tex}
\renewcommand{\basename}{multiphysicsProblemSet1}
\renewcommand{\dirname}{notes/ece1254/}
\newcommand{\keywords}{Modeling of Multiphysics Systems, ECE1254H}
\newcommand{\dateintitle}{}
\input{../peeter_prologue_print2.tex}
\usepackage{kbordermatrix}
\newcommand{\nbref}[1]{%
\itemRef{ece1254}{#1}%
}
% with an alternate label for the link.
% {nb}{text}
\newcommand{\nbcite}[2]{%
\itemCite{ece1254}{#1}{#2}%
}
% \mathImageFigure{path}{caption}{label}{width}{nbpath}
\newcommand{\mathImageFigure}[5]{%
\imageFigure{#1}{\nbcite{#5}{#2}}{#3}{#4}
}
\newcommand{\matlabFunc}[1]{%
\textbf{#1}%
}
% {func}{path}
\newcommand{\matlabFuncPath}[2]{%
\nbcite{#2}{\textbf{#1}}%
}
\beginArtNoToc
\generatetitle{ECE1254H Modeling of Multiphysics Systems. Problem Set 3a: Time dependence}
%\chapter{Time dependence}
\label{chap:multiphysicsProblemSet1}
%\section{Disclaimer}
%
%This is an ungraded set of answers to the problems posed.
\input{multiphysicsProblemSet3aProblem1.tex}
\section{Matlab Sources}
The Matlab code associated with this problem set is available under \href{https://github.com/peeterjoot/matlab/tree/master/ece1254/ps3a}{ece1254/ps3a}
within the github repository:
\begin{center}
git@github.com:peeterjoot/matlab.git
\end{center}
Those Matlab notebooks include
\input{ps3amatlab.tex}
The data and figures referenced in these notes were generated with versions not greater than:
\begin{itemize}
\item commit f78affb9e0ef25341800eeb21b90c8def4dab790
\end{itemize}
%\EndArticle
\EndNoBibArticle