搜索资源列表
利用二分法求非线性方程的根
- 利用二分法求非线性方程的根,包括算法及Matlab函数文件。-The use of dichotomy roots of nonlinear equations, including the algorithm and Matlab function file.
erfenfa.rar
- 介绍了二分法求解非线性方程的算法,欢迎大家提出宝贵意见。,Introduced the dichotomy of the algorithm for solving nonlinear equations, welcome you to give valuable advice.
erfenfa
- 最优化算法中的二分法,是用MATLAB实现的,经过调试的-Optimization of the dichotomy, is to use MATLAB to achieve, through debugging
adams
- 常微分方程组adams数值解法以及非线性方程的二分法解法-Adams Ordinary Differential Equations Numerical Solution of nonlinear equations as well as the dichotomy method
nonlinear_epuation_solve
- 非线性方程组解法源代码,包括二分法和牛顿法,数值分析作业,给初学者作参考。-Solution of nonlinear equations the source code, including the dichotomy and the Newton method, numerical analysis of operations, to the beginners for reference.
Newton_method
- 一个用于实现牛顿二分法求根的小程序。算法简单 用MATLAB写出-it is a simple program to find the root of a equation with the neweton method
8
- 数值计算matlab 二分法 不动点 牛顿法等算法解非线性方程-Numerical calculation matlab Dichotomy fixed point Newton method algorithm for solving nonlinear equations
calculation-methods
- 牛顿下山法,不动点迭代,二分法。可以用来求解非线性方程,直接在matlab里面调用-Newton downhill method, fixed point iteration, dichotomy. Can be used to solve nonlinear equations, which is called directly in matlab
bisect
- 二分法的Matlab程序实现。求解非线性方程f(x)=0的问题。而方程f(x)是多项式或超越函数又分为代数方程或超越方程。-Dichotomy Matlab program. Solving nonlinear equations f (x) = 0 problems. The equation f (x) is a polynomial or a transcendental function is divided into algebraic equations or transcenden
jisuanfangfa
- 计算方法典型例题。对和式进行计算,保留指定的有效数字位数,使用Matlab语言;二分法求解方程;高斯消去法。 -Use Matlab Language to calculate the sum form and present the given number of significant digits half- separation method to solve nonlinear equations gaussian elimination method
matlab-learning
- matlab 学习代码,适合初学者(包含二分法、最小二乘法)-matlab learning code, suitable for beginners
erfenfa
- 数学计算,最优化方法,在matlab上用二分法进行函数最优化-use the dichotomy to do function optimization
matlab
- 一些基础的数值分析方法和实例实现,该文件涉及二分法,改进欧拉法(modifiedeuler)以及纳威法(neville)(some basis numerical analysis methods and its application in real case.This file contains methods of bisection, modified euler and neville)
dichotomy
- 计算简单的二分法,可以再MATLAB里运行,但是仍旧不完善(A simple dichotomy can be run in MATLAB, but it is still not perfect.)
Binary method for solving equations
- 在通过画图已知解的范围的基础上使用二分法解任意方程的准确解的简单代码(A simple code that solves the exact solution of an arbitrary equation by using the dichotomy based on the range of the known solution.)