搜索资源列表
EOM
- 拉格朗日插值多项式拟合,牛顿插值多项式,欧拉方程解偏微分方程,使用极限微分求解导数(微分),微分方程组的N=4龙格库塔解法,雅可比爹迭代法解方程AX=B,最小二乘多项式拟合,组合辛普生公式求解积分,用三角分解法解方程AX=B-Lagrange interpolation polynomial fitting, polynomial interpolation Newton, Euler equations partial differential equations, Limit the use
matlabworkElectricalpowerandvoltagecalculate
- 电力系统潮流计算 采取牛顿-拉弗逊法和PQ分解法 用matlab计算矩阵的功能,通过迭代方式求解。-power flow calculation taken Newton-Laffer Robertson and PQ decomposition matrix calculation using Matlab gong able, through iterative method to solve.
work2
- 在matlab环境下对偏微分方程的Jacobi迭代解法的算法实现
iteration
- 线性方程组的数值解法,包括高斯消去,三角分解,追赶法和Jacobi等迭代方法
shuzhifenxi
- 数值分析实验报告!包含多个实验! 实验一 非线性方程求根 实验二 线性代数方程组的解法 --------列主元Gauss消元法 实验三 线性代数方程组的解法 ——Gauss-Seidel迭代法等
linear-simultaneous-equations
- 源码里包括线性方程组各种解法的Matlab例程,包括LU分解直接解法,夹克比迭代法、GS迭代法、SOR迭代法,共轭梯度法等。
1
- matlab 1_Jacobi迭代解法 matlab 1_Jacobi迭代解法 matlab 1_Jacobi迭代解法 matlab 1_Jacobi迭代解法-matlab 1_Jacobi迭代解法
equation
- 分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b-Separately using Gaussian elimination, triangular decomposition, Jacobi iterative method, GS iterative method, SOR iterative method for solving Ax = b
NonCvxGroupSparsity
- 本程序为一种基于凸优化的OFDM信道估计算法,平滑SLO算法是求解稀疏线性方程组的一种迭代解法,本程序将其应用于OFDM信道估计,取得了较好的信号估计精度以及速度-This procedure is a convex optimization of OFDM-based channel estimation algorithm, smoothing algorithm SLO is sparse system of linear equations to solve an iterative m
newton2
- 非线性方程组的牛顿迭代方法与非线性方程解法类似,也是求解非线性方程组的常用方法。-Nonlinear equations of the Newton iteration method and nonlinear equations similar to solving nonlinear equations is a common method.
Matlab_Fox_Li_Numerical_Iteration
- 光电综合实验,平行平面腔的数值迭代解法,即Fox_Li数值迭代法。对于之前网上某位仁兄给出的代码给出了优化,主要是使用了一个子函数,使得代码清晰容易阅读。而且拥有GUI界面也更像做程序这件事情。---南邮某学子-Fox_Li numerical iteration. A short and smart program in Matlab, as well optimized in the aspect both of code and execution.
linear-simultaneous-equations
- 线性方程组LU分解直接解法,GS迭代、夹克比迭代、SOR迭代等Matlab代码-linear simultaneous equations
MATLABwork
- 光学设计:半导体激光器动态特性计算,LED电流—电压特性曲线仿真,高斯光束透镜变换特性的分析,光波在介质面上反射折射仿真计算,平行平面腔模的迭代解法-Optical Design: semiconductor laser dynamics calculations, LED current- voltage characteristics simulation, transformation properties of Gaussian beam analysis of the lens, li
xianxfcdiedai
- 线性方程迭代解法的matlab程序,可作为数值分析等的学习工具。-Iterative method for solving linear equations matlab program, can be used as numerical analysis , and other learning tools.
Iterative-solution
- 线性方程组的迭代解法在matlab程序中的实现代码-Iterative solution of linear equations based on matlab
2
- 平行平面腔自再现模Fox-Li数值迭代解法及MATLAB实现-Parallel plane cavity reappearing die Fox- Li numerical iterative method and MATLAB
Gauss_Seidel
- 一种非线性代数方程组的迭代解法。最早用于解算电力系统潮流。这种方法具有程序编制简单、占用内存少的优点,但算法收敛性差,计算时间长。-In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system o
方程解法
- 基于matlab的不动点迭代法、二分法以及牛顿法求解方程,进一步优化了计算步骤。(Fixed point iterative method for solving equations based on Matlab)
非线性方程解法相关程序
- 用二分法以及迭代法求解非线性方程、非线性方程组的例子(An example of solving nonlinear equations and nonlinear equations by the dichotomous method and iterative method)
解线性方程组的迭解法
- 解线性方程组的迭解法,包括高斯-赛德尔迭代法和雅克比迭代法(Solution of iterative solution of linear equations, including Gauss - Seidel iterative method, Jacobi method)