Author Topic: Extra Detail Suite  (Read 8822 times)

0 Members and 1 Guest are viewing this topic.

SirCmpwn

  • Guest
Extra Detail Suite
« on: March 02, 2011, 02:59:18 pm »
Hello,
So I never, ever do my math homework.  I consider it a waste of time.  For a while, my teacher tried using an iron fist, never accepting late work or offering extra credit.  And my grades would suck.  She would end up getting pissed off though, when I would ace her tests, and thus, avoid failing.  However, we have recently struck up a deal.  Every TI-Basic math program that I give her will count for one 100% homework assignment - provided they are better than the ones she already has.
With this in mind, I have started writing tons of TI-Basic math programs.  And the angle I'm doing in order to surpass the quality of her exisiting ones is this: Extra Detail.  What this means is that not only does each program give you the answer, it shows the work as well (or finds some other way of providing extra detail).  I have completed a program already for calculating the Cross Product of two vectors that shows all of the work necissary to reach the answer.  After finishing this, I started on a triangle solver program, which is about 50% complete.  The only problem with these programs is that they take a while - the cross product one was a few hours of work.
Once I get a good number of these done, I'll release them in a bundle (they rely heavily on common subprograms).

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Extra Detail Suite
« Reply #1 on: March 02, 2011, 03:02:24 pm »
OOOOhhh Like my program:





http://www.ticalc.org/archives/files/fileinfo/432/43265.html

It shows all the work :)

Never saw it (good enough) for the 83+, nice Sir!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Extra Detail Suite
« Reply #2 on: March 02, 2011, 03:02:38 pm »
That seems interesting. Hopefully it might help some people. Just make sure they can't be used to cheat, though, or at least encourage in your readme to not cheat.

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Extra Detail Suite
« Reply #3 on: March 02, 2011, 03:03:51 pm »
w00t, scout, that looks nice! did you made it for the 83plus series too?
I'm not a nerd but I pretend:

SirCmpwn

  • Guest
Re: Extra Detail Suite
« Reply #4 on: March 02, 2011, 03:04:07 pm »
Nice Scout!  Yeah, the problem I'm facing is mostly spacing things out - "10" takes up twice the space of "1", but I still managed to arrange the matricies properly (which is why it took a long time).
I also put together a method of converting a number to a string without using LinReg (which messes up the graph screen).
DJ_O, it could be used for cheating, but it is mostly for clarifying a process.  (Plus, I have to learn how to do all of this myself in order to implement it :P)
« Last Edit: March 02, 2011, 03:04:55 pm by SirCmpwn »

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Extra Detail Suite
« Reply #5 on: March 02, 2011, 03:06:18 pm »
About a triangle solver, I have made it already. gotta upload it? just remove my name and insert your name or so *grin*
« Last Edit: March 02, 2011, 03:07:13 pm by aeTIos »
I'm not a nerd but I pretend:

SirCmpwn

  • Guest
Re: Extra Detail Suite
« Reply #6 on: March 02, 2011, 03:07:14 pm »
Is it graphical?  The point of mine is that it is graphical - you just enter the known values on a graphical triangle and it shows the missing ones.  And it works for non-right triangles.

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Extra Detail Suite
« Reply #7 on: March 02, 2011, 03:08:24 pm »
It is graphical (YES) and it is fast
(YES!!!!!!) , it works always, has error checking (you can look at tha source if u want :))
« Last Edit: March 02, 2011, 03:08:44 pm by aeTIos »
I'm not a nerd but I pretend:

SirCmpwn

  • Guest
Re: Extra Detail Suite
« Reply #8 on: March 02, 2011, 03:16:04 pm »
Nice, it looks pretty cool :)
I think I'll make my own, though.  I like the challenge.
Here's a screenie of the cross product program and the WIP triangle solver.  (Yes, I know it's an impossible triangle :P)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Extra Detail Suite
« Reply #9 on: March 02, 2011, 03:46:14 pm »
Hmm nice, triangles :D

I always wished I had this in math classes back in 2001-03.

Offline JustCause

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 810
  • Rating: +115/-5
    • View Profile
Re: Extra Detail Suite
« Reply #10 on: March 02, 2011, 03:48:37 pm »
Cool. I wish I'd had these back when I was doing trig. Any chance you can make one for indefinite integration? :D :D :D <--- Joke. I realize this is nigh-impossible.
« Last Edit: March 02, 2011, 03:48:59 pm by JustCause »
See you, space cowboy...

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Extra Detail Suite
« Reply #11 on: March 02, 2011, 03:50:33 pm »
Cool. I wish I'd had these back when I was doing trig. Any chance you can make one for indefinite integration? :D :D :D <--- Joke. I realize this is nigh-impossible.
Your next request will be a 1024 bit TI-Nspire RSA key factorer for the calc, right? :P

SirCmpwn

  • Guest
Re: Extra Detail Suite
« Reply #12 on: March 02, 2011, 03:50:58 pm »
Oh, don't you want the 30-second 1024 bit factoring program?
EDIT: Ninja'd
« Last Edit: March 02, 2011, 03:51:11 pm by SirCmpwn »

Offline JustCause

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 810
  • Rating: +115/-5
    • View Profile
Re: Extra Detail Suite
« Reply #13 on: March 02, 2011, 03:52:52 pm »
See you, space cowboy...

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Extra Detail Suite
« Reply #14 on: March 02, 2011, 03:53:58 pm »
Ah right, I remember that one, lol. :P