matlab梯形公式与辛普森公式 matlab求导函数( 三 )


Solve[lhs==rhs, x]表示求解方程式lhs==rhs,x是自变量 。Nsolve[lhs==rhs, x]表示求方程式lhs==rhs的数值解 。Solve[{lhs1==rhs1, lhs2==rhs2, …}, {x, y, …}]表示求解方程组,x和y等是自变量 。NSolve[{lhs1==rhs1, lhs2==rhs2, …}, {x, y, …}]表示求解方程组的数值解 。FindRoot[lhs==rhs, {x, x0}]表示由初始点x0求方程lhs==rhs的根 。作图函数主要包括Plot、Plot3D、ParametricPlot、ParametricPlot3D、PolarPlot、ContourPlot、ContourPlot3D、RevolutionPlot3D、SphericalPlot3D、DensityPlot、DensityPlot3D、RegionPlot、RegionPlot3D、ListPlot、ListPlot3D、ListContourPlot、ListContourPlot3D、ListContourPlot3D、ListPointPlot3D、ListDensityPlot、ListDensityPlot3D 。统计图作图函数主要包括Histogram、Histogram3D、DensityHistogram、SmoothHistogram3D等 。

猜你喜欢