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 =...
거의 6년 전 | 0


