The document proposes faster algorithms for geometric problems by using dynamic determinant computation. Many geometric algorithms involve computing determinants of matrices to evaluate geometric predicates. Computing determinants directly is expensive, especially for high-dimensional problems. The document presents an algorithm for dynamically updating determinants when a column of the matrix is changed in O(d^2) time, faster than recomputing from scratch. This dynamic determinant computation can speed up algorithms that require repeated predicate evaluations, such as the incremental convex hull algorithm, by updating determinants instead of recomputing them.