搜索资源列表
Bisection_method
- 二分法求解任意代数方程,比如超越方程等等,最原始的方法,但是最可靠。 本文档是Mathematica的求解代码。用户可以修改本代码,提取适合自己的核心代码。-Dichotomy solving any algebraic equation, such as the transcendental equation and so on, the most primitive methods, but the most reliable. This document is the solution
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
maple-code
- 《超越摄动:同伦分析方法导论》附带maple程序代码,用于求解非线性偏微分方程解析解-" Beyond perturbation: Introduction homotopy analysis method" collateral maple program code for solving nonlinear partial differential equations analytical solutions
Mathematica-code
- 《超越摄动:同伦分析方法导论》附带mathematica程序代码,用于求解非线性偏微分方程解析解-" Beyond perturbation: Introduction homotopy analysis method" collateral mathematica program code for solving nonlinear partial differential equations analytical solutions
Newton-method
- 就是将非线性方程线性化的一种方法。它是解代数方程和超越方程的有效方法之一。-Is a method of linearization of nonlinear equations. It is one of the effective methods for solving algebraic equations and transcendental equations.