CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - solve matlab

搜索资源列表

  1. quanguowei

    0下载:
  2. 这是自己编写的matlab程序设计。 用来解决旅行商问题优化 。-This is, the preparation of the Matlab programming. To solve the traveling salesman problem optimization.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2224
    • 提供者:全国为
  1. nrfajiechaoliu

    0下载:
  2. 电力系统稳态分析中用牛顿-拉夫逊法求解电力系统稳态潮流问题的MATLAB程序-power system steady-state analysis using the Newton-Raphson method to solve power system steady trend of MATLAB procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1990
    • 提供者:张薛巍
  1. DelayedMackey-Glass

    1下载:
  2. 利用Matlab求解带有时间延迟的Mackey-Glass系统,在非线性动力学中经常用到。可以用来求解类似的延迟微分方程系统。-using Matlab time delay with the Mackey-Glass Systems, Nonlinear Dynamics frequently used. Can be used to solve the differential equation similar to the delayed system.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:833
    • 提供者:贾强
  1. matlabcodesofIterativeMethodsforLinearandNonlinear

    0下载:
  2. This folder contains all the codes based on Matlab Language for the book <《Iterative Methods for Linear and Nonlinear Equations》, and there are totally 21 M files, which can solve most of linear and nonlinear equations problems. -This folder conta
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:24880
    • 提供者:宏姬
  1. Matlab005

    0下载:
  2. 用Maple和Matlab解决科学计算问题-with Maple and Matlab scientific computation to solve problems
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10228042
    • 提供者:段俊
  1. SOR

    0下载:
  2. SOR方法解线性方程组,一般解法和矩阵解法。(MATLAB程序)-SOR method to solve linear equations, the general method and matrix method. (MATLAB program)
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:883
    • 提供者:chenyijun2131
  1. romberg

    0下载:
  2. 在理解龙贝格算法的基础上,利用MATLAB软件使这种算法程序实现。并以解决一个求解积分题目为直接目的,检验程序的正确性与可行性,推广至同一类型求积公式的解决中。-Understand the basis of the Romberg algorithm, this algorithm program using MATLAB software. And solve the integral subject to solve a direct purpose, the correctness an
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:735
    • 提供者:叶明
  1. chap7(1)

    0下载:
  2. 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the theoretical linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2971
    • 提供者:xutianyuan
  1. chap7(2)

    0下载:
  2. 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the theoretical linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1754
    • 提供者:xutianyuan
  1. chap7(3)

    0下载:
  2. 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the theoretical linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2551
    • 提供者:xutianyuan
  1. GA

    0下载:
  2. 标准遗传算法求解实数方程,MATLAB编写,有较详细说明!-Standard genetic algorithm to solve real equations, MATLAB prepared to explain in greater detail there is!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1092
    • 提供者:万琴
  1. OptimizationAlgorithm

    0下载:
  2. 此代码是采用matlab编写的最优化算法,主要是对求解函数进行最优化分析,最终求出最优解。-This code is prepared using matlab optimization algorithm, the main function is to solve the optimization analysis, the final optimal solution obtained.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2653
    • 提供者:喻琴燕
  1. lp

    0下载:
  2. 线形规划小程序,用matlab语言编写的,可以解决线形规划书籍中的大部分线形规划实例。是matlab的m文件。-Linear programming small programs, using matlab language, and can solve the linear programming books, most of the linear programming instances. Is the matlab m-file.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:521
    • 提供者:haozi
  1. lagrangepoly

    0下载:
  2. 用matlab求解的一个Lagrange插值多项式问题-Using matlab to solve the problem of a Lagrange interpolation polynomial
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:15857
    • 提供者:kgkgkg
  1. matla

    0下载:
  2. 多自由度振动MATLAB求解能求解多自由度问题,自动绘出振型-Multi-Freedom Vibration MATLAB to solve the problem can solve multiple degrees of freedom to automatically draw the vibration mode
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:982
    • 提供者:panbin
  1. PROGRAM9

    0下载:
  2. 振动作业 分析多自由度问题 求解多维问题的特征值也特征向量 线性叠加法分析受迫振动的第一步-matlab code for solve the eignvalue the first step of analysis the multiply degree of freedom forced vibration
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1574
    • 提供者:metian
  1. somefunctiontosolveextremum

    0下载:
  2. 目标函数的几种极值求解方法,包括最速下降法,拟牛顿法,共轭梯度法MATLAB实现-The objective function to solve several extreme methods, including steepest descent, quasi-Newton method, conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:53780
    • 提供者:黄梅
  1. Lecture4

    0下载:
  2. 关于解微分方程的matlab小程序,适合本科生学习使用。-MATLAB in Physics is a four lecture series in MATLAB that is offered to first year physics undergraduate students. This lecture shows how to use MATLAB to simulate physical systems using a range of methods. Projecti
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:151229
    • 提供者:HM
  1. pianweifen

    0下载:
  2. 本程序采用matlab求解常见的几种偏微分方程-This procedure uses matlab partial differential equations to solve several common
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:8973
    • 提供者:云峰
  1. zuiduanlu

    0下载:
  2. MATLAB求解最短路问题的通用程序,根据不同问题直接套用,没有使用自带工具箱,程序通用性很强,还可供想练习编程的同志参考。-MATLAB to solve the shortest path problem common procedures, depending on the issue directly apply, to use own toolbox procedure is very strong, but also for the comrades want to practice
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:8556
    • 提供者:高军柱
« 1 2 34 5 6 »
搜珍网 www.dssz.com