2
h_i=t_(i+1)-t_i for i=1,...,n-1 where n is a positive integer.
矩陣Q
是n
通過(n-2)
矩陣通過給出i=1,...,n
和j=2,...n-1
項q_(i,j)
:
q_(j-1,j)=1/h_(j-1)
q_(j,j)=-(1/h_(j-1)+1/h_j)
q_(j+1,j)=1/h_j
q_(i,j)=0 for |i-j|>=2
我希望得到一個矩陣Q
。我如何在R中編寫這個矩陣的程序?提前多了。