Skip to content

Commit ba87148

Browse files
Merge pull request #50 from ivanightingale/lecture5
Class 5
2 parents 10429ae + cfdebc9 commit ba87148

File tree

6 files changed

+840
-2
lines changed

6 files changed

+840
-2
lines changed

class05/.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Files generated by invoking Julia with --code-coverage
2+
*.jl.cov
3+
*.jl.*.cov
4+
5+
# Files generated by invoking Julia with --track-allocation
6+
*.jl.mem
7+
8+
# System-specific files and directories generated by the BinaryProvider and BinDeps packages
9+
# They contain absolute paths specific to the host computer, and so should not be committed
10+
deps/deps.jl
11+
deps/build.log
12+
deps/downloads/
13+
deps/usr/
14+
deps/src/
15+
16+
# Build artifacts for creating documentation generated by the Documenter package
17+
docs/build/
18+
docs/site/
19+
20+
# File generated by Pkg, the package manager, based on a corresponding Project.toml
21+
# It records a fixed state of all packages used by the project. As such, it should not be
22+
# committed for packages, but should be committed for applications that require a static
23+
# environment.
24+
Manifest*.toml
25+
26+
# File generated by the Preferences package to store local preferences
27+
LocalPreferences.toml
28+
JuliaLocalPreferences.toml

class05/Project.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[deps]
2+
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
3+
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
4+
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
5+
MarkdownLiteral = "736d6165-7244-6769-4267-6b50796e6954"
6+
MeshCat = "283c5d60-a78f-5afe-a0af-af636b173e11"
7+
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
8+
PlutoTeachingTools = "661c6b06-c737-4d37-b85c-46df65de6f69"
9+
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
10+
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
11+
RigidBodyDynamics = "366cf18f-59d5-5db9-a4de-86a9f6786172"
12+
TORA = "a6da6c0f-f153-4ec6-bf42-6dc0ab733f84"

class05/class05.html

Lines changed: 19 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)