2008年05月10日
Wigner semicircle rule
This article is a program of calculating Wigner's semi-cyclic rule.

J is symmetry matrix (dimensionality N) with on diagonal 0. Therefore off diagonals of the symmetry matrix are distributed on N(0,1/N);
The followings are programs on Wigner semicircle rule utilizing Matlab.
%%%%%%%%%%%%%%%%%%%%%%%
N=1000;
FidJ=fopen('JJ.dat','wt');
A=randn(N);
A=A-diag(diag(A));
normal_J=1.0/sqrt(2.0*N);
J=(A+A')*normal_J;
JJ=eig(J);
fprintf(FidJ,'%f\n',JJ);
fclose(FidJ);
exit
%%%%%%%%%%%%%%%%%%%%%%%
or we describe histogram.
%%%%%%%%%%%%%%%%%%%%%%%
N=1000;
A=randn(N);
A=A-diag(diag(A));
normal_J=1.0/sqrt(2.0*N);
J=(A+A')*normal_J;
JJ=eig(J);
hist(JJ,100);
pause
exit
%%%%%%%%%%%%%%%%%%%%%%%
Yesterday, the first time is that I have made the program by Matlab.
この記事へのトラックバックURL
http://nadja.ti-da.net/t2147726
※このエントリーではブログ管理者の設定により、ブログ管理者に承認されるまでコメントは反映されません
アクセスカウンタ
最近の記事
Newton Raphson Method? (7/2)
Ninja frightens them out (7/1)
量子アニーリングに関連した話 (6/28)
My page is renewal! (6/22)
日本物理学会の発表枠決定 (6/21)
お気に入り
Information
最近のトラバ
tgif2tex (2/7)
直交鶴亀算 −CDMAの原理・・・ (7/8)
ユビキタス無線工学 第11回 (7/6)
東北大学とNECがパケットロス・・・ (4/22)
4月22日 参議院補欠選挙・・・ (4/19)
過去記事
カテゴリー
今後の予定

- 毎週月曜日 Graphical Models for Machine Learning and Digital Communication
- 毎週水曜午前中 H. Nishimoriの「Statistical Physics of Spin Glasses and Information Processing」をやります。
- 毎週木曜日 進展報告会
- 毎週金曜日 青山学院大学にて授業補助(TA)、どうやら「非常勤助手」という肩書きらしい。終了しました。
- 08/07/2008 すずかけ台情報統計力学セミナー
- 14/07/2008 セミナー@大岡山



日本の地域ブログ大集合!津々浦々の美味い・楽しいがここに!