From 0422ae0cf873e2ee86a84771ce70d8884c3200bd Mon Sep 17 00:00:00 2001 From: rgeorgi Date: Fri, 27 Aug 2021 19:17:52 -0700 Subject: [PATCH] Added the rest of the files --- circularPendulum.html | 168 ++++++++++++++++++++++++++++++++++++++++++ exercise1-7.html | 151 +++++++++++++++++++++++++++++++++++++ 2 files changed, 319 insertions(+) create mode 100644 circularPendulum.html create mode 100644 exercise1-7.html diff --git a/circularPendulum.html b/circularPendulum.html new file mode 100644 index 0000000..cd79cf4 --- /dev/null +++ b/circularPendulum.html @@ -0,0 +1,168 @@ + + + + + Circular Pendulum + + + + + + Your browser does not support the HTML5 canvas tag. +
+ Theta + +
+ + + +

+ This work is licensed under + CC BY-NC-ND 4.0

+ \ No newline at end of file diff --git a/exercise1-7.html b/exercise1-7.html new file mode 100644 index 0000000..2a77b89 --- /dev/null +++ b/exercise1-7.html @@ -0,0 +1,151 @@ + + + + + Exercise 1-7 + + + + + + Your browser does not support the HTML5 canvas tag. + 0 + + + +

+ This work is licensed under + CC BY-NC-ND 4.0

+ \ No newline at end of file