In many cases, the smallness of the residual means that the approximation is close to the solution, i.e.,

残差:结果的差值

误差:近似解与解的差值

https://en.wikipedia.org/wiki/Residual_(numerical_analysis)

Loosely speaking, a residual is the error in a result. To be precise, suppose we want to find x such that

Given an approximation x0 of x, the residual is

whereas the error is

If the exact value of x is not known, the residual can be computed, whereas the error cannot.

最新文章

  1. Mybatis添加到Spring
  2. oneThink后台添加插件步骤详解
  3. java提高篇(九)-----实现多重继承
  4. iOS GCD中的dispatch_group
  5. Objective-C----MRC内存管理 、 自动释放池 、 面向对象三大特性及封装 、 继承 、 组合与聚合
  6. input:text 的value 和 attribute('value') 不是一回事
  7. linux常用命令之--文本编辑和文本内容查看命令
  8. HIT 1867 经理的烦恼
  9. 多种下载文件方式 Response.BinaryWrite(byte[] DocContent);Response.WriteFile(System.IO.FileInfo DownloadFile .FullName);Response.Write(string html2Excel);
  10. 初识ElasticSearch
  11. 走进JavaScript——重拾对象
  12. [HNOI2011]数矩形
  13. Quick Sort(三向切分的快速排序)(Java)
  14. 加密 解密 RSA & AES & DES
  15. python1113
  16. 微信内置安卓x5浏览器请求超时自动重发问题处理小记
  17. python中的列表的嵌套与转换
  18. ios技术篇:导航栏push遵循的三个规则
  19. openerp学习笔记 视图(tree\form)中隐藏按钮( 创建、编辑、删除 ),tree视图中启用编辑
  20. Windows10(UWP)下的MEF

热门文章

  1. 【Hadoop】Flink VS Spark?Drill VS Presto?
  2. [转载]linux 清除系统cached
  3. Time.timeScale 时间缩放
  4. Eclipse 使用 SVN 插件后改动用户方法汇总
  5. TabControl
  6. 无法调试存储过程,无法启动T-SQL调试
  7. Android网络框架Volley
  8. java网络编程(2)InetAddress 类及udp协议
  9. Linux基础之常用基本命令备忘
  10. 二路归并排序的java实现