Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - holmes221b

Pages: 1 [2]
16
TI-BASIC / Inputting Data into a Matrix
« on: December 09, 2010, 03:10:39 pm »
I was flipping through my pre-calculus textbook the other day and I came across a problem involving cryptography and matrices, specifically something called a Q32 Fibonacci encryption matrix. Being the sort of person I am, I immediately decided I needed to code a TI-BASIC program utlizing this method of encryption.
But the only problem is that I can't seem to figure out/remember how to input data into a matrix--I keep getting either ERR: DIM or ERR: DATA TYPE for the key matrix, no matter what I try.

And how would one go about inputting user selected variables into a matrix? I've currently got the following bit of code in my cal for this, but until I can figure out how to input data into a matrix the code remains untested.
Code: [Select]
:Prompt A,B,C,D,E,F,G,H,I
:[[A,B,C][D,E,F][G,H,I]]->[J]

17
TI Z80 / Multitab 83+ & Chemitab 83+
« on: June 16, 2010, 11:35:35 am »
I only joined yesterday, but I've already got two programs in the works, both of which are (probably) going to be completely written in TI-Basic.

The first is Multitab 83+. It is a math program that will allow the user to (quickly) look up the multiplication table on their TI-83+. Currently, all I've got is the name and a (very) rough idea of how the program will work. I've not seen anything like this before, at least for the TI-83+.
DONE!


The second is Chemitab 83+. It is a science program that will allow the user to look up most any element on the periodic table of the elements on their TI-83+. Currently, all I've got is the name and an extremely rough idea of how the program will work. I've seen similar programs to this idea, but the only one that was completely written in Basic that I was able to find used a pic for the table, which prevented me from being able to successfully install the program by hand into my calculator (I don't own a link cable), which in turn has motivated me to create my own periodic table look-up program for the TI-83+.
Version 2.0 coming January 2011


Updates
December 9, 2010 -- Both projects have been temporarily abandoned due to accidentally reseting my calculator's memory and losing all of the coding I had thus far done on these programs.
December 14, 2010 -- Chemitab officially on hold until June 2011; First release of Multitab code for peer review
December 15, 2010 -- Second release of Multitab for peer review
December 17, 2010 -- Multitab 83+ version 1.0 completed.
December 19, 2010 -- Chemitab 83+ version 1.0 completed.
December 28, 2010 -- Chemitab 83+ version 2.0 completed.

18
Site Feedback and Questions / A Guide for New Members?
« on: June 15, 2010, 02:02:49 pm »
I was just thinking that a guide for new members might be useful (I know I would, at the very least!).
Like some sort of FAQ, with answers to questions like "How do edit my profile information?", "Why can't I answer PMs?", that sort of thing.

19
Introduce Yourself! / New Person Here.
« on: June 15, 2010, 12:37:22 pm »
Hello. I hate introduction posts, but that doesn't stop me from introducing myself....I hate them because I don't really have a good idea of how to introduce myself, is all.
You can call me Holmes or McCoy, I answer to both. I'm a relative newcomer to coding, but I learn fast, and not in a linear manner, so don't be too surprised if I know something pretty advanced and yet don't know something that is really basic.
Can't think of anything else to say about myself at the moment...

Pages: 1 [2]