News

Matrix of length N Rotate the matrix 90 degrees clockwise and you'll see that Row I becomes the penultimate column. Column J becomes row J So the correspondence is [I,J] -> [J,N-1-I] (N-1 here because ...
Improve this page Add a description, image, and links to the rotate-matrix topic page so that developers can more easily learn about it.
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...