I wanted to create a matrix of 5 rows and 2 columns.
For that i have written the code
pascal A_matrix: ARRAY [1..2, 1..5] OF REAL := [fei, fei, fei, fei, fei, 0, fei_predicted, fei_predicted, fei_predicted, fei_predicted]; // (NxN_u matrix i.e 5*2
Will the code generate in the form of 5*2 matrix?