Tag Archives: Matrix

More Matrices (and a site update)

I’ve added a function to determine the trace of a matrix, since even though it doesn’t come up that often, it does come up occasionally, and it only takes about thirty seconds to code. public static double trace(double[,] matrix) { … Continue reading

Posted in Science | Tagged , , | 1 Comment