@theboredmichigander: Know what? I created this program for the ones who enjoy working with the TI, not for the ones who try to do something cool in order to show off. You got me here? You don't know anything about the Instrument, the syntax, or even the key, why bothers to try my program?
@martymiles100: I'm glad to hear your recommendation. What kind of tasks do you want? Eigenvalues, Polar Coordinate Conversion, or...? I'm willing to help you make other programs.
You can consider my program as a solver for real solutions. There are some disadvantages that if you do not prompt a "good" guess, it is unable to give you the real solution even there exists. In those cases, I strongly recommend that you try several different guesses.
You can consider my program as a solver for real solutions. There are some disadvantages that if you do not prompt a "good" guess, it is unable to give you the real solution even there exists. In those cases, I strongly recommend that you try several different guesses.
@Silver84Plus a tips is do make a program that gives you all tree sulutions at onse.
thre is already a equation solving aplication in the math menue.
one way to solve a equation without any program at all is
ans-f(x)/F'(x) while you usa ans instead if x, than you also can put in a complex number as a guess.
k now it is hard to make a such program(i havn´t succeeded) but i think i might be posible using lists(one for the real part and one for the fraktion part).
@adolf512: The principle of my program works exactly as what you described. Actually, it is Newton's Method for solving real equation. That's also the way the solving application functions in the Math menu.
The main thing I do here is expanding the method to solve SYSTEM of 2, or 3, or even more equations.
Cool, I'mma try it out soon!
xx24x7xx 1 month ago
how do you get Str1 ???????????
WILDClanWii 2 months ago
the first one is a bit similar to the solve() command
AlphaVoice10 3 months ago
specifically, what does the "GUESS X/Y" mean?
blfngl 10 months ago
actually, can you tell me?
blfngl 10 months ago
nevermind, sorry
blfngl 10 months ago
do you mind telling me what these programs do?
blfngl 10 months ago
how to you get the Str?
theboredmichigander 11 months ago
this video pisses me off. theres 0 explanation or instruction to where any of the buttons are.....
theboredmichigander 11 months ago
how do you make the = sign???
theboredmichigander 11 months ago
@theboredmichigander: [2ND][MATH]1
Silver84Plus 11 months ago
@theboredmichigander: [VARS] 7
Silver84Plus 11 months ago
@Silver84Plus
where is the Y1?
theboredmichigander 11 months ago
@theboredmichigander: Know what? I created this program for the ones who enjoy working with the TI, not for the ones who try to do something cool in order to show off. You got me here? You don't know anything about the Instrument, the syntax, or even the key, why bothers to try my program?
Silver84Plus 11 months ago
@Silver84Plus
obviously to cheat on tests.
god ur a fuckin fag.
who the fuck likes calculators?
get a life
theboredmichigander 11 months ago
@theboredmichigander chill out its to help you out, obviously you would use it to cheat
XxPunkVisionxX 8 months ago
@theboredmichigander VAR then Y-Vars enter 1
ScholarshipWinner 11 months ago
@theboredmichigander second math 1
ScholarshipWinner 11 months ago
That's great!!Do you have any other programs for the TI 83 plus??ie:Trig,algebra??
Sure could use some.
Thx,Marty
martymiles100 1 year ago
@martymiles100: I'm glad to hear your recommendation. What kind of tasks do you want? Eigenvalues, Polar Coordinate Conversion, or...? I'm willing to help you make other programs.
Silver84Plus 1 year ago
where do you get Y1
imaster34 1 year ago 2
@imaster34: You should press [VARS], then switch to Y-VARS, then choose 1:Function... then choose 1:Y1.
Silver84Plus 1 year ago
Hi aldolf512,
You can consider my program as a solver for real solutions. There are some disadvantages that if you do not prompt a "good" guess, it is unable to give you the real solution even there exists. In those cases, I strongly recommend that you try several different guesses.
Silver84Plus 1 year ago
what about this one 3x^3+4x^^2-5x+6=0
than you proberly will get trouble while there is 3 sulotions (mostly, 2 of them might not be real)
adolf512 2 years ago
@adolf512:
Hi aldolf512,
You can consider my program as a solver for real solutions. There are some disadvantages that if you do not prompt a "good" guess, it is unable to give you the real solution even there exists. In those cases, I strongly recommend that you try several different guesses.
Silver84Plus 1 year ago
@Silver84Plus a tips is do make a program that gives you all tree sulutions at onse.
thre is already a equation solving aplication in the math menue.
one way to solve a equation without any program at all is
ans-f(x)/F'(x) while you usa ans instead if x, than you also can put in a complex number as a guess.
k now it is hard to make a such program(i havn´t succeeded) but i think i might be posible using lists(one for the real part and one for the fraktion part).
adolf512 1 year ago
@adolf512: The principle of my program works exactly as what you described. Actually, it is Newton's Method for solving real equation. That's also the way the solving application functions in the Math menu.
The main thing I do here is expanding the method to solve SYSTEM of 2, or 3, or even more equations.
Silver84Plus 1 year ago
@Silver84Plus yes i know that. but the differense is that it also works FOR COMPLEX NUMBERS.
your program is pointless sinse the calculator already has a equation solver.
the nweton rapson only gives ONE of tyhe sulutions, than you have to divide the polynome with (x-sulution) and then get a new polynom.
another way ti get the remaining of the sulutions is to start with a different guess.
adolf512 1 year ago