n阶对称矩阵顺序存储时,所需的存储空间大小为( )。

n阶对称矩阵顺序存储时,所需的存储空间大小为( )。
A、n2
B、n2/2
C、n(n+1)/2
D、n(n-1)/2
【正确答案】:C
【题目解析】:n阶对称矩阵,三角矩阵所需的存储空间为n(n+1)/2。