Тёмный

TI-83/84 Programming- Reducing Radicals 

SSWalrus
Подписаться 766
Просмотров 54 тыс.
50% 1

Опубликовано:

 

28 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 74   
@Abarta-wk5ld
@Abarta-wk5ld 11 лет назад
This is the first program I've ever created in a graphing calculator, or any real program for that matter. I'd suggest adding a "display "K radical D" step right after the Clear Home step for us newbies to all of this, but otherwise this has been a HUGE help! Very easy to follow instructions.
@chilohwink
@chilohwink 5 лет назад
Thank you soooo much for making this!!! This is the only program I’ve tried that actually works. You’re awesome!
@soraversusroxas
@soraversusroxas 9 лет назад
You're amazing! Thank you for saving my algebra 2 grade!
@natashafury4347
@natashafury4347 11 лет назад
Love!!!! Your programs, they always work!!!!
@sagesends
@sagesends 10 лет назад
Finally, one that works! Thank you
@naderhumood1199
@naderhumood1199 2 года назад
Great Apprauch Sir, Thanks v much.
@RPTRXLCN
@RPTRXLCN 10 лет назад
Awesome! Thanks for this.
@sam2Ed2
@sam2Ed2 8 лет назад
wheres the "download the program here" link? please HELP
@SSWalrus
@SSWalrus 11 лет назад
That's a great question! I will look into that possibility.
@brayancarrera9787
@brayancarrera9787 11 лет назад
Thanks man! I really needed this! :D
@msalinas2434
@msalinas2434 10 лет назад
thank you so much for the help with the TI-84 videos, I was so worried about my algebra class and now I have hope to pass my class this semester. Keep adding more videos, do you have any about linear inequalities.
@Kuleto
@Kuleto 8 лет назад
Thanks, work on my Ti-84 + silver fine, though like some said it gives incorrect answers at times but o well, just makes it faster, you can always put its answer to the 2nd power to check it. (7 sqrt 2)^2 =98
@thelandersrock
@thelandersrock 11 лет назад
Hi, can you make a video showing you actually pressing the keys? I don't know how to clear home or anything like that or where to find the keys you're pressing. Thank you!
@committedcoder3352
@committedcoder3352 7 лет назад
On the left the keys to press blink
@fasullodan
@fasullodan 11 лет назад
This helps so much! I really appreciate it!
@rwashington7298
@rwashington7298 11 лет назад
Thanks, this works....is there a program for instances where the index is not 2?
@BruinsFan1998
@BruinsFan1998 10 лет назад
Thanks! Great video
@stevendorsey4850
@stevendorsey4850 9 лет назад
Im afraid I typed this up on a ti-84 plus silver c edition, and when I tried to launch the program It just displayed an error. I believe that I typed it precisely as you did. Is it possibly incompatible with the silver c edition?
@paolis2101
@paolis2101 10 лет назад
I followed every step, but when I tried 153 it says "DONE", but it doesnt display D or K. If I press D enter I will see the value which is 17, but I have to press D enter and K enter. Can you tell me what did I wrong?
@MasterYoist
@MasterYoist 8 лет назад
I put this in keystroke-by-keystroke and checked it. This program yields the correct answer many times. However, when I input 36 at the prompt, the display yields K=5 and D=1, which I know is incorrect. An input of 72 yields K = 5 and D = 2. I notice this discrepancy happens whenever 36 is a factor inside the radical. Any ideas what part of the program caused this discrepancy and the correction I should make. This is on a TI-84 Plus
@arfalberg
@arfalberg 8 лет назад
it should have k set to 1 at beginning and then k*j=k rather than k+j=k
@theZACHARYshow9
@theZACHARYshow9 6 лет назад
doesn't work, i tried radical 144 and got 7.
@brianrichardcompton381
@brianrichardcompton381 3 года назад
it should have k set to 1 at beginning and then k*j=k rather than k+j=k
@jamescurtin9409
@jamescurtin9409 11 лет назад
Can you make a video that converts trigonometry functions into radicals such as sin(15)
@tinktwiceman
@tinktwiceman 9 лет назад
Thank You!!!!!!!! It worked
@krispytube8241
@krispytube8241 7 месяцев назад
Shouldn't you be multiplying into K rather than adding it?
@michieldrost9396
@michieldrost9396 9 лет назад
Like what you said in your video, you're using the nested loop to deal with duplicate factors, however your for loop caps after 5 iterations. Since I wanted this program to work in all situations, I wrote one that you may want to look at if you're interested. When you're using the TI-Connect software, you can install this file to add the program. www.dropbox.com/s/sdnjsp00crjj2yt/REDUCRAD.8xp?dl=0 TI-BASIC: ClrHome 1->A 2->S Prompt D sqrt(D)+1->E While SC D/C->R If not(fPart(R)) Then R->D A*S->A Else S+1->S End If DS End End Disp "Where Asqrt(D)" Disp "A=",A Disp "D=",D Java: public static void main(String[] args) { int D = 153; int S = 2; int A = 1; int E = (int)(Math.sqrt((double)D))+1; while(S
@michieldrost9396
@michieldrost9396 9 лет назад
+ac4pic unfortunately not. I used Java to produce code that I then translate to TI-basic.
@michieldrost9396
@michieldrost9396 9 лет назад
+ac4pic I'm not shy in learning a new language, so I'm not really bothered by it. But I agree in the sense that students may want to learn to program while in school instead of having a job and later find out what their TI was capable off.
@beefcouch-s6u
@beefcouch-s6u 9 лет назад
I used this and failed my algebra 2 test
@beefcouch-s6u
@beefcouch-s6u 9 лет назад
by fail I mean 78%
@beefcouch-s6u
@beefcouch-s6u 9 лет назад
The only difference I have from your program is that I put in S(to the power of)2->C where you wrote S^^2->C. Did I mistake what S^^2 means?
@nathanshuttleworth4683
@nathanshuttleworth4683 9 лет назад
thank you so much!
@LuisT2470
@LuisT2470 8 лет назад
it worked thanks
@lotusinriver
@lotusinriver 7 лет назад
Here is the fix: remove Loop I. Set 1->K in the beginning, it should be K*J ->K
@dumplingprincess24
@dumplingprincess24 6 лет назад
THANK YOU
@willybekoe6
@willybekoe6 6 лет назад
thanks
@brendastegman4077
@brendastegman4077 2 года назад
The radical of 72 is not showing up correctly from this program.
@maxypoo43
@maxypoo43 11 лет назад
instead of initializing k to zero, initialize it to one. then instead of writing "k+J->k",
@TheRuth101
@TheRuth101 11 лет назад
What is Binomexp, and polymult? Could you do a limit program?
@karentorres9197
@karentorres9197 10 лет назад
THANK U
@Tolderian
@Tolderian 10 лет назад
Nevermind.... :D Thanks!
@bacon4u21
@bacon4u21 11 лет назад
Your program worked for your test number 153 and several others. But when I enter other numbers I get wrong answers. Such as, 81 comes out as 6 roots of 1 or on the calculator K=6 and D=1. Or 1250, which comes out to K=10 and D=2 which should be 25 roots of 2.
@brianrichardcompton381
@brianrichardcompton381 3 года назад
it should have k set to 1 at beginning and then k*j=k rather than k+j=k
@RootForums
@RootForums 7 лет назад
I love you.
@fernandoarteaga4306
@fernandoarteaga4306 4 года назад
I had to put closed parenthesis.
@lotusinriver
@lotusinriver 7 лет назад
does sq root 64 work? output is not 8 but 6 which is wrong
@brianrichardcompton381
@brianrichardcompton381 3 года назад
it should have k set to 1 at beginning and then k*j=k rather than k+j=k
@Unknowingly423
@Unknowingly423 10 лет назад
Slow down!!!!
@MrMagichobo21
@MrMagichobo21 10 лет назад
There's a pause button.
@azodelivingson326
@azodelivingson326 7 лет назад
i tried doing radicals for 3825 the answer i got was wrong
@hudsonfrank1121
@hudsonfrank1121 Год назад
Not compatible with ti83.
@armymech52
@armymech52 6 лет назад
i love you btw
@coreypalmer77
@coreypalmer77 11 лет назад
Good job on this, works 99% of the time but 75 doesn't reduce properly.
@brianrichardcompton381
@brianrichardcompton381 3 года назад
it should have k set to 1 at beginning and then k*j=k rather than k+j=k
@johnhoang4896
@johnhoang4896 9 лет назад
HOW DO YOU TYPE IN LOWER CASE?!!
@maruthehedgehog_Choasblast03
@maruthehedgehog_Choasblast03 8 лет назад
It's another program The code is : AsmPrgmFDCB24DEC9 That is literally the whole code. (AsmPrgm is found under catalog) Finish your program go out to your home. Press prgm go to cataloge click Asm( 'Asm(' should now appear on the homescreen Press prgm again Click your lowercase progam Now the program name preceeded by Prgm appears on the home screen press enter Done should appear. Double tap alpha to activate lowercase now
@manueltibiazanera
@manueltibiazanera 10 лет назад
it will be more helpful if you actually tell what button to press.....
@snakeeyesraw
@snakeeyesraw 9 лет назад
Manuel Chavez Romo Look at the calculator image, the buttons flash.
@jetsync21
@jetsync21 9 лет назад
Tried to get it to simplify root 768. It gave me the wrong answer.
@jetsync21
@jetsync21 9 лет назад
+jetsync21 THIS PROGRAM HAS A BETTER, MORE ACCURATE ALGORITHM :Prompt X :X→B:1→A:2→I :While I²≤B :While not(fPart(B/I² :B/I²→B :AI→A :End :I+1+(I>2→I :End:Disp A:Disp B
@michieldrost9396
@michieldrost9396 9 лет назад
+jetsync21 Sure is a lot faster than what I put together. Using that nested while loop speed it up dramatically. Thanks for sharing.
@jetsync21
@jetsync21 9 лет назад
+Michiel Drost I found the algorithm on tibasicdev.wikidot.com/
@brianrichardcompton381
@brianrichardcompton381 3 года назад
it should have k set to 1 at beginning and then k*j=k rather than k+j=k
@melinabrown3185
@melinabrown3185 8 лет назад
this program doesn't work for 1300 :(
@brianrichardcompton381
@brianrichardcompton381 3 года назад
it should have k set to 1 at beginning and then k*j=k rather than k+j=k
@maxypoo43
@maxypoo43 11 лет назад
*write k*j->k
@committedcoder3352
@committedcoder3352 7 лет назад
But then 153 shows the wrong thing?
@brianrichardcompton381
@brianrichardcompton381 3 года назад
@@committedcoder3352 it should have k set to 1 at beginning and then k*j=k rather than k+j=k
Далее
Simplify Radicals Program on TI-84 Plus CE
10:38
TI-83 Introduction
53:34
Просмотров 74 тыс.
бабл ти гель для душа // Eva mash
01:00
Programming a Simplifying Radicals Program (Part 1)
14:10
TI-83/84 Programming- System of (3) Equations
10:34
Просмотров 27 тыс.
How does a calculator find square roots?
11:24
Просмотров 275 тыс.
Factoring Polynomials Program TI-84
13:06
Просмотров 300 тыс.
TI-83/84 Programming- Binomial Expansion
9:36
Просмотров 32 тыс.
TI-84 Calculator Quadratic Formula Program
2:40
Просмотров 427 тыс.
TI-83/84 Programming- Distance Formula
6:00
Просмотров 68 тыс.
TI 84 Plus CE Pythagorean Theorem Program
10:53
Просмотров 33 тыс.
бабл ти гель для душа // Eva mash
01:00