Skip to content

Commit 1d1c1dd

Browse files
committed
feature : add fixed point iteration
help from Grok3
1 parent 57b1f38 commit 1d1c1dd

File tree

68 files changed

+497
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+497
-67
lines changed

00_introduction/00_introduction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"colab_type": "text"
88
},
99
"source": [
10-
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/main/00_introduction/00_introduction.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
10+
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/fixed-point-iteration/00_introduction/00_introduction.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
1111
]
1212
},
1313
{

00_introduction/10_floating_point.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"colab_type": "text"
88
},
99
"source": [
10-
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/main/00_introduction/10_floating_point.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
10+
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/fixed-point-iteration/00_introduction/10_floating_point.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
1111
]
1212
},
1313
{

00_introduction/20_python_review.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"colab_type": "text"
88
},
99
"source": [
10-
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/main/00_introduction/20_python_review.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
10+
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/fixed-point-iteration/00_introduction/20_python_review.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
1111
]
1212
},
1313
{

00_introduction/30_python_review_2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"colab_type": "text"
88
},
99
"source": [
10-
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/main/00_introduction/30_python_review_2.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
10+
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/fixed-point-iteration/00_introduction/30_python_review_2.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
1111
]
1212
},
1313
{

00_introduction/40_how_to_draw_a_circle.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"colab_type": "text"
88
},
99
"source": [
10-
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/main/00_introduction/40_how_to_draw_a_circle.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
10+
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/fixed-point-iteration/00_introduction/40_how_to_draw_a_circle.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
1111
]
1212
},
1313
{

00_introduction/50_pandas.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"colab_type": "text"
88
},
99
"source": [
10-
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/main/00_introduction/50_pandas.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
10+
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/fixed-point-iteration/00_introduction/50_pandas.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
1111
]
1212
},
1313
{

10_root_finding/10_sequential.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"colab_type": "text"
88
},
99
"source": [
10-
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/main/10_root_finding/10_sequential.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
10+
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/fixed-point-iteration/10_root_finding/10_sequential.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
1111
]
1212
},
1313
{

10_root_finding/20_bisection.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"colab_type": "text"
88
},
99
"source": [
10-
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/main/10_root_finding/20_bisection.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
10+
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/fixed-point-iteration/10_root_finding/20_bisection.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
1111
]
1212
},
1313
{

10_root_finding/30_newton_raphson.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"colab_type": "text"
88
},
99
"source": [
10-
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/main/10_root_finding/30_newton_raphson.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
10+
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/fixed-point-iteration/10_root_finding/30_newton_raphson.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
1111
]
1212
},
1313
{

10_root_finding/40_examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"colab_type": "text"
88
},
99
"source": [
10-
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/main/10_root_finding/40_examples.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
10+
"<a href=\"https://colab.research.google.com/github/kangwonlee/nmisp/blob/fixed-point-iteration/10_root_finding/40_examples.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n"
1111
]
1212
},
1313
{

0 commit comments

Comments
 (0)