Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.48 KB

File metadata and controls

31 lines (26 loc) · 1.48 KB

Differential Analyser Simulator

University of Cambridge IB group project

Access Simulator

Design Brief

In the days when Cambridge innovators like Turing were still inventing the foundations of Computer Science, our department was known as the Mathematical Laboratory, offering a wide range of computation facilities implemented using mechanical devices. One impressive machine, the Differential Analyser was able to solve calculus problems. The goal of this project is to create a digital working replica of the Differential Analyser, which can be used both to illustrate the elegant operation of this device, and help students to gain an intuitive understanding of mathematical principles through the visualised behaviour.

Setup Instructions

Download the Repo and run the following commands to build the website and run a test server

> npm ci
> npm run dev

Team members

Client: Richard Pawson