搜索资源列表
jac
- 雅克比迭代用matlab实现 我是一个初学者 费了我很大的功夫 大家一定要珍惜-Jacobi iteration with matlab realize I' m a beginner cost me a lot of effort we must cherish
bin
- matlab中调用Jacobi迭代法所使用的函数-call a function of the Jacobi iterative method used in matlab
gauseidel-jacobi-richason-SOR
- 高斯赛德尔迭代法,雅可比迭代法,理查森迭代算法,超松弛迭代算法的matlab程序。上述算法均用于求解线性方程组。-High Sisaideer iterative method, Jacobi iteration, Richardson iterative algorithm, over relaxation algorithm matlab program. The algorithm for solving linear equations.
Matrix-ProgrammingBeta2.0
- 该编程为矩阵与数据分析课的编程作业程序,里面包括matlab的三次样条曲线程序,有Jacobi迭代法和Gauss-Seidel迭代法等-The programming and data analysis for the matrix class programming operations program, which includes the cubic spline curve matlab procedures, Jacobi and Gauss-Seidel iterative meth
4
- 高斯赛德尔和雅克比迭代求解方程的matlab程序-the Jacobi and GaussSediel
mathmatical-calculation-with-matlab
- CG、Gauss、SOR、Jacobi迭代法matlab程序 自己收藏的源程序-CG, Gauss, SOR, Jacobi iteration method matlab program his collection of source code
jacobi
- 通过使用MATLAB,实现了雅克比迭代算法,具体是应用数值分析的方法。-By using MATLAB, to achieve a Jacobi iteration algorithm, in particular numerical analysis method.
giuhing
- matlab实现了五类灰色关联度模型的计算,包含收发两个客户端程序,雅克比迭代求解线性方程组课设。- matlab implements five gray correlation degree computing model, Transceiver contains two client programs, Jacobi iteration for solving linear equations class-based.
janyiu
- 用MATLAB实现的压缩传感,雅克比迭代求解线性方程组课设,时间序列数据分析中的梅林变换工具。- Using MATLAB compressed sensing, Jacobi iteration for solving linear equations class-based, Time series data analysis Mellin transform tool.
jingfie_v67
- 雅克比迭代求解线性方程组课设,内含心电信号数据及运用MATLAB写的源代码,搭建OFDM通信系统的框架。- Jacobi iteration for solving linear equations class-based, ECG data and includes source code written in MATLAB, Build a framework OFDM communication system.
gangpie_v13
- 计算多重分形非趋势波动分析matlab程序,包括压缩比、运行时间和计算复原图像的峰值信噪比,雅克比迭代求解线性方程组课设。- Calculation multifractal detrended fluctuation analysis matlab program, Including compression ratio, image restoration computing uptime and peak signal to noise ratio, Jacobi iteration fo
giuyao_v63
- 利用matlab针对图像进行马氏距离计算 ,雅克比迭代求解线性方程组课设,人脸识别中的光照处理方法。- Using matlab to calculate the Mahalanobis distance for the image, Jacobi iteration for solving linear equations class-based, Face Recognition light treatment method.
leifui
- ldpc码的编解码实现,雅克比迭代求解线性方程组课设,在matlab环境中自动识别连通区域的大小。- Codec ldpc code implementation Jacobi iteration for solving linear equations class-based, Automatic identification in the matlab environment the size of the connected area.
kangfen_v69
- 通过matlab代码,雅克比迭代求解线性方程组课设,未来线路预测,分析误差。- By matlab code, Jacobi iteration for solving linear equations class-based, Future line prediction, error analysis.
jacobi
- 家可比MATLAB 谱方法数值计算的功能软件(jacobi MATLAB introduction spectral)
雅克比法求对称矩阵的特征值
- 经典Jacobi方法求解对称矩阵特征值(MATLAB描述),本函数使用经典Jacobi方法来计算一个对称矩阵的特征值(Classical Jacobi method for solving symmetric matrix eigenvalue (MATLAB descr iption), this function uses the classical Jacobi method to calculate the eigenvalues of a symmetric matrix)
lianxuchaoliu
- 连续潮流:又称为延拓潮流,是电力系统电压稳定性分析的有力工具,它通过在常规潮流基础上引入一个负荷增长系数来克服雅可比矩阵奇异,从而克服接近稳定极限运行状态时的收敛问题,解决了常规潮流在崩溃点外无解和在崩溃点附近不能可靠收敛的问题。连续潮流法是从初始稳定工作点开始,随着负荷缓慢变化,沿相应的PV曲线对下一工作点进行预估、校正,直至勾勒出完整的PV曲线。(Continuous flow: also known as the continuation of the trend, is a powerf
5线性方程组的迭代解法—Jacobi迭代法
- 使用matlab编写了Jacobi迭代法的函数,并通过例子进行了验证。(The function of Jacobi iteration method is written by MATLAB, and is verified by an example.)
G-S
- 在matlab上实现G-S,SOR,JACOBI等多种迭代算法(G-S, SOR, JACOBI and other iterative algorithms are implemented on MATLAB.)
matlab数值特征值与特征向量计算 实例源程序代码
- 特征值与特征向量的计算 339 10.1 特征值问题概述 339 10.1.1 特征多项式 339 10.1.2 特征值范围估计 340 10.2 幂法及反幂法 341 10.2.1 幂法 341 10.2.2 幂法的加速 344 10.2.3 反幂法 350 10.2.4 混合幂法 352 10.3 实对称矩阵的Jacobi法 353 10.3.1 Givens变换 353 10.3.2 基本Jacobi法 358 10.