Recent content by vcakula

  1. V

    What are the different number of matrices available for the following

    Can you just solve the above problem and let me know the steps which you have followed so that I can compare my answer with yours
  2. V

    What are the different number of matrices available for the following

    Lets us assume that there are no 0's in the matrix and all the elements of the matrix are unique i.e there are no repetitive elements in the matrix. So the question is like replacing 2 elements in column 1 by 0's. I tired to treat each column separately as a line with 5 places and check the...
  3. V

    What are the different number of matrices available for the following

    Greetings, I have a matrix of order 5 x 5 I would like to replace the 2 elements in column 1 with 0's 1 elements in column 2 with 0's 4 elements in column 3 with 0's 3 elements in column 4 with 0's 2 elements in column 5 with 0's What are the different number of matrices...