Getting errors in matrix calculation
Title
Question
I am getting errors such as Syntex errors, inconsistant row columns in matrix calculations. Please help in this regard.
Scilab Vector-Operations 05-06 min 20-30 sec
Answers:
Inconsistent indicates that the elements are not entered equally. Check whether in the matrix all the elements are entered.
for an example 2X3 matrix
a = [2 3 1; 3 4 3]
Login to add comment