If we have the product , this is basically same as:
Now “converting” this expression into an augmented matrix:
- Where the first column is , second is , third is .
- And the first column’s coefficient is , second is and so on.
Search
Aug 27, 2024
Related:
If we have the product Ax=b, this is basically same as:
b=x1a1+x2a2+x3a3Now “converting” this expression into an augmented matrix:
.........b1b2b3