How programs get their memory ?
Why are allocations slow ?
Why stack is scarce ?
Why don't we free memory in Julia ?
Pluto notebook: pluto/julia, html, pdf,
Why is 0.1+0.2 = 0.30000000000000004 ?
Why is 1.0 + 1.0e-17 = 1.0 ?
How many numbers are there per unit interval ?
Pluto notebook: pluto/julia, html, pdf,
Why shouldn't we write x=inv(A)*b
when we want to solve ?
How fast is the solution of a linear system of equations
Pluto notebook: pluto/julia, html, pdf,
How do matrices from PDEs look ?
Don't we waste memory when we store them ?
Pluto notebook: pluto/julia, html, pdf,