MML-Book icon indicating copy to clipboard operation
MML-Book copied to clipboard

Chapter 2 Question 3

Open cammckenzie opened this issue 5 years ago • 1 comments

Thanks for the solutions, I believe that your matrices are have the variables defined in the wrong order.

You have them defined as

1 x y 0 1 z 0 0 0

Whereas the book has them defined as

1 x z 0 1 y 0 0 0

cammckenzie avatar Sep 30 '20 04:09 cammckenzie

could be! Wanna submit a PR?

ilmoi avatar Oct 09 '20 14:10 ilmoi