搜索资源列表
正规规方程组求解
- 正规方程组求解
线性方程组的直接解法
- 《计算方法》实验报告,线性方程组的解法
高斯约当消元法解线性方程组
- 高斯约当消元法解线性方程组,附源代码.
线性方程组的迭代法和牛顿数值积分
- 线性方程组的迭代法:Jacobi, Gauss-Seidel,SOR,SOR for Poisson。 牛顿数值积分方法及其Steffensen加速法。
偏微分方程组N=4的龙格-库塔方法求解
- 偏微分方程组N=4的龙格-库塔方法求解,matlab编程,试过可以
LU分解法求解线性方程组.zip
- LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.,LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
科学计算中的共轭梯度法解对称正定线性方程组
- 科学计算中的共轭梯度法解对称正定线性方程组.,Scientific Computing in the conjugate gradient method symmetric positive definite solution of linear equations.
线性方程组的超松弛迭代
- 线性方程组的超松弛迭代- The system of linear equations ultra relaxes iterates
被动调Q速率方程组仿真
- 基于Nd:YAG/Cr4:YAG的半导体激光器被动调Q ,速率方程组仿真(经典四阶龙格库塔法)。(the rate equation simulation of Nd:YAG/Cr4:YAG passively Q-switched solid laser.)
实验4-线性方程组求解
- 利用fortran语言实现二维现行方程组的求解问题。(Solving problems of linear equations)
MATLAB求解非线性方程组 fsolve源程序代码
- 这是MATLAB求解非线性方程组 fsolve源程序代码(This is MATLAB solving nonlinear equations fsolve source code)
(赛德尔+雅可比)迭代法(解方程组)
- 用C++描述赛德尔和雅克比迭代法解方程组(Solving the equations with Seidel and Jacobi method)
牛顿-拉夫森法求解非线性方程组
- 牛顿-拉夫森法求解非线性方程组 牛顿-拉夫森法求解非线性方程组(Solving Nonlinear System of Newton 's Iteration Method)
计算方程组-1
- 该程序可用来求解计算复杂的非线性方程组的解析解,对初学者有一定参考价值(The program can be used to solve the analytic solution of complex nonlinear equations, and has some reference value for beginners)
matlab插值拟合微分解方程组
- matlab插值拟合微分解方程组,用于使用MATLAB求解插值拟合的程序(Matlab interpolation fitting micro decomposition equations, for the use of MATLAB to solve the interpolation fitting program)
高斯-赛德尔迭代法求线性方程组Ax=b的解
- 该程序主要是利用高斯-赛德尔迭代法求线性方程组Ax=b的解(The program mainly uses the Gauss-Seidel iteration to solve the solution of the linear system Ax = b)
求解方程组方法
- 几种主要的求解方程组方法在MTLAB环境的实现(Implementation of several main solving equations in MTLAB environment)
3.2方程组的形态和条件数实验
- matlab的方程组的形态和条件数实验程序(The experimental procedure of the form and condition number of Matlab's equations)
PSO算法求解非线性方程组
- 使用pso粒子群算法求解非线性方程组,用c语言实现(PSO Particle Swarm Optimization (PSO) is used to solve nonlinear equations and is implemented in C language)
解方线性方程组
- 通过高斯消元法求解解线性方程组,使用动态内存分配(system of linear equations)