Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

multiplication of matrix in c

enter the number of row=3
enter the number of column=3
enter the first matrix element=
1 1 1
8 8 8
3 3 3
enter the second matrix element=
1 1 1
2 2 2
3 3 3
multiply of the matrix=
6 6 6
12 12 12
18 18 18
Source by www.javatpoint.com #
 
PREVIOUS NEXT
Tagged: #multiplication #matrix
ADD COMMENT
Topic
Name
8+6 =