迭代运算程序我要分享

Iterative procedure

关注次数: 104

下载次数: 0

文件大小: 3.63 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:迭代法也称辗转法,是一种不断用变量的旧值递推新值的过程,跟迭代法相对应的是直接法,即一次性解决问题。迭代法又分为精确迭代和近似 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报


English Description:

Iterative method, also known as rolling method, is a process of recursing new values from the old values of variables. Corresponding to iterative method, it is direct method, that is, solving problems at one time. Iterative method is divided into exact iteration and approximate iteration


代码预览

相关推荐