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 次查看(过去 30 天)
The values of the functions f are not given in x and we want to calculate the derivative parametric

采纳的回答

Birdman
Birdman 2018-1-7
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)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by