Тёмный
DomDCodes
DomDCodes
DomDCodes
Подписаться
Tutorials, Games, Etc all about coding.
Factoring Polynomials Program TI-84
13:06
10 лет назад
Find Anything on a Triangle Program
6:49
11 лет назад
TI-84 Midpoint Program Tutorial
9:28
11 лет назад
Clear/Unclear Programs
1:51
11 лет назад
Комментарии
@NickiMoon
@NickiMoon 14 дней назад
This helped me 4 years ago. Thank you. This video need more likes
@royal_neptune
@royal_neptune Месяц назад
I got an error saying it tried to divide by 0
@GoldiLocks-uj8jm
@GoldiLocks-uj8jm 4 месяца назад
I tried doing this, but my calculator just said: "variable used is not currently defined." how do i fix this?
@CheyenneBurkett
@CheyenneBurkett 5 месяцев назад
Thank you so much your videos are amazing
@richardparker123
@richardparker123 6 месяцев назад
Bro came and dipped 😭 Dom where are you?! Lol
@inthelensofthepublic
@inthelensofthepublic 6 месяцев назад
My calculator does everything properly and it factors the equation, but it also draws the graph of the equation below the factored form. There are no gridlines just the line of the equation. I have looked through my code and everything is right. My model calculator is a TI-84 Plus CE Python. What should I do?
@devanr
@devanr 6 месяцев назад
i cant find Fnoff
@sebastianmartinezgalindo
@sebastianmartinezgalindo 7 месяцев назад
DomD is the goat
@willedwards9666
@willedwards9666 7 месяцев назад
YOUR THE GOAT SO GLAD YOUR BACK
@Creativeisme8
@Creativeisme8 7 месяцев назад
At first I got an error, changed one line of code. Which was in the 4th line of code to be gcd(abs(A), gcd(abs(B), abs(C))) store G. This corrected the problem and works great now.
@KickNojh.p1
@KickNojh.p1 9 месяцев назад
hey Dom I just foudn your channel i was trying to load your clear code for the TI-84 but it seems the video is taken down. May you please help. I would liek to use some of your programs. thanks in advance
@techhelpwithwill
@techhelpwithwill 9 месяцев назад
hi i am 19 teen and i have server dispersion you are the only one who make me wake up in the morning
@ChozoSR388
@ChozoSR388 10 месяцев назад
Prgm: CLEAR ClrHome: [PRGM], right, [ 8 ] PlotsOff: [2nd], [Y=], [ 4 ] ClrDraw: [2nd], [PRGM], [ 1 ] AxesOff: [2nd], [ZOOM], down, down, down, right, [ENTER] FnOff: [VARS], right, [ 4 ], [ 2 ] Prgm: UNCLEAR PlotsOn: [2nd], [Y=], [ 5 ] AxesOn: [2nd], [ZOOM], down, down, down, [ENTER] FnOn: [VARS], right, [ 4 ], [ 1 ]
@NecronHandlee
@NecronHandlee 11 месяцев назад
I thought this was for calculating actual matrices
@NancyBednarz-oe5rm
@NancyBednarz-oe5rm Год назад
When I run the program and enter my a,b and C numbers and press enter my calculator freezes, then when I click quit it says error. Would you happen to know why? Thanks
@kingdoge9549
@kingdoge9549 Год назад
Here is a better version Lbl 3 ClrHome PlotsOff ClrDraw AxesOff FnOff ZStandard Input "RADICAL: ",I Input "INDEX:",X iPart(√(I)+1)→A Lbl 1 If fPart(I/A^X)=0 Then Goto 2 Else (A-1)→A Goto 1 Lbl 2 ClrHome PlotsOff ClrDraw AxesOff FnOff ZStandard Menu("NEGATIVE RADICAL?","NO",5,"YES",6) Lbl 5 Text(1,1,A,"√(",I/A^X,")") Pause Menu("FIND ANOTHER","YES",3,"NO",4) Lbl 6 Text(1,1,A,"√(",I/A^X,")") Pause Menu("FIND ANOTHER","YES",3,"NO",4) Lbl 4 FnOn AxesOn Stop
@nickg671
@nickg671 8 месяцев назад
How do I reset the graph settings, because now my graph isn’t popping up
@perryillest
@perryillest Год назад
Thank you very much extremely helpful !!
@caobensee
@caobensee Год назад
Qué genio! Mil gracias <33333
@chlasp3840
@chlasp3840 Год назад
my calculator cant even process the program
@Donald-t8j
@Donald-t8j Год назад
J.k
@henwickenheiser2380
@henwickenheiser2380 Год назад
When I try to enter a negative it gives a syntax error any fixes?
@kingdoge9549
@kingdoge9549 Год назад
Here is a slightly improved version. You do not need CLEAR or UNCLEAR. Degree Lbl 1 ClrHome PlotsOff ClrDraw AxesOff FnOff ZStandard Disp "DO YOU KNOW AN" Disp "ANGLE?" For(A,1,2000) End Menu("( )","YES",2,"NO",3) Lbl 3 ClrHome ClrDraw Menu("WHAT DO U KNOW?","LEG + LEG",4,"HYP +LEG",5) Lbl 4 Input "INPUT LEG 1: ",A Input "INPUT LEG 2: ",B ClrHome ClrDraw (√(A^2+B^2))→C Line(7,7,7,­7) Line(7,7,­7,­7) Text(26,35,C) Text(55,50,A) Text(32,85,B) Text(45,27,tan(B/A)) Text(20,72,tan(A/B)) Text(45,72,"90") Line(7,­7,­7,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 5 ClrHome ClrDraw Input "INPUT HYP: ",D Input "INPUT LEG: ",E ClrHome ClrDraw Line(4,7,4,­7) Text(23,28,D) Text(55,36,E) Text(32,68,√(D^2-E^2)) Text(46,10,cos(E/D)) Text(15,60,sin(E/D)) Text(46,58,"90") Line(4,7,­10,­7) Line(4,­7,­10,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 2 ClrHome ClrDraw Input "ENTER THE ANGLE: ",F If F≥90 Then ClrHome ClrDraw Disp "PLEASE ENTER AN" Disp "ANGLE LESS THAN" Disp "90°" For(A,1,1750) End Goto 2 Else Menu("WHAT DO U KNOW?","HYPOTENUSE",6,"LEG",7) Lbl 6 Input "INPUT HYP: ",G ClrHome ClrDraw Line(4,7,4,­7) Line(4,7,­10,­7) Text(46,58,"90") Text(46,12,F) Text(15,60,(90-F)) Text(55,30,(cos(F)*G)) Text(32,68,(sin(F)*G)) Text(23,28,G) Line(­10,­7,4,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 7 ClrHome ClrDraw Input "INPUT LEG: ",H ClrHome ClrDraw Disp "IS THE LEG OPP," Disp "OR ADJ TO THE" Disp "ANGLE YOU KNOW" For(A,1,2500) End Menu("THE LEG IS...","OPP",10,"ADJ",11) Lbl 11 ClrHome ClrDraw Line(4,7,­10,­7) Text(46,58,"90") Text(46,12,F) Text(15,58,(90-F)) Text(55,36,H) Text(23,28,(H/(cos(F)))) Text(32,68,(H*(tan(F)))) Line(­10,­7,4,­7) Line(4,7,4,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 10 ClrHome ClrDraw Line(4,7,4,­7) Line(4,­7,­10,­7) Line(­10,­7,4,7) Text(46,12,F) Text(46,58,"90") Text(15,58,(90-F)) Text(32,68,H) Text(55,36,(H/tan(F))) Text(23,28,(H/sin(F))) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 15 FnOn AxesOn ClrDraw Stop
@kingdoge9549
@kingdoge9549 Год назад
Here is a slightly improved version. You do not need CLEAR or UNCLEAR. Degree Lbl 1 ClrHome PlotsOff ClrDraw AxesOff FnOff ZStandard Disp "DO YOU KNOW AN" Disp "ANGLE?" For(A,1,2000) End Menu("( )","YES",2,"NO",3) Lbl 3 ClrHome ClrDraw Menu("WHAT DO U KNOW?","LEG + LEG",4,"HYP +LEG",5) Lbl 4 Input "INPUT LEG 1: ",A Input "INPUT LEG 2: ",B ClrHome ClrDraw (√(A^2+B^2))→C Line(7,7,7,­7) Line(7,7,­7,­7) Text(26,35,C) Text(55,50,A) Text(32,85,B) Text(45,27,tan(B/A)) Text(20,72,tan(A/B)) Text(45,72,"90") Line(7,­7,­7,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 5 ClrHome ClrDraw Input "INPUT HYP: ",D Input "INPUT LEG: ",E ClrHome ClrDraw Line(4,7,4,­7) Text(23,28,D) Text(55,36,E) Text(32,68,√(D^2-E^2)) Text(46,10,cos(E/D)) Text(15,60,sin(E/D)) Text(46,58,"90") Line(4,7,­10,­7) Line(4,­7,­10,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 2 ClrHome ClrDraw Input "ENTER THE ANGLE: ",F If F≥90 Then ClrHome ClrDraw Disp "PLEASE ENTER AN" Disp "ANGLE LESS THAN" Disp "90°" For(A,1,1750) End Goto 2 Else Menu("WHAT DO U KNOW?","HYPOTENUSE",6,"LEG",7) Lbl 6 Input "INPUT HYP: ",G ClrHome ClrDraw Line(4,7,4,­7) Line(4,7,­10,­7) Text(46,58,"90") Text(46,12,F) Text(15,60,(90-F)) Text(55,30,(cos(F)*G)) Text(32,68,(sin(F)*G)) Text(23,28,G) Line(­10,­7,4,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 7 ClrHome ClrDraw Input "INPUT LEG: ",H ClrHome ClrDraw Disp "IS THE LEG OPP," Disp "OR ADJ TO THE" Disp "ANGLE YOU KNOW" For(A,1,2500) End Menu("THE LEG IS...","OPP",10,"ADJ",11) Lbl 11 ClrHome ClrDraw Line(4,7,­10,­7) Text(46,58,"90") Text(46,12,F) Text(15,58,(90-F)) Text(55,36,H) Text(23,28,(H/(cos(F)))) Text(32,68,(H*(tan(F)))) Line(­10,­7,4,­7) Line(4,7,4,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 10 ClrHome ClrDraw Line(4,7,4,­7) Line(4,­7,­10,­7) Line(­10,­7,4,7) Text(46,12,F) Text(46,58,"90") Text(15,58,(90-F)) Text(32,68,H) Text(55,36,(H/tan(F))) Text(23,28,(H/sin(F))) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 15 FnOn AxesOn ClrDraw Stop
@kingdoge9549
@kingdoge9549 Год назад
Here is a slightly improved version. You do not need CLEAR or UNCLEAR. Degree Lbl 1 ClrHome PlotsOff ClrDraw AxesOff FnOff ZStandard Disp "DO YOU KNOW AN" Disp "ANGLE?" For(A,1,2000) End Menu("( )","YES",2,"NO",3) Lbl 3 ClrHome ClrDraw Menu("WHAT DO U KNOW?","LEG + LEG",4,"HYP +LEG",5) Lbl 4 Input "INPUT LEG 1: ",A Input "INPUT LEG 2: ",B ClrHome ClrDraw (√(A^2+B^2))→C Line(7,7,7,­7) Line(7,7,­7,­7) Text(26,35,C) Text(55,50,A) Text(32,85,B) Text(45,27,tan(B/A)) Text(20,72,tan(A/B)) Text(45,72,"90") Line(7,­7,­7,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 5 ClrHome ClrDraw Input "INPUT HYP: ",D Input "INPUT LEG: ",E ClrHome ClrDraw Line(4,7,4,­7) Text(23,28,D) Text(55,36,E) Text(32,68,√(D^2-E^2)) Text(46,10,cos(E/D)) Text(15,60,sin(E/D)) Text(46,58,"90") Line(4,7,­10,­7) Line(4,­7,­10,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 2 ClrHome ClrDraw Input "ENTER THE ANGLE: ",F If F≥90 Then ClrHome ClrDraw Disp "PLEASE ENTER AN" Disp "ANGLE LESS THAN" Disp "90°" For(A,1,1750) End Goto 2 Else Menu("WHAT DO U KNOW?","HYPOTENUSE",6,"LEG",7) Lbl 6 Input "INPUT HYP: ",G ClrHome ClrDraw Line(4,7,4,­7) Line(4,7,­10,­7) Text(46,58,"90") Text(46,12,F) Text(15,60,(90-F)) Text(55,30,(cos(F)*G)) Text(32,68,(sin(F)*G)) Text(23,28,G) Line(­10,­7,4,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 7 ClrHome ClrDraw Input "INPUT LEG: ",H ClrHome ClrDraw Disp "IS THE LEG OPP," Disp "OR ADJ TO THE" Disp "ANGLE YOU KNOW" For(A,1,2500) End Menu("THE LEG IS...","OPP",10,"ADJ",11) Lbl 11 ClrHome ClrDraw Line(4,7,­10,­7) Text(46,58,"90") Text(46,12,F) Text(15,58,(90-F)) Text(55,36,H) Text(23,28,(H/(cos(F)))) Text(32,68,(H*(tan(F)))) Line(­10,­7,4,­7) Line(4,7,4,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 10 ClrHome ClrDraw Line(4,7,4,­7) Line(4,­7,­10,­7) Line(­10,­7,4,7) Text(46,12,F) Text(46,58,"90") Text(15,58,(90-F)) Text(32,68,H) Text(55,36,(H/tan(F))) Text(23,28,(H/sin(F))) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 15 FnOn AxesOn ClrDraw Stop
@kingdoge9549
@kingdoge9549 Год назад
Here is a slightly improved version. You do not need CLEAR or UNCLEAR. Degree Lbl 1 ClrHome PlotsOff ClrDraw AxesOff FnOff ZStandard Disp "DO YOU KNOW AN" Disp "ANGLE?" For(A,1,2000) End Menu("( )","YES",2,"NO",3) Lbl 3 ClrHome ClrDraw Menu("WHAT DO U KNOW?","LEG + LEG",4,"HYP +LEG",5) Lbl 4 Input "INPUT LEG 1: ",A Input "INPUT LEG 2: ",B ClrHome ClrDraw (√(A^2+B^2))→C Line(7,7,7,­7) Line(7,7,­7,­7) Text(26,35,C) Text(55,50,A) Text(32,85,B) Text(45,27,tan(B/A)) Text(20,72,tan(A/B)) Text(45,72,"90") Line(7,­7,­7,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 5 ClrHome ClrDraw Input "INPUT HYP: ",D Input "INPUT LEG: ",E ClrHome ClrDraw Line(4,7,4,­7) Text(23,28,D) Text(55,36,E) Text(32,68,√(D^2-E^2)) Text(46,10,cos(E/D)) Text(15,60,sin(E/D)) Text(46,58,"90") Line(4,7,­10,­7) Line(4,­7,­10,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 2 ClrHome ClrDraw Input "ENTER THE ANGLE: ",F If F≥90 Then ClrHome ClrDraw Disp "PLEASE ENTER AN" Disp "ANGLE LESS THAN" Disp "90°" For(A,1,1750) End Goto 2 Else Menu("WHAT DO U KNOW?","HYPOTENUSE",6,"LEG",7) Lbl 6 Input "INPUT HYP: ",G ClrHome ClrDraw Line(4,7,4,­7) Line(4,7,­10,­7) Text(46,58,"90") Text(46,12,F) Text(15,60,(90-F)) Text(55,30,(cos(F)*G)) Text(32,68,(sin(F)*G)) Text(23,28,G) Line(­10,­7,4,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 7 ClrHome ClrDraw Input "INPUT LEG: ",H ClrHome ClrDraw Disp "IS THE LEG OPP," Disp "OR ADJ TO THE" Disp "ANGLE YOU KNOW" For(A,1,2500) End Menu("THE LEG IS...","OPP",10,"ADJ",11) Lbl 11 ClrHome ClrDraw Line(4,7,­10,­7) Text(46,58,"90") Text(46,12,F) Text(15,58,(90-F)) Text(55,36,H) Text(23,28,(H/(cos(F)))) Text(32,68,(H*(tan(F)))) Line(­10,­7,4,­7) Line(4,7,4,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 10 ClrHome ClrDraw Line(4,7,4,­7) Line(4,­7,­10,­7) Line(­10,­7,4,7) Text(46,12,F) Text(46,58,"90") Text(15,58,(90-F)) Text(32,68,H) Text(55,36,(H/tan(F))) Text(23,28,(H/sin(F))) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 15 FnOn AxesOn ClrDraw Stop
@kingdoge9549
@kingdoge9549 Год назад
Here is a better version without the findstuf programs. Degree Lbl 1 ClrHome PlotsOff ClrDraw AxesOff FnOff ZStandard Disp "DO YOU KNOW AN" Disp "ANGLE?" For(A,1,2000) End Menu("( )","YES",2,"NO",3) Lbl 3 ClrHome ClrDraw Menu("WHAT DO U KNOW?","LEG + LEG",4,"HYP +LEG",5) Lbl 4 Input "INPUT LEG 1: ",A Input "INPUT LEG 2: ",B ClrHome ClrDraw (√(A^2+B^2))→C Line(7,7,7,­7) Line(7,7,­7,­7) Text(26,35,C) Text(55,50,A) Text(32,85,B) Text(45,27,tan(B/A)) Text(20,72,tan(A/B)) Text(45,72,"90") Line(7,­7,­7,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 5 ClrHome ClrDraw Input "INPUT HYP: ",D Input "INPUT LEG: ",E ClrHome ClrDraw Line(4,7,4,­7) Text(23,28,D) Text(55,36,E) Text(32,68,√(D^2-E^2)) Text(46,10,cos(E/D)) Text(15,60,sin(E/D)) Text(46,58,"90") Line(4,7,­10,­7) Line(4,­7,­10,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 2 ClrHome ClrDraw Input "ENTER THE ANGLE: ",F If F≥90 Then ClrHome ClrDraw Disp "PLEASE ENTER AN" Disp "ANGLE LESS THAN" Disp "90°" For(A,1,1750) End Goto 2 Else Menu("WHAT DO U KNOW?","HYPOTENUSE",6,"LEG",7) Lbl 6 Input "INPUT HYP: ",G ClrHome ClrDraw Line(4,7,4,­7) Line(4,7,­10,­7) Text(46,58,"90") Text(46,12,F) Text(15,60,(90-F)) Text(55,30,(cos(F)*G)) Text(32,68,(sin(F)*G)) Text(23,28,G) Line(­10,­7,4,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 7 ClrHome ClrDraw Input "INPUT LEG: ",H ClrHome ClrDraw Disp "IS THE LEG OPP," Disp "OR ADJ TO THE" Disp "ANGLE YOU KNOW" For(A,1,2500) End Menu("THE LEG IS...","OPP",10,"ADJ",11) Lbl 11 ClrHome ClrDraw Line(4,7,­10,­7) Text(46,58,"90") Text(46,12,F) Text(15,58,(90-F)) Text(55,36,H) Text(23,28,(H/(cos(F)))) Text(32,68,(H*(tan(F)))) Line(­10,­7,4,­7) Line(4,7,4,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 10 ClrHome ClrDraw Line(4,7,4,­7) Line(4,­7,­10,­7) Line(­10,­7,4,7) Text(46,12,F) Text(46,58,"90") Text(15,58,(90-F)) Text(32,68,H) Text(55,36,(H/tan(F))) Text(23,28,(H/sin(F))) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 15 FnOn AxesOn ClrDraw Stop
@kingdoge9549
@kingdoge9549 Год назад
Here is a slightly improved version. You do not need CLEAR or UNCLEAR. Degree Lbl 1 ClrHome PlotsOff ClrDraw AxesOff FnOff ZStandard Disp "DO YOU KNOW AN" Disp "ANGLE?" For(A,1,2000) End Menu("( )","YES",2,"NO",3) Lbl 3 ClrHome ClrDraw Menu("WHAT DO U KNOW?","LEG + LEG",4,"HYP +LEG",5) Lbl 4 Input "INPUT LEG 1: ",A Input "INPUT LEG 2: ",B ClrHome ClrDraw (√(A^2+B^2))→C Line(7,7,7,­7) Line(7,7,­7,­7) Text(26,35,C) Text(55,50,A) Text(32,85,B) Text(45,27,tan(B/A)) Text(20,72,tan(A/B)) Text(45,72,"90") Line(7,­7,­7,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 5 ClrHome ClrDraw Input "INPUT HYP: ",D Input "INPUT LEG: ",E ClrHome ClrDraw Line(4,7,4,­7) Text(23,28,D) Text(55,36,E) Text(32,68,√(D^2-E^2)) Text(46,10,cos(E/D)) Text(15,60,sin(E/D)) Text(46,58,"90") Line(4,7,­10,­7) Line(4,­7,­10,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 2 ClrHome ClrDraw Input "ENTER THE ANGLE: ",F If F≥90 Then ClrHome ClrDraw Disp "PLEASE ENTER AN" Disp "ANGLE LESS THAN" Disp "90°" For(A,1,1750) End Goto 2 Else Menu("WHAT DO U KNOW?","HYPOTENUSE",6,"LEG",7) Lbl 6 Input "INPUT HYP: ",G ClrHome ClrDraw Line(4,7,4,­7) Line(4,7,­10,­7) Text(46,58,"90") Text(46,12,F) Text(15,60,(90-F)) Text(55,30,(cos(F)*G)) Text(32,68,(sin(F)*G)) Text(23,28,G) Line(­10,­7,4,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 7 ClrHome ClrDraw Input "INPUT LEG: ",H ClrHome ClrDraw Disp "IS THE LEG OPP," Disp "OR ADJ TO THE" Disp "ANGLE YOU KNOW" For(A,1,2500) End Menu("THE LEG IS...","OPP",10,"ADJ",11) Lbl 11 ClrHome ClrDraw Line(4,7,­10,­7) Text(46,58,"90") Text(46,12,F) Text(15,58,(90-F)) Text(55,36,H) Text(23,28,(H/(cos(F)))) Text(32,68,(H*(tan(F)))) Line(­10,­7,4,­7) Line(4,7,4,­7) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 10 ClrHome ClrDraw Line(4,7,4,­7) Line(4,­7,­10,­7) Line(­10,­7,4,7) Text(46,12,F) Text(46,58,"90") Text(15,58,(90-F)) Text(32,68,H) Text(55,36,(H/tan(F))) Text(23,28,(H/sin(F))) Pause Menu("TRY AGAIN?","YES",1,"NO",15) Lbl 15 FnOn AxesOn ClrDraw Stop
@kexir.
@kexir. Год назад
how do you clear the graph
@aylana2198
@aylana2198 Год назад
THANK YOU SO MUCH!!! THIS HELPS ME SO MUCH :) I am more than grateful for this!!
@julioaguilar2289
@julioaguilar2289 Год назад
Sick ass video!! Thank you, genius af!!
@ggsipaper
@ggsipaper Год назад
I still have you subscribed. I finished school and college before graphing calculators came out. Programable calculators were around then including a Casio that used basic but just a couple of lines of text. Some of the issues were saving programs and limited memory. The new graphing calculators seem like such an advance in comparison but still simple. Even so, I still like being able to sit with a standalone device in my hand and program it to do something of my bidding especially in basic. My advice it to do video on something in which you are interested with something unique and worthwhile to share.
@Western-mc8dg
@Western-mc8dg 2 года назад
You are a hero
@lisajones3706
@lisajones3706 2 года назад
Help!!!
@lisajones3706
@lisajones3706 2 года назад
Hi Dom! Please write a program for quad formula on TI84 plus c silver, The one from years ago that you did doesn't work on TI84 Plus C Silver Edition. I like how yours shows the actual square root as well as the other standard 2 answers!
@sebastianmartinezgalindo
@sebastianmartinezgalindo 7 месяцев назад
You input the code wrong, it does work, dont diss my dawg DomD
@lisajones3706
@lisajones3706 2 года назад
Dom can you show this program on the TI 84 Plus C Silver
@alk5442
@alk5442 2 года назад
Hey so i have the brand new TI-84 Plus Ce and when I put in a number, it doesn't put a number in front only inside the radical itself, is it my calculators fault????
@vincegarcia8828
@vincegarcia8828 2 года назад
Thank you for this!
@taylorhaymore8481
@taylorhaymore8481 2 года назад
Ok... but what button did you press in order to plug a, b , and c in?
@naderhumood1199
@naderhumood1199 2 года назад
Great 👍 job Thank you v much indeed .
@naderhumood1199
@naderhumood1199 2 года назад
Thanks v much......Great vedio.
@colintate2396
@colintate2396 2 года назад
Bro come back make more programs plssssss
@colintate2396
@colintate2396 2 года назад
Goat
@LambertBricks
@LambertBricks 2 года назад
I’m glad you came back, even though I just saw your channel for the first time a few weeks ago. I just got interested in graphing calculator programming, after I found my sister’s old ti 84 plus ce. I would love to see more graphing calculator videos but i would watch anything you posted.
@itsshotime201
@itsshotime201 2 года назад
Hoping for some help I triple checked my code and it’s all the same but it not working would anybody know why? Or is it because my calculator is a Ti-84 Plus CE
@epicow_1973
@epicow_1973 2 года назад
your videos helped me a lot today, thank you.
@ethanwoods7839
@ethanwoods7839 2 года назад
Glad to have you back! Also, thank you so much for all of your old videos! I used to watch them back in high school for programming my calculators. Now I'm about to graduate from Stanford in Aerospace Engineering! If you're still interested in calculators, I think it'd be really cool for you to do a deep dive on the TI-nspire CX II calculator! I know it has so many capabilities, and I probably never scratched the surface of what I could have done with it. It would be super fun to learn about that!
@slonkey3641
@slonkey3641 2 года назад
make more TI videos
@waarhead4477
@waarhead4477 2 года назад
yes we still do use Ti-83s and Ti-84s. sucks they stopped the ad revenue on your old ones. can't thank you enough for them. really helped me through alg 2 two years ago lol. as for videos to make, think about a few things that still interest you now and narrow it down, dont try to make videos you dont like, youd likely hate it. hope you've been doing good lately.
@thejedithatno-onenamed398
@thejedithatno-onenamed398 2 года назад
the program is cool but is there a way for me to have it not mess up with my graph?
@jassk6887
@jassk6887 2 года назад
Not working