Template
Template for jso-docs separate pages
Modify this file
Testing
Testing
A = rand(5, 5)
b = A * ones(5)
x = A \ b
5-element Vector{Float64}:
- 1.0000000000000013
- 0.9999999999999993
- 0.9999999999999991
- 0.9999999999999998
- 1.0000000000000002
Testing
using LinearAlgebra
-norm(A * x - b), norm(x .- 1)
(6.280369834735101e-16, 1.762424413785662e-15)
+ 1.0000000000000002
+ 1.0000000000000007
+ 0.9999999999999987
+ 1.0000000000000002
+ 1.0000000000000007 Testing
using LinearAlgebra
+norm(A * x - b), norm(x .- 1)
(4.440892098500626e-16, 1.6616296724220897e-15)
Plotting
Use joinpath("__site/assets", filename)
as the path to save the image in the right place and use {{ rfig filename.ext Caption of image }}
to add the image afterwards. It is a good idea to use # hide
so the save command doesn't appear. See the example below.
using Plots
diff --git a/sitemap.xml b/sitemap.xml
index fa54135..c9820cf 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3,7 +3,7 @@
https://jso.dev/index.html
- 2024-10-06
+ 2024-10-13
monthly
0.5