saving . . . saved Augmented matrix has been deleted. Augmented matrix has been hidden .
Augmented matrix
Title
Question
Dear Sir,
How to add a new column to an existing matrix

Scilab Matrix-Operations 10-11 min 0-10 sec 22-04-20, 5:11 p.m. Rugma

Answers:

If you want to add the column "b" to the right side of the matrix "E" and call the augmented matrix as F, give the following command:

F = [E b]

You have to make sure that the number of rows is the same for both E and b in the above.
22-04-20, 5:22 p.m. kannan
Thank you
22-04-20, 10:41 p.m. Rugma

Login to add comment


Log-in to answer to this question.