搜索资源列表
CUMCM_prize
- 整数规划的一个求解方法(得到CUMCM一等奖)主要思想:找最大元之后的逐步互换求解,有点类似遗传算法-an Integer Programming Solution (with Into First Class) main ideas : after finding the greatest element gradually swap solution, it is somewhat similar genetic algorithms
eigvalue
- 自己编写的求解本证值的程序,用以对崩政治求解方法的理解,也可以做成其它线性代数程序的子函数-their preparation for the certification of the value of the procedure to solve the political collapse of understanding, can also cause other linear algebra procedures Functions
gauss.m
- 高斯算法解决小规模的方程组的求解方法,还可对其改进-Gauss algorithms to solve small-scale equations of the solution, but also its improvement. .
shangqumianfangzhen
- GPS导航定位双曲面求解方法,用了卡尔曼滤波法,改方法实时性高-GPS navigation and positioning surface-solving method, Kalman filtering, real-time change means high
solutionofillsystem
- 病态系统求解方法比较:龙格库塔4固定步长、变步长、吉尔法
jixieyouhuaMATLAB
- 机械优化问题的MATLAB求解方法,使机械优化变得直观。
Matlab 一维洪水模型(圣维南方程的离散库朗差分解法)程序
- Matlab 一维洪水模型(圣维南方程的离散库朗差分解法)程序 % 洪水模型(圣维南方程的差分求解方法); % All Right Reserved 城市公共安全应急系统中一维洪水演进及其可视化研究 ; % Modified by lilongduzhi@yahoo.com.cn hehe:)
偏微分方程组N=4的龙格-库塔方法求解
- 偏微分方程组N=4的龙格-库塔方法求解,matlab编程,试过可以
Aitken.rar
- 非线性方程组的求解方法:使用matlab编写,运用了aitken加速方法,Non-linear equations method: the use of matlab prepared to accelerate the use of Aitken Ways
改进的鲍威尔法求解
- 优化算法无约束优化方法中的改进的鲍威尔法求解,通过调试。,Optimization algorithm for unconstrained optimization methods to improve the method of Powell through the debugger.
dea 方法中的CCR对偶模型
- 用matlab编程求解DEA方法中的CCR对偶模型-DEA with the matlab programming method for solving the CCR dual model
SAR POLSAR
- 关于SAR和极化SAR信息处理的好程序。Cloude.m——经典的Cloude极化分解方法中H/alpha参数的求解方法;classes.m——Cloude极化分解方法;myCFAR.m——三种SAR图像目标检测的恒虚警处理方法。全局CFAR,局部CFAR,指数CFAR-SAR and POLSAR information processing codes. Cloude.m-- H/alpha parameter ofclassic Cloude polarization decomposit
Unconstrained_optimization
- 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
fit
- 用差分方程或数值微分解决简单的实际问题。 实验3 插值与数值积分 l 插值问题提法和求解思路 l Lagrange插值的原理和优缺点 l 分段线性和三次样条插值的原理和优缺点 l 用MATLAB实现分段线性和三次样条插值 l 梯形、辛普森积分公式的原理及MATLAB实现 l 数值积分公式的误差——收敛阶的概念 l 高斯积分公式 l 广义积分与多重积分 l 用插值和数值积分解决
numerical_analysis_homework
- (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
tryfzero
- 交互实验 tryfzero, 演示函数FZERO所使用的方程求解方法-Interactive experiments tryfzero, demo function FZERO equation used method
xxfczqj
- 线性方程组求解的matlab方法,之中包含了两种迭代法-Solving linear equations matlab methods are iterative method contains two
rubicscube
- 魔方自动求解,能快速求出三阶魔方的一般求解方法-Automatic Rubik' s Cube solving, third-order magic cube can quickly find a general solution method
Optimal problem solver
- 优化问题求解方法包括牛顿法、共轭梯度法和最速下降法(The optimization problems are solved by Newton method, conjugate gradient method and steepest descent method)
预处理共轭梯度求解器
- 采用预处理的共轭梯度线性方程组求解方法,可以输入预处理矩阵。