搜索资源列表
数值算法程序
- 这是一些数值算法的源程序,包括非线形方程的解法。(二分法,牛顿法)。线性代数方程组数值解法(包括,消去法,迭代法)-This is some numerical algorithm of the source, including non-linear equations method. (Dichotomy, Newton). Linear algebra equations Numerical Solution (including, elimination, iteration)
rossler
- 对于Rossler方程组这样的非线形微分方程组,不可能求得其解析解,利用MATLAB可以用数值解法进行模拟。-Rossler equations for the non-linear differential equations, it is impossible to seek its analytic solution, using MATLAB method can be used for numerical simulation.
NLSE
- 这个软件程序是关于NLS的,即非线形方程组的,感觉蛮好用的,与大家分享一下
NoLinearEquation
- 非线形方程组类:包括各种非线性方程组的各种求解方法,非常方便调用
newtoniteration
- 本程序为使用牛顿迭代法和近似估计法解非线形方程组,包含详细的例程(Newton iteration method and approximation for solving nonlinear equations)