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!