Hi, How I can Calculate each of row of matrix:
for example my matrix is:
{{0.187364, 0.141503, 0.377614, 0.0874997, 0.20602}, {0.191523,
0.322754, 0.19008, 0.0559412, 0.239701}, {0.199786, 0.136589,
0.0801141, 0.563902, 0.01961}, {0.207987, 0.27773, 0.224755,
0.0650083, 0.224519}, {0.21334, 0.121424, 0.127437, 0.227649,
0.310149}}
first row is: {0.187364, 0.141503, 0.377614, 0.0874997, 0.20602}
I want to calculate the sum of all of this elements in the row.