ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Programming :: Program Ideas :: Math Program Ideas
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
m85476585  Account Info

How do you make a program that factors?

     16 January 2005, 03:26 GMT


Re: Re: Math Program Ideas
m85476585  Account Info

numbers, not polynomials

     16 January 2005, 16:14 GMT


Re: Re: Re: Math Program Ideas
pachacco2  Account Info

easy, but long way:

Promt A
For X,1,_sqrt_A
A/X->B
If B=IPart(A
Then
X->L1
A/X->A
0->X
End
End
Disp L1

^untested, but it should work

     22 January 2005, 06:22 GMT


Re: Re: Re: Re: Math Program Ideas
pachacco2  Account Info

sorry about the stupidity. my brain was kinda... turned off:

1->C
Prompt A
For X,2,_sqrt_A
A/X->B
If B=iPart(B
Then
X->L1
A/X->A
0->X
C+1->C
End
End
Disp L1

^you need to define where it goes in L1, do iPart(B) (not A), and also you need to start at 2 cuz 1 is always a factor

sry >.<

     22 January 2005, 06:28 GMT


Re: Re: Re: Re: Re: Math Program Ideas
pachacco2  Account Info

XD i'm stupider than I thought today. 1 last change should do it:

...
0->X
...

change to 1->X

     22 January 2005, 06:30 GMT

I think this might involve calculus
pachacco2  Account Info

This is technically a math program, though I'll actually be implementing it in a game-

does anyone know a way that variables can be implied to change a parabola? I need to be able to pick a starting point for the parabola and set an arc based on 2 factors:

power- "intensity" of the parabola
elevation- (obviously) the angle from which it is fired

if anyone knows how to make something like that, please inform

     22 January 2005, 06:12 GMT

Re: Math Program Ideas
Carl Monroe  Account Info

Does anyone know of where I can get a radical rationalizer, or can anyone write one; such as, if I have 2/65 and I want to rationalize that to 265/65.

     24 January 2005, 22:50 GMT

Re: Math Program Ideas
Carl Monroe  Account Info

I have a TI-86, and am wondering if anyone can recommend or write some programs that would be useful in a college trigonometry class. I have written my own programs for College algebra, but have not had much luck getting my trig programs to work. Any program would be helpful, but one that could display exact answers, such as if I have a radical, would be even more helpful. Thanks!!!

     30 January 2005, 02:17 GMT

Decimal to fraction program
c u  Account Info

Can someone make a Decimal to fraction program for me please.

Thanx

     9 February 2005, 02:54 GMT


Re: Decimal to fraction program
Jake Griffin  Account Info
(Web Page)

If you're talking for the 83+... [Math][Enter][Enter]... ;)

     7 April 2005, 05:53 GMT

Re: Math Program Ideas
dukeofism Account Info

can any one tell me how to write a random number geterating program that is fairly simple?

     24 February 2005, 00:45 GMT

Re: Re: Math Program Ideas
george linkington  Account Info
(Web Page)

the calc can already do that

     4 October 2005, 01:35 GMT

Re: Re: Math Program Ideas
cool776  Account Info
(Web Page)

go to math, prb, and rand is a random number from 0 to 1. randint is random integer from X to Y (as in randint(x,y)

     17 April 2006, 03:36 GMT


Re: Re: Math Program Ideas
Jonah Scheinerman Account Info
(Web Page)

Try this:
Create a list called A and insert 1 as the first number.

:LA(1)+1->LA(1)
:fPart(&#960;^LA(1))->N
:Disp N

     9 February 2007, 16:50 GMT

Re: Math Program Ideas
igorl  Account Info
(Web Page)

I think that someone should make a program for the TI-89 (I have a titanium) that graphs 3d functions defined implicitly. It could be assmebly or basic. Any ideas?

     4 March 2005, 19:30 GMT


Re: Re: Math Program Ideas
Jake Griffin  Account Info
(Web Page)

Similar to the programs I wrote which are in curves3d.zip and parm3d.zip in the 89/math directory (or you can just look in my author profile...Let me know if this is what you mean...

     7 April 2005, 05:58 GMT


Re: Re: Re: Math Program Ideas
igorl  Account Info
(Web Page)

I've seen them and they look pretty cool. I actually saw an assembly program like that, except it crashed my calculator. I was thinking along the lines of a program that can graph implicitly defined equations, like x^2+y^2+z^2=1, where it graphs it all and you don't have to solve for z. I couldn't think of a way to make something like that, though. it would be cool if your program could do real-time rotation, though it would probably be very slow.

     12 May 2005, 03:04 GMT

Re: Math Program Ideas
vahsaw Account Info

I would like to know how to create a progaram that simplifies radicals. Do any of ya'll know how to do this?

     26 March 2005, 17:35 GMT


Re: Re: Math Program Ideas
cool776  Account Info
(Web Page)

search archive for radical simplifier. lots of hits.

     17 April 2006, 03:38 GMT


Re: Re: Re: Math Program Ideas
yellowPig Account Info

for an 83+ here's how you can write one (you have to change all variables to letters):

input number
2->i
0->summ
0->tempsum
sqrt(number)->sqrtnumber
while i<=sqrtnumber
while fpart((number/i)/i)=0
tempsum+1->tempsum
(number/i)/i->number
end
summ*tempsum*i->summ
i+1->i
end
disp "outside the radical is",summ
disp "under the radical is", number/summ

The variable names don't make much sense except to people who program with the same style as I use, but I do have reasons for choosing them.
I haven't debugged this at all; I just wrote it now, so it might need tuning up.

     30 April 2006, 04:29 GMT

Re: Math Program Ideas
hobbit2 Account Info

Yes, I am looking for someone who may have a program for figuring out factors, binomial, polynomial, trinomials. This would be for a ti-84 plus thank you

     24 April 2005, 21:45 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.

  Copyright © 1996-2012, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer