Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How to find the modulus, conjugate and the derivation of a complex number in an analytic form?
1 回表示 (過去 30 日間)
古いコメントを表示
clear all
clc
syms a b c d
z=a*b*exp(i*c)
i would like to find the modulus square of z by writing abs(z).^2 , the conjugate " z.' " and the the derivation of z in function of c " dz/dc" in a analytic way
can u guys help me with this code
thank you in advance
0 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!