Filter löschen
Filter löschen

Let A and B be square matrices of same order. Prove that characteristic polynomials of AB and BA are same. Do AB and BA have same minimal polynomial ?

2 Ansichten (letzte 30 Tage)
Let A and B be square matrices of same order. Prove that characteristic polynomials of AB and BA are same. Do AB and BA have same minimal polynomial ?

Antworten (1)

KSSV
KSSV am 30 Jul. 2020
Calculate the eigenvalues of the product. They will be euqal.
A = rand(2) ;
B = rand(2) ;
AB = eig(A*B)
BA = eig(B*A)

Kategorien

Mehr zu Polynomials finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by