From 0fbabec75602383678453f318cba045111e6adc5 Mon Sep 17 00:00:00 2001 From: Chuox Date: Sat, 10 Dec 2022 21:47:41 -0500 Subject: [PATCH] Small typo, should be w6 not 6w Small typo, should be w6 not 6w --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 0a238f1..4987a02 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -94,7 +94,7 @@ set of weights that satisfy the following function: .. code:: - y = f(w1:w6) = w1x1 + w2x2 + w3x3 + w4x4 + w5x5 + 6wx6 + y = f(w1:w6) = w1x1 + w2x2 + w3x3 + w4x4 + w5x5 + w6x6 where (x1,x2,x3,x4,x5,x6)=(4,-2,3.5,5,-11,-4.7) and y=44 The first step is to prepare the inputs and the outputs of this