What is the meaning of D(conj) in the Symbolic Toolbox?
1 回表示 (過去 30 日間)
古いコメントを表示
When I calculate the derivate of a special function such as a complex conjugate I receive a D(conj) as part of my answer. I would like to know what this variable means.
採用された回答
MathWorks Support Team
2009 年 9 月 14 日
The Symbolic Math Toolbox uses D(conj) as a shorthand to specify the derivative with respect to a natural logarithm. This notation may be used when the statement can not be simplified further.
For instance, the output statement
D(conj)(a)
is equivalent to
diff(conj(a))
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Number Theory についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!