Posts by n096 • 11 points
1 post
-
-1
votes2
answers92
viewsQ: Find the first line in the matrix with all positive elements, and the sum of these elements. Reduce all elements to that sum
Find the first line in the matrix with all positive elements, and the sum of these elements. Reduce all elements to that sum. Here is my attempt, but in this way add up the positive elements: matrix…