1
0
mirror of https://gitlab.com/MisterBiggs/julia-for-matlabbers.git synced 2025-06-15 14:46:41 +00:00

fixed a typo

This commit is contained in:
Anson 2021-08-24 02:48:39 -07:00
parent d9f18fc539
commit 4b3757b092
2 changed files with 5 additions and 25 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,12 +4,6 @@
using Markdown
using InteractiveUtils
# ╔═╡ 307cbf7a-1ac5-47a5-8031-3458f9dd1887
begin
using PlutoUI
PlutoUI.TableOfContents(aside=true)
end
# ╔═╡ 7d7820ff-c0f5-41ee-be29-5006e7f4361d
using LinearAlgebra
@ -26,7 +20,7 @@ using Unitful
md"""
# Julia for People That Were Unfortunate Enough to Learn MATLAB
Julia is an incredily [performant](https://julialang.org/benchmarks/) _(2 order of magnitude faster than Matlab)_, Dynamic _(Data types dont need to be declared unlike C)_, Composable _(The compiler is smart enough to allow functions you write to work for multiple different types of data)_, and most importantly for our use case Julia has very simple syntax that focuses on engineering / science applications.
Julia is an incredibly [performant](https://julialang.org/benchmarks/) _(2 order of magnitude faster than Matlab)_, Dynamic _(Data types dont need to be declared unlike C)_, Composable _(The compiler is smart enough to allow functions you write to work for multiple different types of data)_, and most importantly for our use case Julia has very simple syntax that focuses on engineering / science applications.
!!! info "Pluto Notebooks"
The code in this notebook is running in something called Pluto.jl. Pluto notebooks are similar to Matlab Livescript but have a stricter focus on cells and are immutable meaning that a variable can only be declared once and cannot be changed in other cells. This feels very restricting at first but guarantees that the code you are currently looking at is correct, and allows reactive updating of dependant code. It's important to note that these are Pluto.jl features and not Julia features.
@ -400,13 +394,11 @@ PLUTO_PROJECT_TOML_CONTENTS = """
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
BenchmarkTools = "~1.1.3"
Plots = "~1.19.0"
PlutoUI = "~0.7.9"
Unitful = "~1.8.0"
"""
@ -869,12 +861,6 @@ git-tree-sha1 = "83c762ddea05f5554e1b04f4a5ecae61990ccc8e"
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
version = "1.19.0"
[[PlutoUI]]
deps = ["Base64", "Dates", "InteractiveUtils", "JSON", "Logging", "Markdown", "Random", "Reexport", "Suppressor"]
git-tree-sha1 = "44e225d5837e2a2345e69a1d1e01ac2443ff9fcb"
uuid = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
version = "0.7.9"
[[Preferences]]
deps = ["TOML"]
git-tree-sha1 = "00cfd92944ca9c760982747e9a1d0d5d86ab1e5a"
@ -983,11 +969,6 @@ git-tree-sha1 = "000e168f5cc9aded17b6999a560b7c11dda69095"
uuid = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
version = "0.6.0"
[[Suppressor]]
git-tree-sha1 = "a819d77f31f83e5792a76081eee1ea6342ab8787"
uuid = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
version = "0.2.0"
[[TOML]]
deps = ["Dates"]
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
@ -1243,7 +1224,6 @@ version = "0.9.1+5"
# ╔═╡ Cell order:
# ╟─bb461e00-c0aa-11eb-2c7d-1bd1591779c6
# ╟─307cbf7a-1ac5-47a5-8031-3458f9dd1887
# ╟─11ed58ac-1289-4b64-88a8-17cb7f0b6cd2
# ╠═7d7820ff-c0f5-41ee-be29-5006e7f4361d
# ╟─072e459a-1423-45df-b269-8402b1683ea6
@ -1294,8 +1274,8 @@ version = "0.9.1+5"
# ╟─fd0f5cf6-c90b-4492-9c72-9e707803e736
# ╠═a2c7e472-2460-428e-bfec-acf925fad89d
# ╠═bce2eecc-dc01-4bf6-9eaa-880fd8a69768
# ╠═881367d3-a247-4bdc-92d4-f3e205982837
# ╠═a2df1c35-c0b2-45bb-86b7-57e208287392
# ╟─881367d3-a247-4bdc-92d4-f3e205982837
# ╟─a2df1c35-c0b2-45bb-86b7-57e208287392
# ╠═3228a21e-cab8-4738-bdc5-a6827c764c06
# ╟─7b9b11f2-c6d3-4dab-ab30-6e47a3a4bfb3
# ╠═09bc71cd-7bc0-4d5a-bcf8-984abe273375