what's the program mistake?
1 回表示 (過去 30 日間)
古いコメントを表示
採用された回答
その他の回答 (2 件)
Mahdi
2014 年 6 月 4 日
Try this?
clear all
clc;
syms x
A=[x 2 1;1 0 -x;5 1 x];
b=det(A)
r=eval(solve(b==0))
3 件のコメント
参考
カテゴリ
Help Center および File Exchange で Polynomials についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!