Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: jsj795 on December 03, 2009, 01:57:02 pm

Title: Math program
Post by: jsj795 on December 03, 2009, 01:57:02 pm
I don't know if this post belongs here, but anyway, I am making a math program.
Anyone taking AP Calculus AB right now?
I am learning about Derivatives (which pretty much is what AP calculus is about)
So I wanted to program on TI 84 that if I input the function (even with trig functions) the program will give me the derivative.

I am very far into it. the program gives me the derivative as long as there's one function and doesn't have trig function in it.
But the problem is that I have no idea how im going to do with trig function.
Also, it is still buggy with the roots sign.

And it doesn't yet know how to combine like terms.

I will upload it as soon as I can~
Title: Re: Math program
Post by: Tizona on December 03, 2009, 04:22:27 pm
There already is such a program for the ti 84, does exactly what you are saying. its somewhere on ticalc,  i just haven't looked at the 84 section in a while. anyway, i am in AP Calc and derivatives with trig really arent that hard.
d/dx(sin(x))=cos(x)
d/dx(cos(x))=-sin(x)
d/dx(tan(x))=sec^(x)
d/dx(cot(x))=-csc^2(x)
d/dx(sec(x)=sec(x)*tan(x)
d/dx(csc(x))=-csc(x)*cot(x)
I take it you have already programed in product, quotient and chain rules? if not, id start with those before worrying about trig. it would also be cool if this program could do integrals. as for combining like terms? i have no idea.

ok, here is that 84 app.
http://www.ticalc.org/archives/files/fileinfo/278/27805.html
Title: Re: Math program
Post by: DJ Omnimaga on December 03, 2009, 05:09:14 pm
What are maths?

EDIT: OH WAIT! I remember now, I used to do these a lot several years ago
Title: Re: Math program
Post by: jsj795 on December 03, 2009, 10:34:30 pm
Yeah, i wanted to program that in BASIC... and mine will show the steps in solving that.
Our teacher will destroy our grade with just one word: "HOW?" if we don't put the steps in.
I am trying to do the product and quotient, but don't know what chain is... haven't learned that yet
Title: Re: Math program
Post by: Jon on December 03, 2009, 11:22:57 pm
it would also be cool if this program could do integrals.


Hats off to you if you can make a program that will find antiderivatives.
Title: Re: Math program
Post by: Builderboy on December 03, 2009, 11:24:44 pm
Indeed, that is something that even modern day math programs can't do completely ^^,
Title: Re: Math program
Post by: jsj795 on December 04, 2009, 10:07:21 am
i don't know what antiderivative is...
and i am learning chain rule today~

I am going to halt this thing for a while, and make it after i learn more about derivative
Title: Re: Math program
Post by: Galandros on December 06, 2009, 12:33:53 pm
What are maths?

EDIT: OH WAIT! I remember now, I used to do these a lot several years ago
Math programs was what made me enter the community...


I should have released my math programs by now...
Title: Re: Math program
Post by: DJ Omnimaga on December 06, 2009, 01:22:24 pm
I was kidding :P

I kinda said that because I finished hi school several years ago and on Omnimaga, there are rarely any maths question since the entire forum is pretty much devoted to games
Title: Re: Math program
Post by: Builderboy on December 06, 2009, 04:26:44 pm
Math is originaly what got me into programing, since i didn't know how to use getKey for the longest time.  I once built a program to solve triangles, everybody wanted it :) But yeah, math programs are awesome!  After every math test i have at least 2 or 3 programs that i wrote during the test to help me out XD

and Wewt! 500th post!
Title: Re: Math program
Post by: megajake03 on December 06, 2009, 04:40:30 pm
ya math programs are very usefull because then you don't have to memorize the formulas you mearly have to remember what the program solves such as a sequence total(how much it adds up to) solver i created friday
Title: Re: Math program
Post by: Galandros on December 06, 2009, 05:08:16 pm
ya math programs are very usefull because then you don't have to memorize the formulas you mearly have to remember what the program solves such as a sequence total(how much it adds up to) solver i created friday
I memorize almost all formulas because of the many times I use them.

What I found really cool is using lists in calculating stuff in statistics and sometimes probability with combinations.
Title: Re: Math program
Post by: megajake03 on December 06, 2009, 05:22:30 pm
Ya not exactly my favorite things to do :P
Title: Re: Math program
Post by: ztrumpet on December 06, 2009, 09:29:47 pm
The whole first year that I programed, I just programmed math programs.  I've only been programing games for about a year now.
I remember my great Slope program.  You had to put in any four of X1, Y1, X2, Y2, and M and it would give you the other one. :) Simple, but it sure was great. :)
Title: Re: Math program
Post by: jsj795 on December 06, 2009, 10:22:32 pm
I was kidding :P

I kinda said that because I finished hi school several years ago and on Omnimaga, there are rarely any maths question since the entire forum is pretty much devoted to games

That's why i asked if this post belongs here, since i knew that omnimaga is dedicated to calc games and music. And I had a lot of math programs to help, and my favorite one was solving the systems of equation with matrix, with steps showing.
Title: Re: Math program
Post by: DJ Omnimaga on December 06, 2009, 11:57:10 pm
yeah you can post math programs and ask for help whenever you want too. The only thing is that staff are not allowed to put any in the downloads section
Title: Re: Math program
Post by: megajake03 on December 07, 2009, 06:23:23 pm
yeah you can post math programs and ask for help whenever you want too. The only thing is that staff are not allowed to put any in the downloads section
why can't you?  ???
Title: Re: Math program
Post by: DJ Omnimaga on December 08, 2009, 02:04:33 am
Oh it's because our programming team is centered toward game developpement. Notice how in our archives, we only have games and dev tools. If someone has a math program he can post it in the forums, though, and upload it in his posts, I have no problem with that.
Title: Re: Math program
Post by: megajake03 on December 10, 2009, 08:00:36 pm
Oh it's because our programming team is centered toward game developpement. Notice how in our archives, we only have games and dev tools. If someone has a math program he can post it in the forums, though, and upload it in his posts, I have no problem with that.
ok :)
Title: Re: Math program
Post by: noahbaby94 on December 31, 2009, 08:41:07 pm
Necro-post-buy-ti-89
Title: Re: Math program
Post by: DJ Omnimaga on December 31, 2009, 09:15:54 pm
no advertising!

j/k, yeah the 89 has a lot of math functions. not allowed in every class, tho.

Nspire also got a bunch of good math ones, but no decent high level programming capabilities yet