Skip to content

Commit 9786b74

Browse files
author
hudde
committed
Two typos corrected
1 parent 028cb20 commit 9786b74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nonlinear_programming.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
},
419419
"outputs": [],
420420
"source": [
421-
"i = 1"
421+
"i = 100"
422422
]
423423
},
424424
{
@@ -550,11 +550,11 @@
550550
"id": "39148f36-835e-4ef2-9073-5764c20f03f1",
551551
"metadata": {},
552552
"source": [
553-
"## Nonlinear programming with `Scipy`\n",
553+
"## Nonlinear programming with `SciPy`\n",
554554
"\n",
555555
"The presented method is still too simple for practical use, in practical application there are still many problems to be considered.\n",
556556
"Therefore, one usually takes an already existing implementation.\n",
557-
"The Python package `Scipy` with the function `minimize` is very suitable for this.\n",
557+
"The Python package `SciPy` with the function `minimize` is very suitable for this.\n",
558558
"It suffices to enter the function to be minimized and the initial guess:"
559559
]
560560
},

0 commit comments

Comments
 (0)