
| 
 | 
 | 
 | 
 | |||
| 
 | 
 | 
 | 
 | Matrix Calculations | ||
| 
 | 
 | 
 | 
 | 
 | ||
| u To calculate the scalar multiplication of a row | ||||||
| Example | To calculate the product of row 2 of the following matrix and the scalar | |||||
| 
 | 4 : | 
 | 
 | 
 | 
 | 
 | 
| 
 | 
 | 
 | 1 | 2 | 
 | 
 | 
| 
 | 
 | 
 | 
 | 
 | ||
| 
 | Matrix A = | 3 | 4 | 
 | 
 | |
| 
 | 
 | 
 | 5 | 6 | 
 | 
 | 
Input multiplier value.
ew
Specify row number.
cw
6(EXE) (orw)
u To calculate the scalar multiplication of a row and add the result to another row
| Example | To calculate the product of row 2 of the following matrix and the scalar | |||||
| 
 | 4, then add the result to row 3 : | |||||
| 
 | 
 | 
 | 1 | 2 | 
 | 
 | 
| 
 | 
 | 
 | 
 | 
 | ||
| 
 | Matrix A = | 3 | 4 | 
 | 
 | |
| 
 | 
 | 
 | 5 | 6 | 
 | 
 | 
Input multiplier value.
ew
Specify number of row whose product should be calculated.
cw
Specify number of row where result should be added.
dw
6(EXE) (orw)
20050401