Effacer les filtres
Effacer les filtres

Hello, I want to derive from a function such as (f=f0+R*f1​+R^2*f2+R^​3*f3) so that the answer is as follows: (f'=f0'+R*​f1'+R^2*f2​'+R^3*f3')

2 vues (au cours des 30 derniers jours)
The values of the functions f are not given in x and we want to calculate the derivative parametric

Réponse acceptée

Birdman
Birdman le 7 Jan 2018
syms f(x) f0(x) f1(x) f2(x) f3(x) R
fun=diff(f,x)==diff(f0,x)+R*diff(f1,x)+R^2*diff(f2,x)+R^3*diff(f3,x)

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