-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMath.php
More file actions
46 lines (34 loc) · 2.78 KB
/
Copy pathMath.php
File metadata and controls
46 lines (34 loc) · 2.78 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
<!DOCTYPE html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Virtual Notes | Mathematics</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href="css/Sub.css" rel="stylesheet" />
<link href="css/Math.css" rel="stylesheet" />
</head>
<body>
<div class = "div1">
<img src="img/M1.gif" id="img1">
</div>
<div class="p1">
<div class="p13">
<p><b>M</b>athematics (from Ancient Greek μάθημα (máthēma) 'knowledge, study, learning') is an area of knowledge, which includes the study of such topics as numbers (arithmetic and number theory), formulas and related structures (algebra), shapes and spaces in which they are contained (geometry), and quantities and their changes (calculus and analysis). There is no general consensus about its exact scope or epistemological status.<br>
<hr>Most of mathematical activity consists of discovering and proving (by pure reasoning) properties of abstract objects. These objects are either abstractions from nature (such as natural numbers or lines), or (in modern mathematics) abstract entities of which certain properties, called axioms, are stipulated. A proof consists of a succession of applications of some deductive rules to already known results, including previously proved theorems, axioms and (in case of abstraction from nature) some basic properties that are considered as true starting points of the theory under consideration. The result of a proof is called a <b>theorem</b>.<br>
<hr>Mathematics is essential in many fields, including natural sciences, engineering, medicine, finance, computer science and social sciences. Some areas of mathematics, such as statistics and game theory, are developed in direct correlation with their applications, and are often grouped under the name of applied mathematics.<br>
</p>
</div>
</div>
<div class="p2">
<div class="L2">
<button class="btn" onclick="window.location.href='https://drive.google.com/drive/folders/1cZflBNjUayeOqDuSr4fLPHTdq9xWyZAw?usp=sharing'"><span>11th Mathematics</span>
</button>
</div>
<div class="L3">
<button class="btn" onclick="window.location.href='https://drive.google.com/drive/folders/1M12Jp4CCncqA28gi6wRUOaSAdxI7x7XF?usp=sharing'"><span>12th Mathematics</span>
</button>
</div>
</div>
<?php
include "includes/footer.php";
?>
</body>