Thread: Anyone around here fluent in ti83?

  1. #1
    Hidoi Ryuujin
    Join Date
    Nov 2002
    Posts
    220

    Question Anyone around here fluent in ti83?

    I was just wondering. I tend to do most of my programming on it since it happens to be on me at all times and is thus more convenient than c++. I'm currently trying to make a program to handle the "ambiguous case of the law of sines" that I'm having difficulty with. Here's the code.

    Code:
    :Lbl {theta}
    :0->A:0->B:0->C:0->E:0->F:0->G:0->H:0->{theta}
    : Disp "SIDE?"
    :Input A
    : Disp "SIDE?"
    :Input B
    : Disp "ANGLE OPPOSITE SECOND SIDE?"
    :Input {theta}
    :A(sin({theta})->H
    :If B<H
    :Then
    : Disp "NO SOLUTION"
    :If B>H and  A>B
    :Then
    :Goto A
    :If B>H and A<B
    :Then
    :Goto B
    :Lbl B
    :asin((Asin(B))/B)->C
    :180-({theta}+C)->D
    : (Bsin(D))/sin({theta})->E
    :ClrHome
    : Disp "SOLUTIONS:"
    : Disp "SIDE 1: "B
    : Disp "ANGLE 1: "{theta}
    : Disp "SIDE 2: "A
    : Disp "ANGLE 2: "C
    : Disp "SIDE 3: "E
    : Disp "ANGLE 3: "D
    :Pause
    :ClrHome
    :Goto {theta}
    Last edited by deathstryke; 12-04-2002 at 09:13 AM.
    One death is a tragedy, one million... a statistic.
    -Josef Stalin

    In case I forget, I use Bloodshed Dev C++ v.4

  2. #2
    Shadow12345
    Guest
    I'm interested. I don't do any calculator programming, but it seems all the people who are best at computer programming have done at least some calc programming at one time or another.

  3. #3
    Hidoi Ryuujin
    Join Date
    Nov 2002
    Posts
    220
    The spaces before some of the commands are because the board thought that they were smileys. {theta} means greek letter theta.

    The code is for the ti83 plus silver edition in case it makes a difference.
    Last edited by deathstryke; 12-04-2002 at 09:24 AM.
    One death is a tragedy, one million... a statistic.
    -Josef Stalin

    In case I forget, I use Bloodshed Dev C++ v.4

  4. #4
    Registered User webturtle0's Avatar
    Join Date
    Nov 2002
    Posts
    76
    Where exactly do you enter codes for ti83? Is it relatively easy to learn?
    "Yo"

  5. #5
    Registered User Commander's Avatar
    Join Date
    Sep 2001
    Posts
    801
    >> Where exactly do you enter codes for ti83?
    there is a little text screen that pops up in the calculator

    i was gonna learn how to preogram t6he graphing calculator too, but typing with the numpad and looking in that small screen ........ed me off(and most of my progs weren't working eirther) so i quit.
    oh i'm sorry! i didn;t realize my fist was rushing to meet ur face!

    MSN :: [email protected] []*[]

  6. #6
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    The Ti83 (without plus) sucks.

    Do you ask why? Try this:

    Plot the graph y = 1/x
    Press "calc"
    Calculate the derivative for x=0

    Poof!!

    The screen goes blank and the memory with all data and saved programs is cleared.
    To make the calculator work again, press reset, insert the batteries backwards, press the on button, insert the batteries correctly and start the calculator.

    At my school, almost every student used the Ti83. I was using Casio and made a lot of fun of that bug.
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

  7. #7
    Registered User
    Join Date
    Aug 2001
    Posts
    244
    Originally posted by Sang-drax
    The Ti83 (without plus) sucks.

    Do you ask why? Try this:

    Plot the graph y = 1/x
    Press "calc"
    Calculate the derivative for x=0

    Poof!!

    The screen goes blank and the memory with all data and saved programs is cleared.
    To make the calculator work again, press reset, insert the batteries backwards, press the on button, insert the batteries correctly and start the calculator.

    At my school, almost every student used the Ti83. I was using Casio and made a lot of fun of that bug.
    Hmm thats odd. I'll have to try that with the TI83's at my school sometimes.

    Regardless, TI is so much better than other calculator brands its not funny. Casio and HP are terrible compared to a good 'ol ti83+ IMHO.

  8. #8
    Emotionally Unstable DarkViper's Avatar
    Join Date
    Oct 2002
    Posts
    343
    Texas Instruments is what ti stands for right? and 83? as for that number, ill hafta see what my schoiols calculator is.
    ~DJ DarkViper signing out
    ----------------------------------------
    My Site:
    Black Jaguar Studios

    Languages:
    Fluent English, Starter German, HTML, Javascript, Actionscript, Intermediate PHP

    Verteran Despiser of: ASP, Java, BASIC, Pascal, Cobalt

  9. #9
    Registered User neo_strife's Avatar
    Join Date
    Nov 2002
    Posts
    15
    Where exactly do you enter codes for ti83? Is it relatively easy to learn?
    Just hit the program key "PRGM" then go to "NEW" then "CREATE NEW". Now just name the program and write the code.

    Its not hard to learn, if you have the book that came with the calculator it can teach you the basics.

    Personally I think its a pain to write programs on the calculator. Mainly because of the key setup.
    If A equals success, then the formula is: A = X + Y + Z, X is work. Y is play. Z is keep your mouth shut.
    --Albert Einstein

  10. #10
    Emotionally Unstable DarkViper's Avatar
    Join Date
    Oct 2002
    Posts
    343
    i find it hard to find any keys on the new TI stuff. i actually had a tough time finding the equals sign. problem was, on this one, i needed to press shift (or 2nd functions for the rest of you)
    ~DJ DarkViper signing out
    ----------------------------------------
    My Site:
    Black Jaguar Studios

    Languages:
    Fluent English, Starter German, HTML, Javascript, Actionscript, Intermediate PHP

    Verteran Despiser of: ASP, Java, BASIC, Pascal, Cobalt

  11. #11
    i have the TI-89, im not all calculator techie, but i think its way better than the 83/83+, IMO by the 3d animated graphing function, thats neato. Also it solves equations for you and what not.

  12. #12
    Registered User
    Join Date
    Aug 2001
    Posts
    244
    Originally posted by Cgawd
    i have the TI-89, im not all calculator techie, but i think its way better than the 83/83+, IMO by the 3d animated graphing function, thats neato. Also it solves equations for you and what not.
    The TI-89 is quite an awesome calculator, but because of its cost ($160+) and its difficulty to use, it's not nearly as popular as the TI83/+. I'd have a TI89 if I could afford it

  13. #13
    its quite easy to use once you associate yourself with its GUI, and numerous features, takes a while though.

  14. #14
    Ecologist
    Join Date
    Aug 2001
    Location
    Utah.
    Posts
    1,291
    I have a Ti89... Is it true that some calculators aren't allowed on
    ACT/SAT type tests (College Placement Tests... ya know..) If so,
    is the Ti89 one of them?
    Staying away from General.

  15. #15
    Registered User neo_strife's Avatar
    Join Date
    Nov 2002
    Posts
    15
    I have a Ti89... Is it true that some calculators aren't allowed on
    No, Ti 89 calculators are not allowed on the ACT niether are Ti 92s. Any calculator with a QWERTY key format or wireless communication device, as well as, calculators with built-in computer algebra systems are prohibited.

    If you completely cover the infrared port on wireless communication devices they are allowed.
    If A equals success, then the formula is: A = X + Y + Z, X is work. Y is play. Z is keep your mouth shut.
    --Albert Einstein

Popular pages Recent additions subscribe to a feed