Minimize
Minimize(unary-function, variable)
returns the minimum of the unary function for the given
variable
.
See:
Examples
>> Minimize(x^4+7*x^3-2*x^2 + 42, x){42+7*(-21/8-Sqrt(505)/8)^3-2*(21/8+Sqrt(505)/8)^2+(21/8+Sqrt(505)/8)^4,{x->-21/8-Sqrt(505)/8}}
Related terms
Implementation status
- ✅ - full supported