discrete mathematics - Calculating the sign of a NxN determinant -


is there more efficient way determine sign (negative or positive or zero) of determinant calculating full value of determinant , comparing zero?

there methods, can approximate determinat of integer matrix faster, computing exact value. these methods used compute sign, since there great probability of correct result. see this paper more details.

however afaik there no exact method of computing sign of determinant faster computing value itself.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -