differentiation of function inside another function
Afficher commentaires plus anciens
u=
where 
How to calculate the value of 
Réponses (1)
Alan Stevens
le 18 Mar 2021
0 votes
Use the chain rule!
9 commentaires
Maths Maths
le 18 Mar 2021
Alan Stevens
le 18 Mar 2021
No. I don't have the Symbolic toolbox.
Maths Maths
le 19 Mar 2021
Walter Roberson
le 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
le 21 Mar 2021
Walter Roberson
le 21 Mar 2021
Use the symbolic toolbox and laplace() or ilaplace()
Maths Maths
le 21 Mar 2021
Walter Roberson
le 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
le 22 Mar 2021
Catégories
En savoir plus sur Calculus dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!