differentiation of function inside another function

回答 (1 件)

Alan Stevens
Alan Stevens 2021 年 3 月 18 日

0 投票

Use the chain rule!

9 件のコメント

Maths Maths
Maths Maths 2021 年 3 月 18 日
can you write code for this alone sir
Alan Stevens
Alan Stevens 2021 年 3 月 18 日
No. I don't have the Symbolic toolbox.
Maths Maths
Maths Maths 2021 年 3 月 19 日
it's k sir.F(s,u)=
how to calculate the inverse transform of this transformation sir
Walter Roberson
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
Maths Maths 2021 年 3 月 21 日
Yes sir it is closely related to laplace transform we have relation between these 2 transformations i.e
where is laplace transform.
But i don't know how to write code for this transformation in matlab. If anyone knows please help me.
Walter Roberson
Walter Roberson 2021 年 3 月 21 日
Use the symbolic toolbox and laplace() or ilaplace()
Maths Maths
Maths Maths 2021 年 3 月 21 日
sir i know these built in functions i need to calculate F(s,u) and inverse transform of F(s,u).
This is new integral transformation.
F(s,u) is shehu transform.we don't have built in functions for this
Walter Roberson
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
Maths Maths 2021 年 3 月 22 日
and
and
S is shehu transformation. i solved it manually using the formula of F(s,u) it is giving same results but i don't know how to calculate these things in manually.

サインインしてコメントする。

カテゴリ

質問済み:

2021 年 3 月 18 日

コメント済み:

2021 年 3 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by