Derivative of a function of three variables

3 vues (au cours des 30 derniers jours)
MINATI PATRA
MINATI PATRA le 26 Mai 2021
Modifié(e) : Torsten le 26 Mai 2021
%% Can it be possible to find derivative of 'C' simultaneously with all the variables
syms y S K
C = exp(-y*sqrt(S*K)); CD = diff(C,[y S K])

Réponse acceptée

Torsten
Torsten le 26 Mai 2021
Modifié(e) : Torsten le 26 Mai 2021
syms y S K
C(y,S,K) =exp(-y*sqrt(S*K));
g = gradient(C(y,S,K),[y,S,K])

Plus de réponses (0)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by