diff --git a/assets/index/code/output/ex1.res b/assets/index/code/output/ex1.res index ee74dd6..a4a38ad 100644 --- a/assets/index/code/output/ex1.res +++ b/assets/index/code/output/ex1.res @@ -1,6 +1,6 @@ 5-element Vector{Float64}: - 1.0000000000000013 - 0.9999999999999993 - 0.9999999999999991 - 0.9999999999999998 - 1.0000000000000002 \ No newline at end of file + 1.0000000000000002 + 1.0000000000000007 + 0.9999999999999987 + 1.0000000000000002 + 1.0000000000000007 \ No newline at end of file diff --git a/assets/index/code/output/ex2.res b/assets/index/code/output/ex2.res index 3fa2318..8435dac 100644 --- a/assets/index/code/output/ex2.res +++ b/assets/index/code/output/ex2.res @@ -1 +1 @@ -(6.280369834735101e-16, 1.762424413785662e-15) \ No newline at end of file +(4.440892098500626e-16, 1.6616296724220897e-15) \ No newline at end of file diff --git a/assets/myplot.png b/assets/myplot.png index 19f97de..6bf9b2d 100644 Binary files a/assets/myplot.png and b/assets/myplot.png differ diff --git a/index.html b/index.html index ce6f441..3682481 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,12 @@ Template

Template

by AUTHORS

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