Search found 2 matches
- Wed Aug 26, 2009 7:34 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Diagonalize a matrix
- Replies: 10
- Views: 7179
Ok, just looked at your script. I think this challenge to speed it up is best passed on to the use list too: http://lists.runrev.com/mailman/listinfo/use-revolution But for being completely new to rev, I just can say wow. Pretty clean code. :) Now, I am shocked... I changed your while statement in ...
- Wed Aug 26, 2009 6:46 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Diagonalize a matrix
- Replies: 10
- Views: 7179
Diagonalize a matrix
I am completely new to Revolution. I have downloaded the revmedia alpha version and played a bit with it. I was impressed by how fast I was able to port a little VB6 code to RevMedia. This code diagonalize a symmetric matrix using the Jacobi algorithm. I checked against the VB6 code and I got exactl...