Skip to content

Commit fd771e9

Browse files
authored
Lecture 8 (#14)
1 parent f612ee9 commit fd771e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+5492
-147
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
*.log
2+
*.aux
3+
*.nav
4+
*.out
5+
*.snm
6+
*.toc
17
*.swp
28

39
/Manifest.toml

Manifest.toml

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
2121

2222
[[ChainRulesCore]]
2323
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
24-
git-tree-sha1 = "8d954297bc51cc64f15937c2093799c3617b73e4"
24+
git-tree-sha1 = "f885e7e7c124f8c92650d61b9477b9ac2ee607dd"
2525
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
26-
version = "1.10.0"
26+
version = "1.11.1"
2727

2828
[[Compat]]
2929
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "SHA", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
30-
git-tree-sha1 = "31d0151f5716b655421d9d75b7fa74cc4e744df2"
30+
git-tree-sha1 = "dce3e3fea680869eaa0b774b2e8343e9ff442313"
3131
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
32-
version = "3.39.0"
32+
version = "3.40.0"
3333

3434
[[DataAPI]]
3535
git-tree-sha1 = "cc70b17275652eb47bc9e5f81635981f13cea5c8"
@@ -56,15 +56,15 @@ uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
5656

5757
[[DocStringExtensions]]
5858
deps = ["LibGit2"]
59-
git-tree-sha1 = "a32185f5428d3986f47c2ab78b1f216d5e6cc96f"
59+
git-tree-sha1 = "b19534d1895d702889b219c382a6e18010797f0b"
6060
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
61-
version = "0.8.5"
61+
version = "0.8.6"
6262

6363
[[Documenter]]
6464
deps = ["ANSIColoredPrinters", "Base64", "Dates", "DocStringExtensions", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
65-
git-tree-sha1 = "769275a95354ef52e5f4b00814249da73d53869e"
65+
git-tree-sha1 = "f425293f7e0acaf9144de6d731772de156676233"
6666
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
67-
version = "0.27.9"
67+
version = "0.27.10"
6868

6969
[[DocumenterTools]]
7070
deps = ["AbstractTrees", "Base64", "DocStringExtensions", "Documenter", "FileWatching", "Gumbo", "LibGit2", "Sass"]
@@ -109,6 +109,12 @@ version = "0.2.2"
109109
deps = ["Markdown"]
110110
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
111111

112+
[[InverseFunctions]]
113+
deps = ["Test"]
114+
git-tree-sha1 = "f0c6489b12d28fb4c2103073ec7452f3423bd308"
115+
uuid = "3587e190-3f89-42d0-90ee-14403ec27112"
116+
version = "0.1.1"
117+
112118
[[IrrationalConstants]]
113119
git-tree-sha1 = "7fd44fd4ff43fc60815f8e764c0f352b83c49151"
114120
uuid = "92d709cd-6900-40b7-9082-c6be49f344b6"
@@ -150,10 +156,10 @@ deps = ["Libdl"]
150156
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
151157

152158
[[LogExpFunctions]]
153-
deps = ["ChainRulesCore", "DocStringExtensions", "IrrationalConstants", "LinearAlgebra"]
154-
git-tree-sha1 = "34dc30f868e368f8a17b728a1238f3fcda43931a"
159+
deps = ["ChainRulesCore", "DocStringExtensions", "InverseFunctions", "IrrationalConstants", "LinearAlgebra"]
160+
git-tree-sha1 = "6193c3815f13ba1b78a51ce391db8be016ae9214"
155161
uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
156-
version = "0.3.3"
162+
version = "0.3.4"
157163

158164
[[Logging]]
159165
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
@@ -188,9 +194,9 @@ version = "1.4.1"
188194

189195
[[Parsers]]
190196
deps = ["Dates"]
191-
git-tree-sha1 = "98f59ff3639b3d9485a03a72f3ab35bab9465720"
197+
git-tree-sha1 = "ae4bbcadb2906ccc085cf52ac286dc1377dceccc"
192198
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
193-
version = "2.0.6"
199+
version = "2.1.2"
194200

195201
[[Pkg]]
196202
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ version = "0.1.0"
77
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
88
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
99
EcosystemCore = "3e0d8730-8ea0-4ee2-afe6-c85384c618a2"
10+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1011
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1112

1213
[compat]
1314
julia = "1.6"
1415

1516
[extras]
17+
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
1618
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1719

1820
[targets]
19-
test = ["Test"]
21+
test = ["FiniteDifferences", "Test"]

0 commit comments

Comments
 (0)