Rearranging an equation containing the linsolve function

2 ビュー (過去 30 日間)
BOB
BOB 2019 年 7 月 8 日
回答済み: Stephan 2019 年 7 月 8 日
Hi folks,
I have used the following equation to determine A:
A = linsolve(CoefficientsMatrix,Residuals)
For determining A, CoefficientsMatrix was a 10 x 10 double, and Residuals was a 10 x 1 double. This produced a 10 x 1 vector (A).
I want to rearrange this equation to determine the Residual 10 x 1 double (assuming I know the other two input variables above), but I'm not familiar with how I would do this considering the linsolve function is present and that it uses two variables.
Thanks for any help.

採用された回答

Stephan
Stephan 2019 年 7 月 8 日
Residuals = CoefficientsMatrix*A

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by