Optimization: principles and algorithms, by Michel Bierlaire
Functions
ex0508gradient.m File Reference

$F(x_1,x_2)=(x_1 + \cos(x_2) ; -x_1 \sin(x_2))$ More...

Go to the source code of this file.

Functions

function ex0508gradient (in x)
 Gradient of example 5.8 in [1]. More...
 

Detailed Description

$F(x_1,x_2)=(x_1 + \cos(x_2) ; -x_1 \sin(x_2))$

Author
Michel Bierlaire
Date
Fri Mar 20 16:05:44 2015

Definition in file ex0508gradient.m.

Function Documentation

◆ ex0508gradient()

function ex0508gradient ( in  x)

Gradient of example 5.8 in [1].

Copyright 2015-2018 Michel Bierlaire