Math Program Ideas
|
Post your ideas for new math programs here, or build on ideas posted by other visitors.
|
|
Reply to this item
|
Re: Math Program Ideas
|
Brett Elam
|
I have a TI-83 plus silver edition and i was wondering if anyone has made or could make a program that would solve for any variable like what the 89, for example, could do? If you think it is possible then e-mail me at brettelam@attbi.com. Thanx
|
|
7 June 2003, 19:20 GMT
|
|
Re: Math Program Ideas
|
Frank A. Nothaft
(Web Page)
|
Well, I'm working on updating QuadForm Math OS 4 (a math program) so that it has support for plug-ins (aka, if its not there, you can get a module for it so that it is there). It involves no code editing on part of the end-user. It would make it more flexible. Do you find the idea interesting?
|
|
11 June 2003, 02:25 GMT
|
|
Re: Math Program Ideas
|
Paulers Devine
|
I was wondering if there is a function built that will convert equations between standard form and slope intercept. I know there are programs to do this but I was hoping for a function.
|
|
21 June 2003, 06:20 GMT
|
|
Re: Math Program Ideas
|
Andy Aguirre
(Web Page)
|
Hello .... Gentlemen,Ladies,Children.... And some female k-9's..... I'm And... Yes, AND .....
I have a TI-83+ (It is actually my Younger broter...I have A HP 49G an awesomemachine) and I'm working in a RPN modules... IT doesn't really do the reverse polish notation ..... But it set a real clock on the system a Calendar ( a true calendad like the HP one )and a date calculator ..... ( I already have all that in TI - BASIC code....But it is impossible to set a clock permamently....(@_@)...)...
So dear comrades ... I need your help....And the question is:
Where should I the Time/Date menu ....( In English: .. In which key....?????)
If you have a solution .....
Please reply this message
(I'm doing this because that TI-83+ has become one my favorite toys ... And I carry that little machine anywhere .... and i like to know the time and date...It is like a Pda)
|
|
21 June 2003, 18:38 GMT
|
|
Finding Inverese Matrix
|
Yuichiro Kimura
|
Can someone create a program that gives an inverse of a matrix?
Just like this, when you type
A^-1
It gives the inverse matrix.
|
|
26 June 2003, 08:04 GMT
|
|
Re: Math Program Ideas
|
Eddie clemons
|
i would love to be able to factor on my ti-83, but im not sure it can even do that, if anyone can help me on this i would greatly appreciate it a lot, you can email me at dazedleo@aol.com
|
|
1 July 2003, 10:33 GMT
|
|
|
|
|
Re: Re: Math Program Ideas
|
natedog1
|
yeh, to be able to factor is simple. If you take the number and set it in a loop, and then divide it by 2,3,5,7,13 then you would get an acurate program as long as you didn't go that high. When you divide, you have to make sure that it is equal. Under your math 2 button, you have an int feature. set the two equations equal to one another in an if then statement and if it is false, have it go to the next on. If not, display what it was divided by and start over. If you want me to write it out, I can, but at this point, I can not download thing to the archives.
hope this helps
and ig you need more, send me something through e-mail.
|
|
30 May 2006, 16:29 GMT
|
|
Re: Equation Solver!!!
|
no1leftypitcher
(Web Page)
|
First off go to this web address above, click the 'solve' link to the right and look it over. Is it possible to create a program on the 83+SE that would do this? If so let me know. Thanks
|
|
6 July 2003, 02:35 GMT
|
|
Dice
|
Sk0
|
I really need to know how to make a random number from 1-6 in asm for the 83 plus. I can do it in basic (its really easy) but im not sure in asm. As the subject suggests, it will be made into dice, but the animation will come later. I need to generate the outcome, first. If anybody knows how, please, PLEASE reply.
-Sk0
|
|
12 July 2003, 02:48 GMT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Re: Re: Re: Re: Dice
|
Arno Kret
|
There are many possible ways to go here, i think in your case its best to do this:
ld a, (OP1 + 2)
and $f0
rra
rra
rra
rra (The value is now in the accumulator)
ld l, a put it in hl
ld h, 0
call _disphl display it
But this will only work when you are sure the number in OP1 is not bigger than 9 or smaller than 0. (In some other cases too, but difficult to explain).
So when you have number, ranging over a larger area, use this (the code is less efficient though):
ld a, 10 a contains how many digets you want to display
call _dispop1a
call _grbufcpy_v I am not sure if this call is neccesary since it only copies the virtual screen to the real screen, i do not know if dispop1a does this thing automatically.
|
|
24 July 2003, 13:15 GMT
|
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
You can change the number of comments per page in Account Preferences.
|