Feeds
답변 있음
Plotting eigenvalues in complex plane of a sparse matrix
>> [V, d] = eig(full(E)); >> residuals = full(E)*V-V*d; >> max(abs(residuals), [], 'all') % syntax introduced in R2018b ans =...
Plotting eigenvalues in complex plane of a sparse matrix
>> [V, d] = eig(full(E)); >> residuals = full(E)*V-V*d; >> max(abs(residuals), [], 'all') % syntax introduced in R2018b ans =...
5년 초과 전 | 0


