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)