搜索资源列表
Matlab
- 本书精选了科学和工程中常用的200余个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。本书分为上下两篇,上篇为MATLAB基础篇,主要介绍MATLAB的基本功能和操作以及MATLAB程序设计的入门知识;下篇为算法程序篇,主要讲述以下方面常用算法的MATLAB实现,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和
Solution-of-nonlinear-equations
- matlab对非线性方程组的求解案例分析,包括多种数值解法的m文件-the matlab case analysis of non-linear equations, including a variety of numerical solution of the m file
matlab
- 误差的来源 非线性方程(组)的数值解法 解线性方程组的直接方法 解线性方程组的迭代法 矩阵的特征值与特征向量的计算 函数的插值方法 函数逼近与曲线(面)拟合 数值微分 数常微分方程(组)求解值积分 -The source of the error Numerical method for solving the nonlinear equation (group) The direct method of solving linear
Nonlinear-iterative-solution
- 通过matlab编制程序,对非线性方程组迭代求解。-Through matlab programming, iterative solution of the nonlinear equations
matlab_nonlinear
- MATLAB求解非线性约束方程组的学习资料,指导如何使用MATLAB自带约束函数进行求解-MATLAB for solving nonlinear constrained equations learning materials, guidance on how to use MATLAB to solve its own constraint functions
solving-nonlinear-equations
- 非线性方程组的求解及Matlab的实现,希望对读者有用-solving nonlinear equations
nonlinear-equations-solve
- 用matlab求解非线性方程组的几种重要方法-the methods of solving nonlinear equations by matlab
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求解非线性方程组
- 给出了非线性方程组的几种数值解法,附有MATLAB程序