The MatrixOp library helps in performing mathematical operations on vectors and matrices (arrays of one or two dimensions).
There is a demo program which can actually be used as an application. It is working on 480*800 (160) and 800*1280 (160) displays, other types of devices may need textsize adaptations.
Short operation manual:
There are 3 matrices of 9x9 max named A,B,C, selection to create, view or load from csv file by RadioButtons.
To create a matrix input rows and cols in the top right edittexts and push "create" and "view", then fill in the data. "Control" loads it to the actual matrix.
Reading a csv file -( it should be in sdcard/Matrix folder) - the first row of headers is ignored (to keep the same files I used in B4PPC ).
The "Control" button shows the menu of buttons to select the required operation.
The K Edittext is for input of Scalar or Rounding integer, or for display of single number results (like determinant).
Please report any problems.
There is a demo program which can actually be used as an application. It is working on 480*800 (160) and 800*1280 (160) displays, other types of devices may need textsize adaptations.
Short operation manual:
There are 3 matrices of 9x9 max named A,B,C, selection to create, view or load from csv file by RadioButtons.
To create a matrix input rows and cols in the top right edittexts and push "create" and "view", then fill in the data. "Control" loads it to the actual matrix.
Reading a csv file -( it should be in sdcard/Matrix folder) - the first row of headers is ignored (to keep the same files I used in B4PPC ).
The "Control" button shows the menu of buttons to select the required operation.
The K Edittext is for input of Scalar or Rounding integer, or for display of single number results (like determinant).
Please report any problems.
Attachments
Last edited: