please guide me how to find the det of this 24*24 order symbolic matrix, it is showing that 25000 word limit is exceeded.

1 次查看(过去 30 天)
M=[A1 A2 A3 A4;B1 B2 B3 B4;C1 C2 C3 C4;D1 D2 D3 D4]; f= det(M);

回答(1 个)

Walter Roberson
Walter Roberson 2022-6-2
There is no way that you will be able to find the symbolic determinant of a 25 x 25 matrix unless nearly all of it is 0. It would have over 10^25 terms, each of which is going to be complicated.
You could instead try to use something like fsolve() of the det() of a purely numeric matrix

类别

Help CenterFile Exchange 中查找有关 Linear Algebra 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by