Project information

  • Category: Web App
  • Client: University Project
  • Project date: February, 2022
  • Project URL: github

The Java project, is designed to perform matrix operations.

It utilizes multiple threads to multiply arrays and calculate a new resulting vector.

The program prompts the user to input the number of threads, array rows, and array columns.

It then generates random numbers to populate the matrix A and the vector.

After processing the calculations, the program prints the original matrix A, the vector, and the resulting new vector.

The project demonstrates efficient computation using parallel processing and provides the execution time for the specified number of threads.

  • Java
.