[Solving System of Linear Equations] What is the norm of the error and how is it different from the norm of the residual?
1 回表示 (過去 30 日間)
古いコメントを表示
So I am given two systems: Ax=b and Bx=c where A & B are n by n matrices and b and c are vectors of n size. I'm supposed to solve each system for x using "inv" and "\" functions and calculate the norm of the residual and norm of error. I know how to calculate the rest BUT I don't know how to calculate the norm of the error. What is the norm of the error?
0 件のコメント
回答 (1 件)
Rishabh Rathore
2018 年 6 月 5 日
編集済み: Rishabh Rathore
2018 年 6 月 5 日
Error refers to the difference between the observed value and the actual values while residual is the disagreement between the observed values and the estimated values of the observed quantity.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Mathematics and Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!