forked from bueler/bueler.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMXXXtemplate.html
More file actions
109 lines (89 loc) · 3.37 KB
/
MXXXtemplate.html
File metadata and controls
109 lines (89 loc) · 3.37 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="author" content="Ed Bueler">
<meta name="description" content="course page for Math XXX in Fall 20XX taught by Bueler">
<title>Math XXX Title Fall 20XX (Bueler)</title>
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<br>
<h1>Math XXX Title</h1>
<h2>Fall 20XX, UAF</h2>
<table style="width:99%;" cellpadding="10">
<col style="width:30%;">
<col style="width:70%;">
<tr>
<td style="vertical-align: top;">
<div align="left">
<span style="font-weight: bold;">Ed Bueler</span>: 474-7693<br>
<br>
<span style="font-weight: bold;">Office</span>: Chapman 301C (<a href="../OffHrs.htm">hours</a>)<br>
<br>
<span style="font-weight: bold;">Class times and rooms</span>:<br>
FIXME MWF 9:15--10:15 Bunnell 410<br><br>
<span style="font-weight: bold;">Required text</span>: FIXME<br>
<br>
</span></span> Two other texts recommended. The first is
both freely available online and a great Matlab
tutorial. The second is a standard reference for numerical linear algebra:</small>
<ul>
<li>C. Moler, <span style="font-style: italic;">Numerical
Computing with MATLAB</span>, SIAM Press 2004; free at <a href="http://www.mathworks.com/moler/">www.mathworks.com/moler/</a></li>
<li>FIXME
</li>
</ul>
<br>
<h3><a href="syllabus.htm">Syllabus</a></h3>
<h3><a href="advert.htm">Advertisement</a></h3>
<br>
<span style="font-weight: bold;">Matlab/Octave codes:</span><br>
<ul>
<li><a href="bis.m">bis.m</a></li>
<li><a href="expint.m">expint.m</a></li>
</ul>
<br>
<span style="font-weight: bold;">a few Python codes:</span><br>
<ul>
<li><a href="bis.py">bis.py</a></li>
<li><a href="expint.py">expint.py</a></li>
</ul>
<br>
<span style="font-weight: bold;">Links:</span><br>
<ul>
<li>previous version of course: FIXME</li>
<li><a href="http://www.mathworks.com/academia/student_version/">student version of <span style="font-style: italic;">MATLAB</span></a></li>
</ul>
</div>
</td>
<td style="width: 70%; vertical-align: top;">
<center><h4>Schedule: (version FIXME)</h4></center>
<!-- BIG TABLE HERE: -->
<table style="width:100%;" border="1">
<col style="width:15%;">
<col style="width:15%;">
<col style="width:55%;">
<col style="width:15%;">
<tr>
<th>Day</th>
<th>Section</th>
<th>Topic</th>
<th>Assigned/Due</th>
</tr>
<tr>
<td>Fri 1/17</td>
<td></td>
<td>introduction by example<br>
<a href="compareMOP_615.pdf"><span style="font-style: italic;">MATLAB/Octave/pylab</span> compared</a></td>
<td>Assignment #1</td>
</tr>
<tr>
<td>Mon 1/20</td>
<td></td>
<td><span style="color: rgb(0, 153, 0);">no class: Alaska Civil Rights Day</span></td>
<td></td>
</tr>
</table>
</body></html>