Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

different results in R2012x and R2013x of function eig for matrices of class sym

1 vue (au cours des 30 derniers jours)
Nanny Wermuth
Nanny Wermuth le 9 Jan 2014
Clôturé : MATLAB Answer Bot le 20 Août 2021
whos Name Size Bytes Class Attributes
a 1x1 112 sym
mat 5x5 112 sym
a =
a
mat =
[ 1, a^2, a^2, a^2, a]
[ a^2, 1, a^2, a^2, a]
[ a^2, a^2, 1, a^2, a]
[ a^2, a^2, a^2, 1, a]
[ a, a, a, a, 1]
The result of
simplify(prod(eig(mat)))
is up to MATLAB_R2012b
(a^2 - 1)^4
which is the expected result.
Since MATLAB_R2013a the outcome is
(a^2 - 1)^2
How can it be fixed in R2013x?
  1 commentaire
Roger Stafford
Roger Stafford le 9 Jan 2014
Modifié(e) : Roger Stafford le 9 Jan 2014
Yes, (1-a^2)^4 is the correct result. Even my ancient twenty-year-old version of Symbolic Toolbox gets it right. If R2013a gets (1-a^2)^2, that is surely a bug and should be reported to Mathworks.

Réponses (1)

Sean de Wolski
Sean de Wolski le 9 Jan 2014
I can reproduce this. Please contact support.

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by