differentiation of function inside another function
Show older comments
u=
where 
How to calculate the value of 
Answers (1)
Alan Stevens
on 18 Mar 2021
0 votes
Use the chain rule!
9 Comments
Maths Maths
on 18 Mar 2021
Alan Stevens
on 18 Mar 2021
No. I don't have the Symbolic toolbox.
Maths Maths
on 19 Mar 2021
Walter Roberson
on 19 Mar 2021
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
on 21 Mar 2021
Walter Roberson
on 21 Mar 2021
Use the symbolic toolbox and laplace() or ilaplace()
Maths Maths
on 21 Mar 2021
Walter Roberson
on 21 Mar 2021
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
on 22 Mar 2021
Categories
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!