登录
首页 » matlab » 单纯形法Matlab程序-2016-11-17

单纯形法Matlab程序-2016-11-17

于 2018-03-27 发布 文件大小:6KB
0 242
下载积分: 1 下载次数: 11

代码说明:

  一般线性规划问题具有线性方程组的变量数大于方程个数,这时会有不定的解。当决策变量个数n和约束条件个数m较大时,单纯形法是求解线性规划问题的通用方法。 从线性方程组找出一个个的单纯形,每一个单纯形可以求得一组解,然后再判断该解使目标函数值是增大还是变小了,决定下一步选择的单纯形。通过优化迭代,直到目标函数实现最大或最小值(In general linear programming problems, the number of variables with linear equations is greater than the number of equations. When the number of decision variables n and constraint number m are large, simplex method is the general method for solving linear programming problems. Find out one by one from the linear equations of the simplex, each a simplex can get a set of solution, and then concludes that the solution is the objective function value increases or smaller and decided to choose the next simplex. By optimizing iteration, until the target function achieves the maximum or minimum value.)

文件列表:

Simplex_Method.m, 252 , 2016-11-18
column_generation.m, 509 , 2016-11-03
simplexTab.m, 3320 , 2016-11-18
单纯形Matlab代码(成功版), 0 , 2017-07-21
单纯形Matlab代码(成功版)\interChange1.m, 232 , 2016-11-19
单纯形Matlab代码(成功版)\multMat.m, 268 , 2016-11-18
单纯形Matlab代码(成功版)\multiFromRowToRow.m, 262 , 2016-11-18
单纯形Matlab代码(成功版)\pivot.m, 404 , 2016-11-18
单纯形Matlab代码(成功版)\simplexTab1.m, 2718 , 2016-11-19
单纯形法.java, 4560 , 2016-11-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Gaussin-Curve-Fitting-with-C
    采用最小二乘方法的高斯曲线拟合算法, 用C 语言编写. 包含子程序.(Gaussian Curving Fitting with C language)
    2021-04-14 18:18:55下载
    积分:1
  • Untitled
    通过采集直流输电线路正负极故障电流信息,实行正负极解耦,用行波进行故障定位( U901A u8FC1 u91C0 u96C6 u76R4 u6D1 u8F93 u7535 u7EBF u8DEF u6B63 u8D1F u6781 u6545 u969C u7535 u6D41 u4D1 u606F uFF0C u5B9E u882C u6B63 u8D1F u6781 U89E3 u806 uFF0C u7528 u884C u6)
    2017-04-26 22:17:31下载
    积分:1
  • Cp
    说明:  1.5MW风力机叶片功率系数Cp计算程序示例,采用梯形法数值积分计算(1.5MW wind turbine blade power coefficient the Cp calculation program examples, numerical integration using the trapezoidal method)
    2012-10-22 20:36:32下载
    积分:1
  • opflatestedition
    基于内点法的最优潮流计算,跟踪中心轨迹内点法最优潮流程序 实现了有功损耗最小的经济分配。(Optimal power flow calculation based on interior point method, the point-of-flight optimal power flow program in the tracking center trajectory achieves the economic distribution with the least active loss.)
    2020-12-22 21:59:06下载
    积分:1
  • NumericalRecipes
    数值分析方法库 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解等(Numerical analysis method to prepare a library book more than 300 practical and efficient numerical algorithm C language program. Its contents include: linear equations, calculation of inverse matrix and determinant, polynomial and rational function interpolation and extrapolation, function points and the valuation of special functions numerical calculation, random number generation, non- Solving linear equations, etc.)
    2008-06-03 21:24:04下载
    积分:1
  • 地球物理偏移相关程序包MandMVLab
    地球物理偏移相关程序包,能实现时间偏移、深度偏移、及逆时偏移等,编写语言:Matlab。(Geophysical migration coding package, time migration, depth migration, reverse time migration, the writing language: Matlab.)
    2021-03-06 22:49:30下载
    积分:1
  • a.c
    Finding special triples of the form (n, n + 1, n + 2) Write a program that finds all triples of consecutive positive three-digit integers each of which is the sum of two squares, that is, all triples of the form (n, n + 1, n + 2) such that: • n, n+1 and n+2 are integers at least equal to 100 and at most equal to 999 • eachofn,n+1andn+2isoftheforma2+b2.(Finding special triples of the form (n, n+ 1, n+ 2) Write a program that finds all triples of consecutive positive three-digit integers each of which is the sum of two squares, that is, all triples of the form (n, n+ 1, n+ 2) such that: • n, n+1 and n+2 are integers at least equal to 100 and at most equal to 999 • eachofn,n+1andn+2isoftheforma2+b2.)
    2012-04-26 15:05:05下载
    积分:1
  • Stribeck-Friction-Model
    采用M语言仿真stribeck的三轴伺服系统,可以在低速情况下观察较强的摩擦现象(With M-language simulation stribeck three-axis servo systems, in the case of low friction phenomena observed strong)
    2021-03-16 10:49:21下载
    积分:1
  • 19864062MatrixOper
    对于协方差矩阵的一种计算方法,对于地震中的反演约束算法能起到很好的作用。(For a kind of covariance matrix calculation method)
    2011-05-30 13:43:06下载
    积分:1
  • 源代码3一元线性回归
    一元线性回归,数值分析方面可参考(one yuan linear regression, numerical analysis can look at the reference)
    2021-05-09 16:58:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载