An efficient parallel algorithm for computing determinant of non square matrices
Neda Abdollahi, Mohammad Jafari, Morteza Bayat, Ali Amiri, Mahmood, Fathy

TL;DR
This paper introduces a parallel algorithm that significantly reduces the time complexity of computing determinants of non-square matrices to O(n^2), addressing a computationally challenging problem.
Contribution
It presents a novel parallel algorithm specifically designed for non-square matrices, improving efficiency over existing methods.
Findings
Achieves determinant computation in O(n^2) time complexity.
Addresses NP-hardness in determinant calculation for rectangular matrices.
Provides a scalable parallel approach for large matrices.
Abstract
One of the most significant challenges in Computing Determinant of Rectangular Matrices is high time complexity of its algorithm. Among all definitions of determinant of rectangular matrices, used definition has special features which make it more notable. But in this definition, C(n m) sub matrices of the order m*m needed to be generated that put this problem in NP hard class. On the other hand, any row or column reduction operation may hardly lead to diminish the volume of calculation. Therefore, in this paper we try to present the parallel algorithm which can decrease the time complexity of computing the determinant of non-square matrices to O(pow(n,2)).
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topicsgraph theory and CDMA systems · Interconnection Networks and Systems · Advanced Graph Theory Research
