diff options
Diffstat (limited to 'notes/Oct-16.org')
-rw-r--r-- | notes/Oct-16.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/Oct-16.org b/notes/Oct-16.org index 656b261..1406737 100644 --- a/notes/Oct-16.org +++ b/notes/Oct-16.org @@ -42,7 +42,7 @@ Then x^* = 0 If we construct g(x) = 10x + xe^-x -Then g'(x) = 10 + (e^-x - xe^-x) \Rightarrow g'(x) = 10 + e^0 - 0 = 11 (this wouldn't converge)n +Then g'(x) = 10 + (e^-x - xe^-x) \Rightarrow g'(x) = 10 + e^0 - 0 = 11 (this wouldn't converge) However if g(x)) = x - (xe^-x), g'(x) = 1 - (e^-x - xe^-x) \Rightarrow g'(x^*) = 0 |