differentiation of function inside another function
显示 更早的评论
回答(1 个)
Alan Stevens
2021-3-18
0 个投票
Use the chain rule!
9 个评论
Maths Maths
2021-3-18
Alan Stevens
2021-3-18
No. I don't have the Symbolic toolbox.
Maths Maths
2021-3-19
Walter Roberson
2021-3-19
That looks like it is closely related to a Laplace transform -- it would be the Laplace transform for the case of u = 1.
Under the assumption that s and u are both > 0 then you can probably relate it to the Laplace transform.
Maths Maths
2021-3-21
Walter Roberson
2021-3-21
Use the symbolic toolbox and laplace() or ilaplace()
Maths Maths
2021-3-21
Walter Roberson
2021-3-21
F = @(s,u) laplace(s/u);
I do not believe that there is a unique inverse for F(s,u) unless u is given explicitly
Maths Maths
2021-3-22
类别
在 帮助中心 和 File Exchange 中查找有关 Calculus 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!