Manuals/calci/DIM
Jump to navigation
Jump to search
DIM ()
Description
- This function shows the matrix dimension values in row and column ways.
- In , the parameters are any set of values.
- The parameter values are any real values.
- The given parameter values are showing in a row and column wise values.
- So first set of values are assigning in a first row,second set of values are assigning in a second row and so on.
Examples
1. DIM([[1,2],[3,4],[8,9],[10,11]])
1 | 2 |
3 | 4 |
8 | 9 |
10 | 11 |
2.DIM([[10,6,-8,3,2],[3,7,2,9,-11],[2,7,4,-26.3]])
10 | 6 | -8 | 3 | 2 |
3 | 7 | 2 | 9 | -11 |
2 | 7 | 4 | -26.3 |