搜索资源列表
NumericalLinearAlgebra
- 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
diedaifa
- 给出了线性方程组的CG法、Gauss_Seidel、SOR、Jacobi、fem求解,-Linear equations given the CG method, Gauss_Seidel, SOR, Jacobi, fem solution
Jacobi
- 解线性方程组的迭代法,包括jacobi、g-s、sor。-Solving linear equations, iterative method, including jacobi, gs, sor.
Jacobi-and-Gauss-Seidel
- 振动力学,振动曲线绘制,matlab,希望有用-Mechanical vibration, the vibration curve drawing, matlab, hope be useful
Jacobi
- 牛顿迭代,雅克比,求解非线性方程组 数值分析 MATLAB相结合-Jacobi NEWTON
matlab
- 用matlab实现的一些算法的小程序,其中包括三次样条插值,sor迭代,G-seidel迭代、jacobi迭代,lagrange插值-Some algorithm matlab implementation of the program, including the cubic spline interpolation, sor iteration, the G-seidel iteration and so on ....
Jacobi-Gauss_Seide-SOR
- 三个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
numerical-analysis-
- 这是大学数值分析里面课程所涉及到的算法的代码实现,如阀值Jacobi方法,主要用matlab,也有C-numerical analysis
testEig
- 用Jacobi法求解实对称矩阵A的特征值,和matlab的eig函数等效-Jacobi eigenvalue
jacobi
- 此文件为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.
solver_Eq
- 本程序包采用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
music
- 利用雅克比计算矩阵的特征值与特征向量,相当于matlab里面的eig函数用-Using Jacobi matrix eigenvalue and eigenvector, equivalent to the inside of the matlab with eig sells its function
nengyang
- 雅克比迭代求解线性方程组课设,多抽样率信号处理,在MATLAB中求图像纹理特征。- Jacobi iteration for solving linear equations class-based, Multirate signal processing, In the MATLAB image texture feature.
hengfie_v25
- 雅克比迭代求解线性方程组课设,相控阵天线的方向图(切比雪夫加权),利用matlab GUI实现的串口编程例子。- Jacobi iteration for solving linear equations class-based, Phased array antenna pattern (Chebyshev weights), Use serial programming examples matlab GUI implementation.
noufun_v10
- 考虑雨衰 阴影 和多径影响,雅克比迭代求解线性方程组课设,图像的光流法计算的matlab程序。- Consider shadow rain attenuation and multipath effects Jacobi iteration for solving linear equations class-based, Image optical flow calculation matlab program.
hunfai
- ICA(主分量分析)算法和程序,MIMO OFDM matlab仿真,雅克比迭代求解线性方程组课设。- ICA (Principal Component Analysis) algorithm and procedures, MIMO OFDM matlab simulation, Jacobi iteration for solving linear equations class-based.
Jacobi.m
- Jacobi迭代法,可设置误差,开发环境为matlab-Jacobi iterative method, you can set error, development environment for matlab
sm147
- 基于SVPWM的三电平逆变的matlab仿真,雅克比迭代求解线性方程组课设,包含收发两个客户端的链路级通信程序。- Based on SVPWM three-level inverter matlab simulation, Jacobi iteration for solving linear equations class-based, Contains two clients receive link-level communications program.
迭代求解方程组
- 包括Jacobi迭代法,Gauss-seidel迭代法和SOR迭代法的matlab代码,以及一个测试的main程序(These are iterative methods for solving linear equations.)
MATLAB
- 利用五点差分格式和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.)