Slightly ill, did not go to the university, asked:
Determine the largest element in each row of the matrix A [B, C], where B <= 10, C <= 15.
Can you explain what you need to do here?
Slightly ill, did not go to the university, asked:
Determine the largest element in each row of the matrix A [B, C], where B <= 10, C <= 15.
Can you explain what you need to do here?
Do you have a matrix [10,15]:
Well ... What to do? Take a notebook from classmates and solve problems in it, that's it.
And what is incomprehensible? Can you determine the largest element in a set of numbers (for example, in an array)? So run the definition of the largest element for each of the rows of the matrix. (How are the elements in the matrix addressed, you know?)
Update
Well, at least with fellow students, girls from the first party usually explain everything with pleasure.
As far as I understood the task, B
and C
are the dimensions of the matrix, respectively, according to X and the game. And the numbers in the matrix are any.
Update 2
So you
Source: https://ru.stackoverflow.com/questions/374498/
All Articles