Malkey Posted January 26, 2008 Posted January 26, 2008 (edited) First, to the many ex-fellow guest that browse these forums on Autoit. When you first register, you are allowed 64k upload. After five posts, and if you are not banned forever, you are allowed 1mb upload. I never saw this information anywhere. The main reason I registered was to share this matrix calculator. I have had fun exploring matrix manipulation, and would like to see matrices or 2D arrays to become as familiar as ordinary numbers that we use ever day. I think this calculator is a step towards that outcome.To the fourteen, must have been guests, that downloaded my first zip file 2 weeks ago, you will see a difference.This is my third attempt at a Main window interface. Before this current version, I came across Martin's calculator @http://www.autoitscript.com/forum/index.ph...st&p=374121I always intended to add it, which I have. It was an amazingly easy process. I should have started with Martin's calculator and added the matrix functions. A much simpler script would have resulted. From text books we have terms like these:- Inverse, reciprocal, and my favorite Multiplicative Inverse. They are actually, and could have come under a 1/x button.At the moment, it acts like two separate calculators. The matrix side, and Martin's line calculator, sharing the Rich Text box command line. The operands of the two can not be mixed. Really good if they could.What it really needs next is a cut, copy, paste. I am tried of always Ctrl + C for copy and Ctrl + V for pasting to command line.Edit: See http://www.autoitscript.com/forum/index.ph...st&p=474934for latest working version. Edited December 23, 2008 by Malkey
gseller Posted January 26, 2008 Posted January 26, 2008 Hi... Do ya have a version for 3.2.10.0? A3LRichEdit.au3 was removed and several others renamed.. Thanx..
Swift Posted January 26, 2008 Posted January 26, 2008 I Found that using the .exe was better... because...yes...it doesnt work with AI .10 sadly....but i like it...what exactly is this program used for...beside the calculator?
Malkey Posted January 27, 2008 Author Posted January 27, 2008 (edited) ...what exactly is this program used for...beside the calculator?Originally, it was a demo to show the matrixUDF.au3 functions working on any size matrix that the 2DArray.au3 lacked.Now, if you are in the know about matrices it's a tool. Just a calculatorIf not in the know, it's a tool to explore the infinite possibilities that the power of matrix manipulation offers.Everybody knows about and uses multiply and divide on ordinary numbers. With big numbers, I use a calculator.Less people know about and use trig. functions, cos, tan, etc.A lot less people know about and use matrix functions.The same multiply and divide rules used with numbers can be used with matrices. You are use to manipulating numbers. Now you can manipulate matrices with the same ease. Or will be able to when the matrix functions are integrated with the command line calculator. The basics are there. It's a start.I did a Google search on use of matriceshttp://www.google.com.au/search?q=use+of+m...art=10&sa=NThey are used everywhere. One good, basic example from that search washttp://www.sjbaker.org/steve/omniv/matrice...ur_friends.htmlThe mod inverse function (or will be mod( 1/x, m), where x is a matrix, and m is the modulo) is an amazing function, totally under utilized. If you can get your head away for its use in cryptology, its many uses have not been dream of yet. (Or I haven't seen, heard about it.)Edit: Removed A3LRichEdit.au3 No longer needed. Edited December 23, 2008 by Malkey
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now