Optimization: principles and algorithms, by Michel Bierlaire
Files
Newton's method

List of Octave codes related to Chapter 7 of [1]. More...

Files

file  ex0703.m
 $F(x)=x^2-2$
 
file  ex0704.m
 $F(x)=x - \sin(x)$
 
file  ex0711.m
 $F(x)=((x_1+1)^2+ x_2^2 - 2, e^{x_1} + x_2^3 - 2)$
 
file  ex0712.m
 $F(x)=(x_1^3 - 3 x_1 x_2^2 -1, x_2^3 - 3x_1^2 x_2)$
 
file  machineEpsilon.m
 Algorithm 7.1: calculation of the machine epsilon.
 
file  newtonNVariables.m
 Algorithm 7.3: Newton's method, n variables.
 
file  newtonOneVariable.m
 Algorithm 7.2: Newton's method, one variable.
 
file  run0703.m
 Runs example 7.3 with Newton's method, one variable.
 
file  run0704.m
 Runs example 7.4 with Newton's method, one variable.
 
file  run0705.m
 Runs example 7.5 with Newton's method, one variable.
 
file  run0711.m
 Runs example 7.11 with Newton's method, n variables.
 
file  run0712.m
 Runs example 7.12 with Newton's method, n variables.
 
file  runMachineEpsilon.m
 Calculate the machine epsilon.
 

Detailed Description

List of Octave codes related to Chapter 7 of [1].

Copyright 2015-2018 Michel Bierlaire