Guys, i have no idea how to proceed with these two questions, would you please help me out, many thanks guys.

1 回表示 (過去 30 日間)
  1 件のコメント
Adam Danz
Adam Danz 2019 年 11 月 23 日
Check out linspace()
To plot p and q against x using unconnected points,
plot(x,q,'o')
hold on
plot(x,p,'s')
Also see the det() function.

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

採用された回答

Stijn Haenen
Stijn Haenen 2019 年 11 月 23 日
2.3:
syms k
vpasolve(det(R-k*i3)==13,k)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNumber Theory についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by