I need to work with a matrix. You should be able to input numbers in matrix (for example if i need to have 1 on the diagonal and 0.6 up and under the diagonal i can just input it, 0.6 is only on the line under the diagonal). It has a simple solution but gets tricky when i also want to edit size of the matrix.
Im using numpy library