基于高斯赛德尔法的线性方程组解法、基于牛顿法及改进的牛顿法实现对我要分享

Based on Gauss Seidel method of linear equations solution, based on Newton method and improved Newto

高斯赛德尔法 线性方程 牛顿法 非线性方程

关注次数: 387

下载次数: 3

文件大小: 1KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

基于高斯赛德尔法的线性方程组解法(可消去系数矩阵病态)。基于牛顿法及改进的牛顿法实现对 非线性方程的求解。


English Description:

Based on Gauss Seidel method, the solution of linear equations can eliminate the ill conditioned coefficient matrix. Based on Newton method and improved Newton method


代码预览

1

.\Jacobi_Guass_Seidel.m

.\Newton_Iteration.m

.\Newton_Iteration3.m