how can i solve this polynomial equation?

4 visualizzazioni (ultimi 30 giorni)
MA
MA il 4 Giu 2014
Commentato: MA il 4 Giu 2014
clear all clc; syms x A=[x 2 1;1 0 -x;5 1 x]; det(A) r=solve('det(A)==0','x')

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 4 Giu 2014
Modificato: Azzi Abdelmalek il 4 Giu 2014
syms x
A=[x 2 1;1 0 -x;5 1 x]
r=double(solve(det(A),x))

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by