[Scilab-users] numderivative Heart function

Hermes herozigle at gmail.com
Mon Oct 2 09:41:55 CEST 2017


Hola,
I would like to find the values of the function for which its derivative is
equal to zero.

function val = Heart(x1, x2) 
    val=(1.25*x2-sqrt(abs(x1))).^2+x1.^2-1; 
endfunction;

I've tried it with the numderivative function.
Gracias



--
Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html



More information about the users mailing list