Gerschgorin's disk Thm (a test)

Version 1.0.0.0 (742 Bytes) by Summit Suen
plot eigenvalue on complex plane show that all these points located in such circles.
1.4K Downloads
Updated 24 Jul 2007

No License

% ------------------------------------------------------
% 4-1
% test for Gerschgorin's disk Thm with A a C(m*m) matrix
% ex : >>testGerschgorin(A) ;
% % plot eigenvalues in redx located in these circles
% note : you could use this without input A as a demo
% ------------------------------------------------------
% Summit.Suen(at)NTUMath
% b93201006@ntu.edu.tw
% 14.May.2007
% 17.May.2007 revised

Cite As

Summit Suen (2024). Gerschgorin's disk Thm (a test) (https://www.mathworks.com/matlabcentral/fileexchange/14980-gerschgorin-s-disk-thm-a-test), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Linear Algebra in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

1. some more precisely coding
2. thx for John's comment
3. ??