mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-08 18:14:23 +01:00
Adding new Jacobi notebook
This commit is contained in:
parent
973c76fff0
commit
e6e68e8f9a
@ -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"
|
||||
]],
|
||||
)
|
||||
|
||||
@ -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,
|
||||
|
||||
435
docs/src/notebooks/jacobi_method.ipynb
Normal file
435
docs/src/notebooks/jacobi_method.ipynb
Normal file
File diff suppressed because one or more lines are too long
@ -578,7 +578,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "81de1c86",
|
||||
"id": "9ddd66ca",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"## Questions"
|
||||
|
||||
@ -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": [
|
||||
|
||||
@ -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
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user