说明:本实验先利用Mathematica求解非线性方程(组),探索不动点的性质 再利用MATLAB探索Koch分形的性质.-In this study, the first use of Mathematica for solving nonlinear equations (group), to exp...
说明:求解非线性方程。调用格式x=fmincon(fun,x0,A,b,Aeq,beq,VLB,VUB)
说明:包括各种非线性方程的matlab求解算法,如拟牛顿法,数值延拓法,高斯牛顿法
数值延拓法 高斯牛顿法 nonlinear-equations continuation-method continuation
说明:利用matlab,采用牛顿迭代法求解非线性方程的程序源代码,自己编的,拿出来和大家分享。
说明:MATLAB求解非线性方程组 fsolve源程序代码,亲测可用
说明:在MATLAB环境中,实现用二分法和Newton法求解非线性方程-StablePoint method and newton method