The task of this project was to write the following methods without using the methods of the array class:
- Add - Add a matrix.
- SortDescending - Sort matrix in descending order.
- SortAscending - Sort matrix in ascending order.
- Inversion - Matrix inversion.
- SearchPositive - Find the maximum positive number.
- SearchNegative - Find the maximum negative number.
- NumberOfNegative - Display the number of negative numbers in the matrix.
- NumberOfPositive - Display the number of posotive numbers in the matrix.