-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmultiphysicsProblemSet2a.tex
49 lines (37 loc) · 1.35 KB
/
multiphysicsProblemSet2a.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
%
% 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}
\usepackage{algorithmic}
%\usepackage[floatstyle=boxed]{algorithm}
%\usepackage{algorithm}
\beginArtNoToc
\generatetitle{ECE1254H Modeling of Multiphysics Systems. Problem Set 2a: Iterative methods}
%\chapter{Iterative methods}
\label{chap:multiphysicsProblemSet1}
%\section{Disclaimer}
%
%This is an ungraded set of answers to the problems posed.
\input{multiphysicsProblemSet2aProblem1.tex}
\section{Matlab Sources}
The Matlab code associated with these notes is available from the github repository
git@github.com:peeterjoot/matlab.git
Under:
\begin{itemize}
\item
\href{https://raw.github.com/peeterjoot/matlab/master/ece1254/ps2a}{ece1254/ps2a/}
\item
\href{https://raw.github.com/peeterjoot/matlab/master/ece1254/ps1}{ece1254/ps1/}
\end{itemize}
The data and figures referenced in these notes were generated with versions not greater than:
\begin{itemize}
\item commit 8ffd70a6d46bc18a5d3b0d384dd7bd4cb889f2bc
\end{itemize}
\EndArticle