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

Math Program
Jim You don't Need to know Account Info

Ok you people out there that want the easy way out in your geometry, algabra, and pre-calc class
i got a math program for you that does most of what you need for these classes.
ne thing from: Area, surface area, volume, cramers rule, Conics, distance formula, end behavior, midpoint, pascals triangle, quadratic formula, reducing radicals, and slope.
It runs right out of the program menu, or if you really want to be secretive, it works under mirage (which can hide it from teachers)
I was hoping to sell it for like 2 bucks....but don't know if it will work that way... but if you want it..email me and i'll give it to you for free

slimjim005@aol.com

     7 March 2004, 22:46 GMT

Re: Math Program Ideas
Drumachine809 Account Info

I am 14 and need an algebraic binomial and trinomial factoring source code. I do not have an uplink cable so please send me the code.
Drumachine809@excite.com
-

     17 March 2004, 05:09 GMT

ATTENTION:
shkaboinka  Account Info
(Web Page)

Because I like to help people learn programming and stuff, I have setup a few yahoo groups where people can learn from me/eachother, share files/programs, post messages, etc. - Trust me, I am among the best, so I think it would be very beneficial.

I am very willing to teach people everything I know whenever I have free time (I like to work on a one-to-one basis). Check out my groups if you are at all interested or curious.

Below are the web addresses for my groups (CAREFUL, I had to put a space after each slash, so if you copy and paste, delete the spaces):

http:// groups.yahoo.com/ group/ TICALC101 - deals with ticalcs and stuff

http:// groups.yahoo.com/ group/ PROGRAMMING101 - deals with programming concepts, applications, and graphics in general

http:// groups.yahoo.com/ group/ CppJAVA101 - deals with C++ and Java

     27 March 2004, 06:09 GMT

HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Andy, Jeff Wildschuetz, Ornelas  Account Info

can someone help me create a program to find a remander of two divided #'s??

     30 March 2004, 20:09 GMT


Re: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Andy, Jeff Wildschuetz, Ornelas  Account Info

by the way i have a ti-83+se calc if that makes ne difference

     30 March 2004, 20:10 GMT


Re: Re: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Chivo  Account Info

Yes, it's called mod(), short for modulus.

mod(a,b) gives you the remainder of a/b.

     24 April 2004, 22:11 GMT


Re: Re: Re: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Andy, Jeff Wildschuetz, Ornelas  Account Info

where is the mod() botton??

     27 April 2004, 19:09 GMT

Re: Re: Re: Re: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Andy, Jeff Wildschuetz, Ornelas  Account Info

*****on a ti 83+se*****

     27 April 2004, 19:21 GMT


Re: Re: Re: Re: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Chivo  Account Info

It appears the TI-83+SE doesn't have the mod() function. Sorry about that. (I don't have a TI-83+SE).

Anyway, here's a way to compute the modulus of A and B and put the result in N:

If B:Then
A/B->N
B*(N-int(N))->N
If N<0:N+B->N
Else
0->N
End

You might have to tweak it a little to get it to work, but I think you get the idea.

     27 April 2004, 21:27 GMT

Re: Re: Re: Re: Re: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Andy, Jeff Wildschuetz, Ornelas  Account Info

hey i was wondering if u could help me w/something else could u create a programm that changes one base to another for example:45 base 6 converted to base 2 thx

     28 April 2004, 20:00 GMT


Re: Re: Re: Re: Re: Re: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Chivo  Account Info

You could try searching for one first. For example, you could probably find one or more in 83plus/basic/math (such as baseic.zip or bases.zip) or in 83/basic/math.

I don't want to sound rude or condescending, but you really should look first for what you want before you ask someone to do something for you. This site especially has most math programs a beginner like you or I would need.

Once you've learned enough and need a program that doesn't exist (at least on ticalc), one should hope that you would have the ability and knowledge to write what you need by yourself or at least to search the many resources available to you on the Internet and other places. This goes for most every beginner, not just you.

I'm not trying to be high and mighty by calling you and others a beginner; I still consider myself to be a beginner in many ways.

     3 May 2004, 06:22 GMT

Re: Re: Re: Re: Re: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Flexico8191  Account Info

A simpler way is to simply multiply the fraction part (fPart in the catalog) of the quotient (answer) by the denominator (the # you devide by)
ex) in 65/3=21+2/3, you would take 2/3*3, which is 2.

     24 May 2004, 18:26 GMT

Re: Re: Re: Re: Re: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
kirb Account Info

a better way is just round(BfPart(A/B)). the round part gets rid of any mistakes the calculator makes for only going out to 14 decimal places for calculations.

     26 May 2004, 01:03 GMT


Re: Re: Re: Re: Re: Re: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Flexico8191  Account Info

Thanks

     26 May 2004, 17:52 GMT


Re: Re: Re: Re: Re: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
yellowPig Account Info

to find the remainder of a/b:
fpart(a/b)--fpart is math-num-4
ans*b

OR

a-(ipart(a/b)*b)--ipart is math-num-3.

i think even an 83 has it, certainly an 83+ does.

You can type fpart or ipart into the 89, 92, Voyage, et c.

     7 April 2006, 22:01 GMT

Re: Calculus ideas
idi mallari Account Info

hi i am taking AP Calculus. please, i am begging you. someone has to create a super program for this class. it isn't a hard class, but it takes time to solve some stuff. also, a calculus program would save me time in contests. well see you and thanks

     3 April 2004, 01:55 GMT


Re: Re: Calculus ideas
Xeno_Cre8or Account Info

There already is one out there. It is - I believe - apluscalc.zip.

     1 September 2009, 01:08 GMT

Re: Math Program Ideas
Matthew ! Account Info

A lot of programs calculate everything for you in the background, giving you a final answer. What about a program that gives you the formula? I can't remember formula, and I don't trust values of programs, I'd prefer to just see the formula.

     8 April 2004, 09:46 GMT


Re: Re: Math Program Ideas
yellowPig Account Info

just look in the source code.

     7 April 2006, 22:04 GMT

edit
Andy, Jeff Wildschuetz, Ornelas  Account Info

Does anyone know and could tell me how you edit your programs so u can't edit it

     14 April 2004, 19:09 GMT


Re: edit
Flexico8191  Account Info

Option 1: If it is Mirage compatible (add a ":" to the beginning of the first line), you simply highlight it in Mirage and press "tan(". To the right, the properties should read either "LOCKED:Y" or "L:Y".
Option 2: Send it to your computer (PC or Mac) and open it with 83+ Graph Link. There should be a box next to "Protected". Check the box.
If you don't have either of those two programs, e-mail me at SSpyro64@AOL.com

     26 May 2004, 17:58 GMT

Re: Re: edit
Brian Rekoske  Account Info

Ok, this is kind of similar.
I'm the only person at my school who knows any bit how to program calculators, so, like anyone would do, I sell them. However, lately, people have been giving each other the programs instead of buying them from me. Is there a way to stop people from being able to send programs????

Thank You

     30 January 2005, 03:55 GMT


Re: Re: Re: edit
koolone0 Account Info

thats pretty underhanded ... but, back to the point if you aren't sending then mirage its easy to send them a shell that can detect hidden progrsms and run them but not unhide them. You can send them the program from mirage so you dont have to unhide it. they will be able to run the program from the shell but if you dont give anyone mirage then they cant send them.

     28 February 2008, 04:25 GMT


Re: Re: edit
koolone0 Account Info

there is also an asm program out there for the 83+ tht has a hide/unhide function called Options. you can use it

     28 February 2008, 04:27 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