Skip to content

GillesMyny1/Parent-Child-Matrix-Determinant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parent-Child-Matrix-Determinant


To Extract and Run the Program for the First Time:

  1. First extract the tar file with "tar -xvf archive.tar"

  2. Then execute the "make" command to create the executable for the program

  3. Then execute "./DET" to run the program with the given hardcoded matrix


To Change The Input Matrix:

  1. Open the DET.c file with "vi DET.c"

  2. Navigate down to the main() function, the first line will have the hardcoded input matrix

  3. Change this array to any 3x3 matrix you'd like

  4. Exit the file and run the "make" command again

  5. Then execute "./DET" to run the program with the new hardcoded input matrix

About

Find the determinant of matrix with 3 child processes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published