forked from HPQC-LABS/HPQC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
courses.html
133 lines (125 loc) · 5.18 KB
/
courses.html
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
Name : CrossWalk
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20140216
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>HPQC Labs: High Performance & Quantum Computing</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="courses.css" rel="stylesheet" type="text/css" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="shortcut icon" href="images/favicon.ico" />
<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<div id="wrapper">
<div id="header" class="container">
<div id="logo">
<h1><a href="index.html">HPQC Labs</a></h1>
</div>
<div id="menu">
<ul>
<li class="current_page_item"><a href="index.html" accesskey="1" title="">Homepage</a></li>
<li><a href="people.html" accesskey="2" title="">People</a></li>
<li><a href="https://github.com/HPQC-LABS" accesskey="3" title="">Research</a></li>
<li><a href="by-laws.pdf" accesskey="4" title="">By-laws</a></li>
<li class="dropmenu">
<a class="dropbtn" accesskey="6" title="">Resources</a>
<div class = "content">
<a href="lectures.html" title="">Lectures</a>
<a href="LaTeXGitBashSetUp.pdf">LaTeX Setup</a>
</div>
</li>
<li><a href="college.html" accesskey="5" title="">HPQC College</a></li>
</ul>
</div>
</div>
<div id="banner"> </div>
<div id="featured">
<div class="container">
<div class="title">
<h2>High Performance & Quantum Computing Labs</h2>
<span class="byline">We solve problems on classical & quantum computers. Areas are: Physics, Chemistry, Health Science, Medicine, Computation</span> </div>
</div>
</div>
<table>
<tr>
<th></th>
<th> HPQC - MATH 137 </th>
<th> UW - MATH 137 </th>
</tr>
<tr>
<td>
Absolute values and inequalities.
Sequences and their limits. Introduction to series. Limits of functions and continuity.
</td>
<td>
<span class="check1"></span>
</td>
<td>
<span class="check1"></span>
</td>
</tr>
<tr>
<td>
The Intermediate Value theorem and approximate solutions to equations. Derivatives, linear approximation, and Newton's method.
The Mean Value theorem and error bounds.
</td>
<td>
<span class="check1"></span>
</td>
<td>
<span class="check1"></span>
</td>
</tr>
<tr>
<td>
Applications of the Mean Value theorem, Taylor polynomials and Taylor's theorem, Big-O notation.
Suitable topics are illustrated using computer software.
</td>
<td>
<span class="check1"></span>
</td>
<td>
<span class="check1"></span>
</td>
</tr>
</table>
<!-- <table class="coursesTable coursesTable1">
<col style="width:50%">
<col style="width:50%">
<tr>
<th> UW - MATH 137 </th>
<th> HPQC - MATH 137 </th>
</tr>
<tr>
<td style="text-align:justify; padding: 1% 5% 1% 5%">
Absolute values and inequalities. Sequences and their limits. Introduction to series.
Limits of functions and continuity. The Intermediate Value theorem and approximate solutions to equations.
Derivatives, linear approximation, and Newton's method. The Mean Value theorem and error bounds. Applications of the Mean Value theorem, Taylor polynomials and Taylor's theorem, Big-O notation. Suitable topics are illustrated using computer software.
</td>
<td style="text-align:justify; padding: 1% 5% 1% 5%">
A more condensed version.
</td>
</tr>
</table> -->
</div>
<div id="copyright" class="container">
<p>© HPQC Labs. All rights reserved. </p>
</div>
</body>
</html>