Hilbert                package:Matrix                R Documentation

_G_e_n_e_r_a_t_e _a _H_i_l_b_e_r_t _m_a_t_r_i_x

_D_e_s_c_r_i_p_t_i_o_n:

     Generate the 'n' by 'n' symmetric Hilbert matrix.  Because these
     matrices are ill-conditioned for moderate to large 'n', they are
     often used for testing numerical linear algebra code.

_U_s_a_g_e:

     Hilbert(n)

_A_r_g_u_m_e_n_t_s:

       n: a non-negative integer.

_V_a_l_u_e:

     the 'n' by 'n' symmetric Hilbert matrix as a '"dpoMatrix"' object.

_S_e_e _A_l_s_o:

     the class 'dpoMatrix'

_E_x_a_m_p_l_e_s:

     Hilbert(6)

