Questions tagged [ti-nspire]

The TI-Nspire product line is a series of graphing calculators developed by Texas Instruments. This line currently includes the TI-Nspire, TI-Nspire CAS, TI-Nspire CX and TI-Nspire CX CAS.

The TI-Nspire product line is a series of graphing calculators developed by Texas Instruments. This line currently includes the TI-Nspire, TI-Nspire CAS, TI-Nspire CX and TI-Nspire CX CAS. There are models aimed for Chinese market, named as TI-Nspire CM-C, TI-Nspire CX-C, TI-Nspire CM-C CAS, TI-Nspire CX-C CAS. There is also software available for Windows and Mac OS X that act in similar ways to the calculators and allow the user to create compatible files. This software either requires a license or can only be used for a limited time. However, Texas Instruments also provides separate software that can be used for an unlimited time without a license but only allows file transfers and not emulation of the calculator. In 2010, Texas Instruments updated the calculators to the Touchpad versions which come with the Nspire or Nspire CAS computer software and support optional rechargeable batteries. In 2011, TI announced two new models of the TI-Nspire series: Nspire CX and Nspire CX CAS. The main new features are the color screen, rechargeable battery and thinner design.

https://en.wikipedia.org/wiki/TI-Nspire_series

76 questions
1
vote
0 answers

Manage Lua source code with Git while using TI-Nspire CAS Student Software for running TNS files

Background I'm studying this reference: https://education.ti.com/html/webhelp/EG_TINspireLUA/EN/index.html It is a Lua Scripting API Reference Guide for TI-Nspire calculators. I have this code to get two numbers from user and add them together . The…
Megidd
  • 7,089
  • 6
  • 65
  • 142
1
vote
1 answer

How would I start with making a game for ti-nspire cx ii using lua?

I've wanted to start to make simple games using lua for the ti-nspire cx ii and I cant really find any good places to start. I am pretty good at coding in geniral and have some experince using JavaScrip and C#. Any help or redirections would be…
1
vote
1 answer

TI-NSPIRE CX/CAS - How to store sentences in a variable?

In the notes section of the TI-NSPIRE, I keep trying to store sentences in the variable, but they keep being compiled as words multiplied together and the order of the words get rerranged. It seems to be based on alphabetical order of the first…
1
vote
1 answer

Evaluate integral limits using the antiderivatives expression, with a calculator

THE QUESTION IS Is there a compact way to evaluate an antidevivative expression: x**3 / 2 | x = a; x = b When we have an indefinite integral of the form: # Pseudocode as I cannot write it in math mode expr = x**2; a = 1; b = 5; F = integral(expr,…
1
vote
1 answer

Simple range and domain function on ti-nspire cx cas not working

I am trying to code a simple function in the program editior of ti nspire cas cx. Define LibPub transsolabcd()= Prgm :Request "Enter original expression: ",expr1,0 :Request "Enter mapped expression: ",expr2,0 :Request "Enter respect var:…
Dstarred
  • 321
  • 2
  • 10
1
vote
1 answer

I've been trying to apply the polyRoots function with "TI-nspire cx" but it keeps returning an empty value, what is happening?

I've been able to use the polyRoots function since day one, but all of a sudden it stopped working and it keeps returning an empty result,does someone know what is happening? Thank you in advance! This is the return I get, I´ve put a very simple one…
1
vote
1 answer

how can i get properly expressed answer(only expressed with constants) in ti-nspire cas(system of linear equations)

I'm struggling with ti linear equation solving. I want to solve system of equations of two variables(i,v). following is two equations. ai=v+iq v=(i-1-bv)p When I use ti-nspire cas function 'solve' answer i=,v= still contains i and v. But I want to…
sherloock
  • 27
  • 6
1
vote
2 answers

Can TI NSpire CX II python call built-in functions?

Texas Instruments recently added direct python programming to their TI Nspire CX II models. The calculator's built-in functions already consists of a list of very powerful math APIs. For example, can you invoke in python the isPrime() built-in…
daparic
  • 3,794
  • 2
  • 36
  • 38
1
vote
3 answers

How can I sort a list/matrix in a function?

When I try to use SortA and SortD in a function: Define test()= Func © Convoluted way of returning [0 1 2 4 5; 4 1 3 5 2] Local a,b a:=[1 5 2 0 4] b:=[1 2 3 4 5] SortA a,b Return colAugment(a,b) EndFunc I get the error Invalid in a function or…
Lauren Yim
  • 12,700
  • 2
  • 32
  • 59
1
vote
1 answer

TI Nspire lua crashes and throws 'break' error

I was working on a script to make little windows that I could open and close on my TI Nspire CX CAS 2 calculator. Adding new windows worked just fine, but trying to remove them, would cause a my software to crash when the function that was supposed…
Promitheas Nikou
  • 511
  • 4
  • 14
1
vote
1 answer

Too many arguments error without a reason

I got this weird problem which I can not seem to solve. In a simple program like this: Define hyp(a,b)= Prgm disp √(a^(2)+b^(2)) EndPrgm When calling the function with: hyp(3,4) I get the error: Error: Too many arguments Calling it like…
Cion
  • 85
  • 8
1
vote
2 answers

Different Q1 and Q3 values in python calculation from TI-nspire

I calculated the upper quartile (Q3 or 75%-tile) and lower quartile (Q1 or 25%-tile) using Numpy/Pandas and TI-nspire. But I get different values. Why does this happen? From (5+8)/2=6.5 and (18+21)/2=19.5, Numpy/Pandas Q1 and Q3 are wrong. Why does…
shin
  • 31,901
  • 69
  • 184
  • 271
1
vote
2 answers

TI-Nspire saving 2 different variables from solve

So i have two functions defined as f(x)=x^2-x-6 and g(x)=x+2 I need to find the points where f(x)=g(x) When i solve(f(x)=g(x),x) i get two values; x=-2 and x=4 My question is, can i define the two values individually from the solve so i get x1=-2…
Rasmus Bak
  • 11
  • 2
1
vote
2 answers

Define derivative operator-matrix on the TI nspire cx cas

I have a question regarding the TI nspire cx cas. Im trying to define an operatormatrix like the matrices below, but - of course - the calculator only alows me to create a derivative with a given function (for example: d/dx(N1(x)) ). I cannot…
Ramon
  • 63
  • 6
1
vote
2 answers

CAS Mode in Nspire Lua?

I have another question here: Inspired Lua Program is Different on Computer and Calculator which answers this question. My attempt to mark as duplicate aged away. I am writing a program for the Nspire CX CAS. I have a d2Editor mathbox that I would…
user8866053