天软金融分析.NET函数大全 > 金融报表分析 > 教学范例 > 数值分析 > 线性方程组

Demo_se_Gauss_Seidel    

简述
se_Gauss_Seidel()函数教学函数。高斯-赛德尔迭代法,用高斯-赛德尔迭代法求解系数矩阵具有主元占优的线性方程组AX = B。其中A=array((7,2,1,-2), (9,15,3,-2),(-2,-2,11,5),(1,3,2,13)),B=array(4,7,-1,0)。
定义
Demo_se_Gauss_Seidel()
  • 范例

    return Demo_se_Gauss_Seidel();
    返回:
相关