Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- If J=93
- Then
- Disp "QUADRATIC FORMULA
- Input "AX^^2",C
- Input "BX",D
- Input "C",E
- Lbl 11
- (~D+sqrt(D^^2-4CE))/(2C)->X
- (~D-sqrt(D^^2-4CE))/(2D)->Y
- Disp X
- Pause Y
- End
- If J=94
- Then
- Disp "SYNTHETIC DIVISION
- Input "AX^6",A
- Input "BX^5",B
- Input "CX^4",C
- Input "DX^3",D
- Input "EX^2",E
- Input "FX",F
- Input "G",G
- Disp "OPPOSITE OF H
- Input "X+H",H
- AH->T
- T+B->Z
- HS->R
- R+C->B
- QH->P
- D+P->C
- OH->N
- E+N->D
- MH->Q
- F+Q->E
- JH->X
- G+X->F
- Disp Z,A,B,C,D,E,F
- Pause
- Z->A
- If not(F
- Then
- 94->J
- 0->K
- End
- If not(F)not(E
- Then
- Goto 11
- Delvar K
- End
- End
- End
Advertisement
Add Comment
Please, Sign In to add comment