-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMyCalculations.html
More file actions
34 lines (33 loc) · 1.12 KB
/
Copy pathMyCalculations.html
File metadata and controls
34 lines (33 loc) · 1.12 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<center>
<br>
These are the calculations and some planning I did for algorithms and features
<br><br>
Root finding algorithms. <br>
<img src="Mathcraft/images/calculations/RootFinding.jpeg" width="800">
<br>
Features dependent on root finding <br>
<img src="Mathcraft/images/calculations/rootdependencies.jpeg"width="800">
<br>
Roots for circle and ellipse <br>
<img src="Mathcraft/images/calculations/RootsCircleEllipse.jpeg" width="800">
<br>
Tangents for circle <br>
<img src="Mathcraft/images/calculations/CircleTangents.jpeg" width="800">
<br>
Tangent for ellipses <br>
<img src="Mathcraft/images/calculations/EllipseTangents.jpeg" width="800">
<br>
Intersection of circles <br>
<img src="Mathcraft/images/calculations/IntersectionOfCircles.jpeg" width="800">
<br>
<img src="Mathcraft/images/calculations/IntersectionOfCircles2.jpeg" width="800">
</center>
</body>
</html>