-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhow-work.html
More file actions
46 lines (41 loc) · 2.44 KB
/
how-work.html
File metadata and controls
46 lines (41 loc) · 2.44 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>
<html>
<title>
Babbage Project
</title>
<link href= "jscript.js">
<link rel="stylesheet" href="general.css">
<link rel="stylesheet" href="article.css">
<meta charset= "UTF-8">
<link rel="icon" href="cog_icon_2CE_icon.ico"><link rel="icon" href="cog_icon_2CE_icon.ico">
</head>
<body>
<div class="title"><img src="BabbageProject.png" width = "768" height="311.309" /></div>
<marquee>
Welcome!
</marquee>
<div class="topnav" id="myTopnav">
<a href="index.html">Home</a>
<a href="who-c.html">Who Was Babbage?</a>
<a href="who-a.html">Who Was Lovelace?</a>
<a href="inf.html">Influence on Modern Technology</a>
<a href="#">How does the Engine work?</a>
<a href="ref.html">Reference, Further Reading</a>
<!--<a href="housekeeping.html">Housekeeping</a>
<a href="contact.html">About the Author</a>
-->
</div>
<div class="paragraph-left">
<p><i>The <a href="https://scratch.mit.edu/projects/222867128/">Scratch</a> project below is a prototype simulation of the Difference Engine - a fun introduction, aimed at younger learners to educate them about its function.</i></p>
<p> <iframe allowtransparency="true" width="485" height="402" src="//scratch.mit.edu/projects/embed/222867128/?autostart=false" frameborder="0" allowfullscreen></iframe>
</p>
<p></p>
<p>The engine itself was actually only capable of addition and subtraction, as mentioned <a href="inf.html">here</a>. But I decided to expand my simulation to be capable of all four basic mathematical operations.</p>
</div>
<div class="paragraph-right">
<p>I can't pretend to understand the Method Of Finite Differences, but from what I have researched - I gather that if you know the digits at certain places in a polynomial, you can calculate the full answer. <i>(This may be incorrect, I'm not certain. **It's A Level Maths; I've tried.)</i></p>
<p>However, I <b>do</b> know for certain that the way the engine functions is through the Method Of Finite Differences, and there is a helpful youtube video below, explaining how to put the method to use.
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/vIriKhGsaPk" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></p>
</div>
</body>
</html>