-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathmath2504.tpl
More file actions
86 lines (76 loc) · 2.83 KB
/
math2504.tpl
File metadata and controls
86 lines (76 loc) · 2.83 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
<!DOCTYPE html>
<HTML lang = "en">
<HEAD>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
{{#:title}}<title>{{:title}}</title>{{/:title}}
{{{ :header_script }}}
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]},
TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
{{{ :highlight_stylesheet }}}
<style type="text/css">
{{{ :stylesheet }}}
</style>
<link rel="icon" type="image/png" href="../ximg/favicon-32x32.png">
</HEAD>
<BODY>
<div class ="container">
<div class = "row">
<div class = "col-md-12 twelve columns">
<div class="title">
{{#:title}}<h1 class="title">{{:title}}</h1>{{/:title}}
{{#:author}}<h5>{{{:author}}}</h5>{{/:author}}
{{#:date}}<h5>{{{:date}}}</h5>{{/:date}}
</div>
<h1 class="my-3">UQ MATH2504<br>Programming of Simulation, Analysis, and Learning Systems<br>(Semester 2 2025)</h1>
<br>
<center>
<a href="https://courses.smp.uq.edu.au/MATH2504/"> Main MATH2504 Page</a>
</center>
<br>
<center>
<a href = "lecture-unit-1.html"> Unit 1 </a> |
<a href = "lecture-unit-2.html"> Unit 2 </a> |
<a href = "lecture-unit-3.html"> Unit 3 </a> |
<a href = "lecture-unit-4.html"> Unit 4 </a> |
<a href = "lecture-unit-5.html"> Unit 5 </a> |
<a href = "lecture-unit-6.html"> Unit 6 </a> |
<a href = "lecture-unit-7.html"> Unit 7 </a> |
<a href = "lecture-unit-8.html"> Unit 8 </a>
</center>
<br>
{{{ :body }}}
<HR/>
<div class="footer">
<br>
<center>
<a href="https://courses.smp.uq.edu.au/MATH2504/"> Main MATH2504 Page</a>
</center>
<br>
<center>
<a href = "lecture-unit-1.html"> Unit 1 </a> |
<a href = "lecture-unit-2.html"> Unit 2 </a> |
<a href = "lecture-unit-3.html"> Unit 3 </a> |
<a href = "lecture-unit-4.html"> Unit 4 </a> |
<a href = "lecture-unit-5.html"> Unit 5 </a> |
<a href = "lecture-unit-6.html"> Unit 6 </a> |
<a href = "lecture-unit-7.html"> Unit 7 </a> |
<a href = "lecture-unit-7.html"> Unit 8 </a>
</center>
<br>
<p>
Published from <a href="{{{:weave_source}}}">{{{:weave_source}}}</a>
using <a href="http://github.com/JunoLab/Weave.jl">Weave.jl</a> {{:weave_version}} on {{:weave_date}}.
</p>
</div>
</div>
</div>
</div>
</BODY>
</HTML>