Julia begonnen

This commit is contained in:
2026-01-10 16:17:45 +01:00
parent 2a12e1c87a
commit 3ed816dd67

8
Mandelbrot.jl Normal file
View File

@@ -0,0 +1,8 @@
#using Plots
#plot([1,2,3,4], [1,4,9,16], label="Quadratisch")
using GLMakie
lines(0:0.01:10, sin)
#using Gadfly
#plot(x=1:10, y=(1:10).^2, Geom.line)