what's the program mistake?
古いコメントを表示
clear all clc; syms x A=[x 2 1;1 0 -x;5 1 x]; b=det(A) r=solve('b=0','x')
採用された回答
その他の回答 (2 件)
Mischa Kim
2014 年 6 月 4 日
Hello Ali, use instead
r = solve(b==0)
カテゴリ
ヘルプ センター および File Exchange で Mathematics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!