what's the program mistake?
Mostrar comentarios más antiguos
clear all clc; syms x A=[x 2 1;1 0 -x;5 1 x]; b=det(A) r=solve('b=0','x')
Respuesta aceptada
Más respuestas (2)
Mischa Kim
el 4 de Jun. de 2014
Hello Ali, use instead
r = solve(b==0)
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!