MATLAB Code for an expression with a complex number

Can anyone help woth matlabs code for above expresstion to find the valuve of L
J is a complex number.
234= 228 + (0.6 × 56.78 - j0.6 × 2.84 + j100 L × 56.78 + 100/ L × 2.84)

回答 (1 件)

KSSV
KSSV 2022 年 10 月 16 日

1 投票

syms L
eqn = 228 + (0.6*56.78 - 1i*0.6*2.84 + 1i*100*L* 56.78 + 100/ L * 2.84) ;
s = solve(eqn,L)
s = 

1 件のコメント

Walter Roberson
Walter Roberson 2022 年 10 月 16 日
yes. If you multiply both sides by L then it becomes clear that this is a quadratic equation.

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

カテゴリ

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

質問済み:

2022 年 10 月 16 日

コメント済み:

2022 年 10 月 16 日

Community Treasure Hunt

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

Start Hunting!

Translated by