Previous Up Next

10.3.4  Linearizing exponentials

The lin command will linearize expressions involving exponentials; namely, it will replace products of exponentials by exponentials of sums. It will first replace any hyperbolic functions by exponentials.

Examples

lin(sinh(x)^2)
     
ex
4
1
2
+
e−2 x
4
          
lin((exp(x)+1)^3)
     
ex+3 ex+3 ex+1           

Previous Up Next