-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
56 lines (54 loc) · 1.93 KB
/
Project.toml
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
47
48
49
50
51
52
53
54
55
56
name = "NumericalMethodsforEngineers"
uuid = "00e1d38a-71a9-5665-8612-32ae585a75a3"
authors = ["Rob J Goedman <[email protected]>"]
version = "2.0.1"
[deps]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
BarycentricInterpolation = "9eb6a62d-0ffa-5353-839e-400c605afeda"
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
GR = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71"
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
BandedMatrices = "0.16, 0.17"
BarycentricInterpolation = "0.1"
Calculus = "0.5"
DataFrames = "1.3"
FillArrays = "0.12, 0.13"
GR = "0.64"
IfElse = "0.1"
Interpolations = "0.13"
IterativeSolvers = "0.9"
LaTeXStrings = "1.3"
Latexify = "0.15"
ModelingToolkit = "8.5"
NamedTupleTools = "0.14"
Parameters = "0.12"
Plots = "1.25"
QuadGK = "2.4"
Reexport = "1.2"
Roots = "1.3, 2.0"
StaticArrays = "1.4"
SymbolicUtils = "0.19"
Symbolics = "4.3"
julia = "1"