ti-basic Questions
6
Solved
In most programming languages, you can mix and match strings with variables during output. However, I can't seem to find a good way to do so. Here is my code:
Prompt A,B
√(A^2+B^2)->C
If iPart(...
Jell asked 15/10, 2014 at 20:44
4
Solved
Edit: my main question is that I want to replicate the TI-84 plus RNG algorithm on my computer, so I can write it in a language like Javascript or Lua, to test it faster.
I tried using an emulator...
Perithecium asked 25/9, 2015 at 18:4
4
Solved
I am interested into programming with different languages besides Ti-Basic (like Java, C, and Python) on my Ti-84 plus calculator. Does my calculator support this, and if not, are there any calcula...
Sweeny asked 23/6, 2015 at 3:13
2
Solved
I wrote a program to roll stats for D&D 5e characters. It rolls 4d6 and drops the lowest and adds that value to a list. It repeats this for a total of 6 times and then outputs the result to the...
3
Solved
I decided to implement a program that can find the GCD of any two numbers (including non-integers) in TI-Basic. I've used this just fine in Java, so I know it works. It works just fine in TI-Basic,...
Gillard asked 24/9, 2012 at 20:35
2
I'm trying to write a function for a TI-Nspire cx cas calculator. I have to solve a large system, using the built-in solve function. I want to save the result of solve in some variables. For exampl...
Hymanhymen asked 27/2, 2015 at 10:33
4
I made a program that is similar to clearing RAM. However, it always leaves a "Done" message followed by a dotted line after being executed. In addition, if you scroll up, you can see that the prog...
Tacky asked 13/12, 2015 at 19:25
2
Solved
I've been looking to make a program in TIBASIC that can evaluate what kind of calculator the code is running from, no assembly. Since I don't think there's anything that would get information from ...
Octodecillion asked 3/8, 2016 at 11:14
2
Solved
for an experiment I decided to program a little game into my TI-89 using the built in program editor, however I cannot figure out an optimal method of getting keystrokes without significant delay. ...
Liebman asked 16/4, 2015 at 19:35
4
Solved
I am trying to create a simple BASIC program for my TI-84 that will calculate the midpoint of two given points. This is my current code below, which produces an error upon trying to run the program...
2
I am writing a simple Pong game in TI-Basic but the editor won't let me insert a line into the code I've already written.
For example
print "Hello world"
<--Where I want to insert the code
pri...
Cohette asked 27/5, 2014 at 22:17
2
Solved
I created a set of programs to calculate the area under a graph using various methods of approximation (midpoint, trapezoidal, simpson) for my Calculus class.
Here is an example of one of my progr...
2
Solved
In the TI-BASIC programming language (Specifically TI-84+), how do you create input forms, such as the ones included in the default apps on the TI-84+.
The image included here shows an example of...
3
Solved
I was playing around with programming on my TI-84 in math class today and I decide to try to write a program that reads an equation and than does a few things with it. But I'm having trouble readin...
Termination asked 29/3, 2011 at 19:43
1
Solved
I'm new to the TI programming platform. I hope to get some pointers on what's my best route for this.
I'm required to produce a series of arithmetic and graphing functions compatible across TI-83(p...
1
© 2022 - 2025 — McMap. All rights reserved.