
Qube, The Movie

- Category:
- Color,
- Fun,
- Graphics,
- Matrices,
- Programming
This blog post describes Qube, my Rubik's Cube simulator. Source code for Qube is now available in one single file from this link: Qube_osf.m. I will also submit the code to the MATLAB Central File Exchange. As usual, I welcome any feedback.... read more >>
Rubik's Cube is one of the great mathematical puzzles of all time. Most people are just interested in solving Rubik's Cube rapidly, but deeper investigation reveals a rich mathematical and computational structure. A digital Rubik's Cube simulator provides a laboratory for the study of linear algebra, group theory, data structures and computer graphics.... read more >>
The answer: A\A is always I, except when it isn't.... read more >>
My recent obsession with cubes in this blog has led me back to Rubik's cube, perhaps the greatest mathematical puzzle of all time.... read more >>
Matrices in action.... read more >>
See Cube and Teapot.... read more >>
Use a cube instead of the Utah Teapot in my previous post. I was pleasantly suprised by the final screen shot.... read more >>
Matrices like the ones shown in the following screen shots are at the heart of computer graphics. They describe objects moving in three-dimensional space. MATLAB's Handle Graphics uses them. So does MathWork's new RoadRunner editor. And so do all popular video games and CAD packages.... read more >>
I am giving a five-minute talk today, May 26, at the virtual seminar on Complexity of Matrix Computations. Here are my slides. Two new MATLAB functions, tred and imtql, instrumented to count flops, are available in symeig.m.... read more >>