I have surfed the net and the forums to know how to calculate or make a program to know the average of a matrix with a calculator Casio 35 + that uses Basic
.
This is what I have for now:
Fill(1,Mat A) 'que ya fue creado con el tamaño correcto
Mat X*Mat A->Mat M
Mat X - Mat M->Mat Y 'seria mejor utilizar un Return ?
Mat A
was already created with the correct size, but do you know a way to create it automatically in the program? Do you know a way to get the vectors of the matrix Y
?