Réponses (1)

Matt J
Matt J le 18 Nov 2020

0 votes

But it's not true!
A=rand(200);
isequal(det(A),det(A.'))
ans = logical
0

1 commentaire

Fine, it's true within floating point precision:
A=rand(200);
percent_difference=(det(A)-det(A.'))/det(A)*100
percent_difference = 4.1836e-11

Connectez-vous pour commenter.

Produits

Version

R2019b

Tags

Commenté :

le 18 Nov 2020

Community Treasure Hunt

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

Start Hunting!

Translated by