tridiagonal(主对角三对角的;三对角的):指一种矩阵(或线性方程组的系数矩阵)中,只有主对角线及其上下相邻的两条对角线可能有非零元素,其余位置通常为零。
/ˌtraɪdaɪˈæɡənəl/
A tridiagonal matrix is easy to solve with specialized methods.
三对角矩阵可以用专门的方法高效求解。
Because the discretization couples only neighboring points, the resulting system is tridiagonal and can be solved in linear time.
由于离散化只让相邻点相互耦合,得到的方程组是三对角的,并且可以在线性时间内求解。
tri- 表示“三”,diagonal 表示“对角线”。合起来字面意思是“与三条对角线有关”,即主对角线及其上下两条相邻对角线(在数值计算与线性代数中非常常见)。