what is my mistake?

1 visualización (últimos 30 días)
MA
MA el 14 de Jun. de 2014
Respondida: Azzi Abdelmalek el 14 de Jun. de 2014
syms x
A=[x 2 1;1 0 -x;5 1 x];
x=-15:.1:15;
plot(x,det(A))
grid on

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 14 de Jun. de 2014
syms x
A=[x 2 1;1 0 -x;5 1 x];
x=-15:.1:15;
plot(x,subs(det(A),x))
grid on

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by