Differentiation of Z, Symbolic toolbox?

Hi,
I am trying to differentiate the equation : Z = S*((1-(a*z^-1)^2)^-0.5)
where z is a complex variable : z = x+1i*y
i being the sqrt of -1.
If I use the function
syms z
Zprime = diff(z)
I get the result : 'Undefined function 'syms' for input arguments of type 'char'
Does this mean I need another toolbox for the syms function to work so I can differentiate z?
All I would like to do is differentiate Z with respect to z and use this result elsewhere.
I cannot find a simple way to do this in Matlab.
I may be doing something silly here, please help out.
Cheers,
Tim

 採用された回答

Mischa Kim
Mischa Kim 2015 年 3 月 5 日

0 投票

Timothy, looks like you do not have access to the Symbolic Math Toolbox. See this answer for reference.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSymbolic Math Toolbox についてさらに検索

質問済み:

2015 年 3 月 5 日

回答済み:

2015 年 3 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by