saving . . . saved matrices has been deleted. matrices has been hidden .
matrices
Title
Question
how to write matrix

Scilab Matrix-Operations 07-08 min 30-40 sec 15-06-20, 9:20 p.m. manjusmahe@gmail.com

Answers:

Suppose you want to define 3*3 matrix A then type,

A=[1 2 3; 4 5 6; 7 8 9]
or
A=[1, 2, 3; 4, 5, 6; 7, 8, 9]

Use space/comma to write a number in same row and use semicolon(;) to go to next row.
16-06-20, 10:45 a.m. rashpat93


Log-in to answer to this question.