搜索资源列表
solveeqution
- 使用matlab求解方程的小资料,简单易用。
求解非线性规划
- 利用matlab求解非线性规划
matlab
- 求解TSP问题的遗传算法matlab程序-Problem solving TSP procedure genetic algorithm matlab
solutionofPDE
- matlab求解偏微分方程的具体实现方法以实例操作。-matlab solving partial differential equations of the concrete implementation methods to instances of action.
lorenzf-matlab
- lorenzf的matlab求解,包含详细的matlab求解说明-lorenzf the matlab solving, contains a detailed descr iption of the matlab solving
Fourier-matlab-
- 详细的介绍了,matlab求解傅里叶级数问题,有程序,由运行结果可以运行参照结果!-Described in detail, matlab problem solving Fourier series, there are procedures, the results can run from the reference results!
probability-statistics-with-matlab
- 概率统计 matlab求解 参数估计 假设检验 方差分析等-Probability and Statistics matlab to solve the parameter estimation and hypothesis testing analysis of variance
用matlab求二元函数的极值
- 利用matlab求解二元函数的极值,内有程序代码(Using matlab to solve the binary function of the extreme value, there are program code)
matlab求不定积分定积分
- MATLAB求解不定积分,定积分,程序例子和说明(MATLAB solving indefinite integral, definite integration, procedures, examples and instructions)
111机械优化设计(MATLAB的编程教程+习题)
- 利用MATLAB求解机械优化方程,列举例子后并进行说明(The mechanical optimization equations are solved by using MATLAB. Examples are given and explained)
非线性方程在MATLAB中的求解方法
- MATLAB教学视频:非线性方程(组)在MATLAB中的求解方法(MATLAB teaching video: the solution of nonlinear equations (groups) in MATLAB)
MATLAB求解simple算法例题
- 作为示例,利用MATLAB求解动量方程,给出流场分布(MATLAB,simple,flow field,momentum equation)
MATLAB PDE工具箱在地下水科学实验教学中的应用
- 利 用 M A T LA B P D E 工 具 箱 求解 T 6th 典 型 地 下 水 流 系 统 模 式 ,可 得 出 地 下 水 流 系 统 模 式 图 和 流 速 分 布 图 ,体现 了直观求解地下水流系统方 法的多样性 。 M A T LA B PD E 工具 箱与传 统模拟 软件 V isualM O D FI()w 相 比,具有操作简单 、易于掌握和出图方式多样的优势 。 本 文将两种 方法求解 地下水流 系统模式进 行 了对 比模 拟研 究 ,并 比较 了两 种 方 法
《高等应用数学问题的MATLAB求解》一书的配书光盘
- MATLAB的教学资料和视频,包括CAI教学材料、开发函数和使用资源、例题全部代码(MATLAB teaching materials and videos, including CAI teaching materials, development functions and use of resources, all the code of examples)
Newton iterative algorithm and matlab code
- 文档中包含有牛顿迭代法算法原理解析,包括一般非线性方程和非线性方程组,其中附有一个非线性方程组的实际例子和相应matlab求解代码,例子的实验可以加深对算法的理解和运用。(The document contains the Newton iterative algorithm analysis, including general nonlinear equations and nonlinear equations group, which is attached to a practical
战胜MATLAB必做练习50题
- 本书以单元练习的形式,从MATLAB最基本的问题入手,循序渐进,逐渐过渡到较为复杂的数学问题、信号分析问题、力学问题和电学问题的求解,将MATLAB的学习贯穿在解决不同领域实际问题的过程当中。每一个练习都结合问题,介绍与之相关的MATLAB使用知识。全书50个练习基本上涵盖了MATLAB的主要功能。本书不仅是一本初学者可以用来入门的教程,而且对于专业设计人员来说,也是一本内容翔实、可供借鉴的参考(This book in the unit practice form, from the most
Matlab解微分方程(ODE+PDE)
- MATLAB解常微分方程和偏微分方程求解器介绍,算法和用法。结合几个有代表性的案例,一步步讲解,非常简单、清楚,明了(MATLAB solutions to ordinary differential equations and partial differential equations solver, algorithm and usage. A few representative cases, step by step, are very simple, clear and clear.
耦合系数求解
- 利用MATLAB程序来计算交叉耦合系数,(liyongMATLABjisuanouhexishu)
MATLAB Guide to Finite Element
- 使用MATLAB进行有限元分析,利用MATLAB对有限元习题的求解步骤进行详细的介绍。本书重点不在于大量的计算和编程,而在于学习使用MATLAB进行有限元分析并理解有限元基本概念。内附本书配套m文件。(MATLAB is used for finite element analysis, and MATLAB is used to introduce the steps of solving finite element exercises. This book focuses not on a
MATLAB求解非线性方程组
- 给出了非线性方程组的几种数值解法,附有MATLAB程序