Add markdown notes

This commit is contained in:
2023-02-17 17:31:24 +06:00
parent 00e233507a
commit 61a40e1ef9

View File

@@ -103,6 +103,14 @@
" return round(min(f1, f2), precision)"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"Исходные данные:"
]
},
{
"cell_type": "code",
"execution_count": 9,
@@ -114,6 +122,14 @@
"b = 20"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"Метод дихотомии:"
]
},
{
"cell_type": "code",
"execution_count": 10,
@@ -134,6 +150,14 @@
"dichotomy(a, b, func)"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"Метод фибоначчи:"
]
},
{
"cell_type": "code",
"execution_count": 11,
@@ -154,6 +178,14 @@
"fibonacci(a, b, func)"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"Метод золотого сечения:"
]
},
{
"cell_type": "code",
"execution_count": 12,