Dear all,
I have a matrix E = ( 1, 2 , -3 ,-6 \ 3 ,4, 1, 3)
How can I calculate the product of all element in each rows.
The results should be r1 = 1 x 2 x (-3) x (-6) = 36 ; r2 = 3 x 4 x 1 x 3 = 36
Thanks.
I have a matrix E = ( 1, 2 , -3 ,-6 \ 3 ,4, 1, 3)
How can I calculate the product of all element in each rows.
The results should be r1 = 1 x 2 x (-3) x (-6) = 36 ; r2 = 3 x 4 x 1 x 3 = 36
Thanks.
Comment