-
Notifications
You must be signed in to change notification settings - Fork 1
/
multiphysicsProblemSet3b.tex
72 lines (52 loc) · 1.63 KB
/
multiphysicsProblemSet3b.tex
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
70
71
72
%
% 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 3b: Model order reduction}
%\chapter{Model order reduction}
\label{chap:multiphysicsProblemSet1}
%\section{Disclaimer}
%
%This is an ungraded set of answers to the problems posed.
\input{multiphysicsProblemSet3bProblem1.tex}
\section{Matlab Sources}
The Matlab code associated with these notes is available under
\href{https://github.com/peeterjoot/matlab/tree/master/ece1254/ps3b}{ece1254/ps3b}
within the github repository:
\begin{center}
git@github.com:peeterjoot/matlab.git
\end{center}
\input{ps3bmatlab.tex}
The data and figures referenced in these notes were generated with versions not greater than:
\begin{itemize}
\item commit a13bf497c76a9bcac02ac918cc6d906326e543a6
\end{itemize}
%\EndArticle
\EndNoBibArticle