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

Hyperbolic tangent function. More...

Go to the source code of this file.

Functions

function hyperbolicTangent (in alpha)
 Hyperbolic tangent function. Equation (14.9) in [1]. More...
 

Detailed Description

Hyperbolic tangent function.

Equation (14.9) in [1]

\[\frac{e^{\alpha}-e^{-\alpha}}{e^{\alpha}+e^{-\alpha}}\]

Author
Michel Bierlaire
Date
Sat Mar 21 17:25:23 2015

Definition in file hyperbolicTangent.m.

Function Documentation

◆ hyperbolicTangent()

function hyperbolicTangent ( in  alpha)

Hyperbolic tangent function. Equation (14.9) in [1].

Copyright 2015-2018 Michel Bierlaire