forked from Ian888Cooper/advschoolmaths
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
83 lines (83 loc) · 4.7 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<html>
<head> <meta charset="UTF-8"> <meta name="description" content="HSC Mathematics, Mathematics Extension 2, Mathematics 4 Unit"> <meta name="keywords" content="HSC Mathematics, 4 Unit Maths, 3 Unit Maths "> <meta name="keywords" content="Extension 2 Maths, Mathematics Extension 2, Maths 4 Unit"> <meta name="keywords" content="Mathematics 4 Unit, Mathematics 3 Unit"> <meta name="author" content="Ian Cooper"> <link rel="stylesheet" type = "text/css" href="style_001.css" /> <script src="script.js"></script>
<style> .s4
color : blue;
/* unvisited link */
a:link {color: blue;}
/* visited link */
a:visited {color: blue;}
/* mouse over link */
a:hover {color: #FF00FF; background-color: #ffd9d9;}
/* selected link */
a:active {color: #0000FF;}
a {text-decoration: none; color: #000000}
</style>
</head>
<body>
<header>
<img src = "Image1.gif" class = "a1" /> <p>HSC MATHEMATICS<br> MATHEMATICS EXTENSION 2<br> 4 UNIT MATHEMATICS<br> HOME PAGE</p>
</header>
<section class = "s2"> <p>Ian Cooper<br> Honorary Lecturer, School of Physics, University of Sydney<br> [email protected]<br> If you have any comments, suggestions or corrections please email Ian Cooper<br> </p>
</section>
<HR SIZE="3" COLOR="purple" WIDTH="96%">
<section class = "s3"> <p>ESSENTIAL BACKGROUND TOPICS</p>
</section>
<section class = "s5">
<ul style = "list-style-type:none">
<li> <a class = "s4" href = "math3unit.htm">    MATHEMATICS EXTENSION 1 (3 UNIT)</a>
</li><br>
<li> <a class = "s4" href = "math_trig.pdf">    TRIGONOMETRY and GEOMETRY</a>
</li><br>
<li> <a class = "s4" href = "math_dydx.pdf">    DIFFERENTIATION</a>
</li><br>
</ul>
</section>
<HR SIZE="3" COLOR="purple" WIDTH="96%">
<section class = "s3"> <p>SYLLABUS TOPICS</p>
</section>
<section class = "s5">
<ul style = "list-style-type:none">
<li> <a class = "s4" href="math01.htm">    1.     GRAPHS</a>
</li><br>
<li> <a class = "s4" href="math02.htm">    2.    COMPLEX NUMBERS</a>
</li><br>
<li> <a class = "s4" href="math03.htm">    3.    CONICS</a>
</li><br>
<li> <a class = "s4" href="math04.htm">    4.    INTEGRATION</a>
</li><br>
<li> <a class = "s4" href="math05.htm">    5.    VOLUMES</a>
</li><br>
<li> <a class = "s4" href="math06.htm">    6.    MECHANICS</a>
<li><br> <a class = "s4" href="math07.htm">    7.    POLYNOMIALS</a>
</li><br>
</ul>
</section>
<HR SIZE="3" COLOR="purple" WIDTH="96%">
<section class = "s3"> <p>LINKS</p>
</section>
<section class = "s5">
<ul style = "list-style-type:none">
<li> <a class = "s4" href = "http://www.boardofstudies.nsw.edu.au/" target = "_blank">    BOARD OF STUDIES: Home Page</a>
</li><br>
<li> <a class = "s4" href = "http://www.boardofstudies.nsw.edu.au/syllabus_hsc/mathematics-advanced.html" target = "_blank">    BOARD OF STUDIES: Syllabus and Past Examination Papers</a>
</li><br>
<li> <a class = "s4" href = "http://www.pasthsc.com.au/HSC_Maths_Extn_2.html" target = "_blank">    PAST EXAMINATION PAPERS: Questions and Solutions</a>
</li><br>
<li> <a class = "s4" href = "http://www.physics.usyd.edu.au/teach_res/hsp/u0/home12.htm" target = "_blank">    HSC PHYSICS: Do Physics Online</a>
</li><br>
<li> <a class = "s4" href = "http://www.mathtutor.ac.uk/" target = "_blank">    MATHTUTOR: Help yourself - an excellent online maths tutor</a>
</li><br>
<li> <a class = "s4" href = "http://www.wolframalpha.com/" target = "_blank">    WOLFRAM ALPHA: computational engine for checking your mathematics</a>
</li><br>
</ul>
</section>
<HR SIZE="3" COLOR="purple" WIDTH="96%">
<section class = "s2"> <p>The material presented on this website is designed to help you in preparing for your <br> H.S.C examination for the N.S.W. Board of Studies Mathematics Extension 2 Syllabus.<br><br> The material is presented in a format suitable for study using the internet on a computer<br> or tablet computer instead of the traditional textbook. </p>
</section>
<div>
<a href="http://www.reliablecounter.com" target="_blank"><img src="http://www.reliablecounter.com/count.php?page=www.physics.usyd.edu.au/teach_res/hsp/math/math.htm&digit=style/plain/6/&reloads=0" alt="www.reliablecounter.com" title="www.reliablecounter.com" border="0"></a><br /><a href="http://www.analogmix.com" target="_blank" style="font-family: Geneva, Arial; font-size: 9px; color: #330010; text-decoration: none;">http://www.analogmix.com</a>
</div>
</body>
</html>