码迷,mamicode.com
首页 > 其他好文 > 详细

Hilbert矩阵

时间:2014-10-15 23:03:01      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   sp   div   log   bs   as   class   

Hilbert矩阵的分量满足
H(i,j)=1/(i+j-1)

>> hilb(3)
ans =
    1.0000    0.5000    0.3333
    0.5000    0.3333    0.2500
    0.3333    0.2500    0.2000

 

 

>> hilb(5)
ans =
    1.0000    0.5000    0.3333    0.2500    0.2000
    0.5000    0.3333    0.2500    0.2000    0.1667
    0.3333    0.2500    0.2000    0.1667    0.1429
    0.2500    0.2000    0.1667    0.1429    0.1250
    0.2000    0.1667    0.1429    0.1250    0.1111

 

Hilbert矩阵

标签:style   blog   color   sp   div   log   bs   as   class   

原文地址:http://www.cnblogs.com/liangliangdetianxia/p/4027458.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!