Optimization: principles and algorithms, by Michel Bierlaire
run0705.m
Go to the documentation of this file.
1 %> \file
2 %> Runs example 7.5 with Newton's method, one variable
3 %>
4 %> @ingroup Running
5 %> @ingroup chap07
6 %> @author <a href="http://people.epfl.ch/michel.bierlaire">Michel Bierlaire</a>
7 %> @date Wed Mar 18 21:45:18 2015
8 
9 %> @note Calls \ref newtonOneVariable
10 
11 root = newtonOneVariable('ex0705',1.5,1.0e-15)
12 
13 
function ex0705(in x)
Example 7.5 in .
Copyright 2015-2018 Michel Bierlaire