first adaptions to quarto1.5, julia 1.10
This commit is contained in:
@@ -11,7 +11,7 @@ a = [3, 7, 5, 3]
|
||||
b = [1, 3, 7, 4]
|
||||
δ = π/2
|
||||
t = LinRange(-π, π, 300)
|
||||
f = Figure(resolution=(800, 180))
|
||||
f = Figure(size=(800, 180))
|
||||
for i in 1:4
|
||||
x = sin.( a[i] .* t .+ δ )
|
||||
y = sin.( b[i] .* t )
|
||||
@@ -27,7 +27,7 @@ f
|
||||
Intelligence Laboratory* des MIT
|
||||
- 2012 erste release v0.1
|
||||
- 2018 Version v1.0
|
||||
- aktuell: v1.8.5 vom 8. Januar 2023
|
||||
- aktuell: v1.10.1 vom 13. Februar 2024
|
||||
|
||||
Zum ersten release 2012 haben die Schöpfer von Julia ihre Ziele und Motivation in dem Blogbeitrag [Why we created Julia](https://julialang.org/blog/2012/02/why-we-created-julia/)
|
||||
interessant zusammengefasst.
|
||||
@@ -118,5 +118,5 @@ Julia has a built-in package manager."
|
||||
- [The Julia Express](http://bogumilkaminski.pl/files/julia_express.pdf) - Kurzfassung, Julia auf 16 Seiten
|
||||
- [Think Julia](https://benlauwens.github.io/ThinkJulia.jl/latest/book.html) - Einführung in die Programmierung mit Julia als Sprache
|
||||
- Das [Julia Forum](https://discourse.julialang.org/)
|
||||
- Was fürs Auge: [Beispiele zum Julia-Grafikpaket `Makie`](https://beautiful.makie.org/dev/)
|
||||
- Was fürs Auge: [Beispiele zum Julia-Grafikpaket `Makie`](https://beautiful.makie.org/)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user