Boring stuff

Jun 10, 2005 10:57

I'm playing around with writing a library to do matrix arithmetic in my dinky Scheme implementation. I decided to compute determinants by expanding cofactors, so I wrote this function to get the minor of row n and column m of a matrix (that is, the matrix left when row n and column m are deleted). Since I am treating a matrix as simply a list of ( Read more... )

Leave a comment

Comments 2

cleotyne June 11 2005, 21:13:07 UTC
Me too!

Reply


nverzeanu June 12 2005, 00:55:21 UTC
I'd do it your way too! Except my game would run at, like, 0.003 Hz.

Reply


Leave a comment

Up