Determinant of a Matrix
For CS 566 I implemented an algorithm that runs on a cluster and find the determinant of a matrix. The algorithm distributes the matrix across the nodes of the cluster and divides the processing across the nodes. More info here.
MPI find_max Project
For the CS 566 class (Parallel Processing) I implemented the find_max algorithm for use on clusters. The program creates a random array of n numbers, distributes the array across all the nodes of the cluster and then finds the max. The program also calculates the processing time, communication time and overall time to find the…
Ninja Vision
For the Human Augmentics class I developed a tactile display suite of 16 sensors that “feel” the room.
vtkCamera problem with setPosition
While working on a VTK project, I had to change the position of the camera so by looking at the API, I used the setPosition() function. The problem that I faced that sometimes after changing the position I would get a blank black screen. Update() or Render() or Invalidate() did not work. The only way…

