搜索资源列表
-
2下载:
数值线性代数的Matlab应用程序包
共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名
程序名称 用途 Method 方法
GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特
MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特
householder.m QR因子分
-
-
0下载:
给出了线性方程组的CG法、Gauss_Seidel、SOR、Jacobi、fem求解,-Linear equations given the CG method, Gauss_Seidel, SOR, Jacobi, fem solution
-
-
0下载:
包括我自己写的一些数值分析用到的函数
包括矩阵的LU分解的两种方法, Cholesky分解, 以及线性方程组的迭代解法中的雅克比, 高斯-赛德尔以及线性松弛法的函数-Including myself, used to write some of the numerical analysis functions, including matrix LU decomposition of two methods, Cholesky decomposition, and iterative sol
-
-
1下载:
解线性方程组的迭代法,包括jacobi、g-s、sor。-Solving linear equations, iterative method, including jacobi, gs, sor.
-
-
0下载:
根据雅克比迭代法求解线性方程组AX=B的MATLAB程序。经过算例验证正确。适用性非常广。-According to Jacobi iterative method for solving linear equations AX = B on MATLAB. After a numerical example is correct. Very wide applicability.
-
-
0下载:
利用Matlab 实现求解方程组的 Jacobi 迭代法;
利用Matlab 实现求解方程组的 Gauss-Seidel 迭代法;
利用编制的算法求解给定的线性方程组;
-Matlab Jacobi iterative method for solving equations
Use of Matlab for solving the equations of Gauss-Seidel iteration method
The preparation of the alg
-
-
0下载:
三个m文件。线性方程求解的常见几种如Jacobi、Gauss_Seidel、SOR迭代法的matlab程序。三种迭代法主体程序大致都差不多,迭代次数取决于误差epsilon设的大小,其中Gauss_Seidel收敛最快,迭代次数较少。-Three m files. Common in several of linear equations, such as Jacobi, Gauss_Seidel, SOR iterative method matlab program. The main pr
-
-
0下载:
最速下降法和雅可比法经典迭代matlab程序-Steepest descent method and Jacobi method classic iteration matlab program
-
-
0下载:
此文件为MATLAB的M文件,功能是通过Jcobi迭代法求相应精度和迭代次数限制的线性方程组。-This file MATLAB M-files, the demand function is through Jcobi iterative method of linear equations corresponding precision and limit the number of iterations.
-
-
0下载:
本程序包采用matlab编写的几种数值计算中经典的解方程组的算法,包括LU分解、Gauss消元法、Jacobi迭代法、以及Guass-Seidel迭代法的源代码。供大家参考。-This package prepared using matlab several numerical solution of equations of classical algorithms, including LU decomposition, Gauss elimination method, Jacobi i
-
-
0下载:
Jacobi迭代法,可设置误差,开发环境为matlab-Jacobi iterative method, you can set error, development environment for matlab
-
-
0下载:
用雅可比Jacobi迭代法求解线性方程组matlab实例程序-a matlab example program about Jacobi iterative method for solving linear equations
-
-
0下载:
各种kalman滤波器的设计,雅克比迭代求解线性方程组课设,相关分析过程的matlab方法。- Various kalman filter design, Jacobi iteration for solving linear equations class-based, Correlation analysis process matlab method.
-
-
0下载:
雅克比迭代求解线性方程组课设,利用matlab写成的窄带噪声发生,预报误差法参数辨识-松弛的思想。- Jacobi iteration for solving linear equations class-based, Using matlab written narrowband noise occurs, Prediction Error Method for Parameter Identification- the idea of relaxation.
-
-
0下载:
利用五点差分格式和Jacobi迭代法,求解精确解和数值解的误差,判断阶数是否正确(Five-point difference scheme and Jacobi iteration method are used to solve the error between exact solution and numerical solution and to judge whether the order is correct or not.)
-