Adding new Jacobi notebook

This commit is contained in:
Francesc Verdugo 2023-08-10 19:10:48 +02:00
parent 973c76fff0
commit e6e68e8f9a
8 changed files with 455 additions and 52 deletions

View File

@ -126,7 +126,7 @@ makedocs(;
"Tasks and channels" => "julia_async.md",
"Remote calls and remote channels" => "julia_distributed.md",
"Matrix Multiplication"=>"matrix_matrix.md",
"Jacobi/SOR" => "julia_jacobi.md",
"Jacobi" => "jacobi_method.md",
"Solutions" => "sol_matrix_matrix.md"
]],
)

View File

@ -2110,7 +2110,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Julia 1.9.1",
"display_name": "Julia 1.9.0",
"language": "julia",
"name": "julia-1.9"
},
@ -2118,7 +2118,7 @@
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.9.1"
"version": "1.9.0"
}
},
"nbformat": 4,

File diff suppressed because one or more lines are too long

View File

@ -578,7 +578,7 @@
},
{
"cell_type": "markdown",
"id": "81de1c86",
"id": "9ddd66ca",
"metadata": {},
"source": [
"## Questions"

View File

@ -538,7 +538,7 @@
},
{
"cell_type": "markdown",
"id": "58a4e395",
"id": "b131e208",
"metadata": {},
"source": [
"<div class=\"alert alert-block alert-success\">\n",
@ -549,7 +549,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "4952cce7",
"id": "3d637d87",
"metadata": {},
"outputs": [],
"source": [
@ -562,7 +562,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "a1134379",
"id": "882d8e59",
"metadata": {},
"outputs": [],
"source": [

View File

@ -36,7 +36,7 @@
},
{
"cell_type": "markdown",
"id": "b9a04db7",
"id": "ec225103",
"metadata": {},
"source": [
"<div class=\"alert alert-block alert-info\">\n",

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "2a976c0f",
"id": "bea76753",
"metadata": {},
"source": [
"<img src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/VU_logo.png/800px-VU_logo.png?20161029201021\" width=\"350\">\n",