Hi!
Is there any way in Sagemath to find symbolically the local extrema of a given function?
Thanks for your answers!
![]() | 1 | initial version |
Hi!
Is there any way in Sagemath to find symbolically the local extrema of a given function?
Thanks for your answers!
![]() | 2 | None |
Hi!
Is there any way in Sagemath to find symbolically the local extrema of a given function?
Thanks for your answers!
EDIT: As an example one may be interested in the extrema of the following differentiable function:
K=var('K');
l=var('l');
x=var('x');
z(x)=(cosh(-1/2*K*l+K*x)-cosh(1/2*K*l))/K; #Given function
![]() | 3 | None |
Hi!
Is there any way in Sagemath to find symbolically the local extrema of a given function?
Thanks for your answers!
EDIT: As an example one may be interested in the extrema of the following differentiable function:
K=var('K');
l=var('l');
x=var('x');
z(x)=(cosh(-1/2*K*l+K*x)-cosh(1/2*K*l))/K; #Given function