photo

HARSHAVARDINI KRISHNAN


Last seen: environ 2 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
MATLAB CODE TO FIND LOCAL EXTREMA OF A FUNCTION
syms x y f = x^2 + y^3 - 3*x*y; fx = diff(f,x); fy = diff(f,y); eqns = [ fx == 0, fy == 0]; vars = [x y]; [solx, soly] = s...

plus de 3 ans il y a | 0