Advertisement
1vannn

Untitled

Oct 30th, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. --[[
  2. Ti-84 S-CE Automated Matrix Input (extremely basic, but it did my homework..)
  3. ]]--
  4. :ClrHome
  5. :Input "First x: ",A
  6. :ClrHome
  7. :Input "First y: ",B
  8. :ClrHome
  9. :Input "Second x: ",C
  10. :ClrHome
  11. :Input "Second y: ",D
  12. :ClrHome
  13. :Input "Third x: ",E
  14. :ClrHome
  15. :Input "Third y: ",F
  16. :ClrHome
  17. :a^2->h -- Sets the second column in matrix "A"
  18. :c^2->g
  19. :e^2->i
  20. :1->[A](1,3) -- Starts input into Matrix "a"
  21. :1->[A](2,3)
  22. :1->[A](3,3)
  23. :h->[A](1,1)
  24. :h->[A](2,1)
  25. :h->[A](3,1)
  26. :h->[A](1,2)
  27. :h->[A](2,2)
  28.  
  29.  
  30. to be continued
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement