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
0
votes
1 answer

Can I create a nested function frow 2x2 wronskian on CAS?

I'm trying to make a document defining an input for 2 equations to get the wronskian, but I am having issues and am wondering if it is possible. Here's what I have: on my TI-nspire CX CAS I went to new Document>Program Editor and have after lots of…
J'Neal
  • 11
  • 3
0
votes
1 answer

Ti-Nspire programming: How to store the output (answer) with multiple results in separated variables?

I'm trying to store the results of this expression in separate variables, but I didn't reach success: solve([[ω₃][ω₄]]=k^(−1)(ω1[[−l1sin(θ1)][l1cos(θ1)]]+ω2*[[l2sin(θ2)][−l2cos(θ2)]]),ω₃,ω₄) ▸ (ω₃=−4.02989 and ω₄=−0.709524) I'd like to store ω₃ and…
mandela
  • 11
  • 1
0
votes
2 answers

MemoryError: memory allocation failed, allocating x bytes

So, I'm coding a program that allows me to graph Collatz sequences with a given starting value in my Ti-nspire CX II-T, it had been running fine (no errors concerning memory) until now. Every time I run the program I get a weird output regarding…
Bernas
  • 29
  • 3
0
votes
2 answers

Defining a natural variable n in TI-Nspire CAS

I'm wondering if it's possible to define a natural variable n in TI-Nspire CAS. For example I'd like to write:
Gennaro Arguzzi
  • 769
  • 1
  • 14
  • 27
0
votes
0 answers

Script editor tell me an error in this script?

i will use images from defined calculator vars in TI nSpire LUA. Code in Script Editor: platform.apilevel='1.0' local img=(var.recall("img2")) local i=image.new(img) function on.paint(gc) gc:drawImage(i,10,10) end But Console gave me error in…
0
votes
1 answer

How do I use functions defined with Func in the solve function?

Say I have this function defined using Func: Define f(x)=Func Return x² EndFunc I can use this function in most cases perfectly fine: f(2) © 4 f(3)+f(4) © 24 cos(f(sqrt(π))) © -1 expand(f(x+1)) ©…
Lauren Yim
  • 12,700
  • 2
  • 32
  • 59
0
votes
1 answer

TI Nspire Python: eval_function

Is there an example of how the eval_function works from the TI System Menu module? I have attempted s=eval_function("sin",0.5) print(s) but this code returns an error. So does s=eval_function("sin(0.5)",True) print(s) Thank you in advance, Eddie
0
votes
0 answers

Problem installing ndless-sdk: error building genzehn

I am trying to install Ndless sdk on my Windows computer (with CygWin). I run .../Ndless/ndless-sdk/toolchain/build_toolchain.sh and I fixed all the problems with that. After that, according to the instructions, I went in the (top) Ndless directory…
Promitheas Nikou
  • 511
  • 4
  • 14
0
votes
1 answer

Circumventing resource exhaustion errors when solving systems of equations using CX CAS

I am attempting to solve the following system of 2 equations (2 unknowns) using a Ti-Nspire CX CAS calculator: I have already solved it using Mathematica: Solve[v*Sqrt[1+0.5^2 + 2*0.5*Cos[2*(2*Pi/(8*10^-3))*(-3*10^-3) + p]]==2 && v*Sqrt[1+0.5^2 +…
Landon
  • 528
  • 2
  • 4
  • 22
0
votes
1 answer

How to solve systems with TI-nspire automatically

is there any solution to solve a large system of equations in a program with the TI-nspire without typing all the variable names by hand? For example, the function solve([1 2; 3 4]* [x; y] = 2,{x,y}) requires typing x,y manually. How is this done…
0
votes
1 answer

TI Inspire CX variable not defined in an if statement

I am attempting to write a modular inverse function based on this c++ version in my TI-Nspire CX. So far I have the following code: Define LibPub modinv(a,b)= Func Local b0,t,q,x0,x1 0→x0 1→x1 If b=1 Then Return 1 EndIf While a>1 …
RandomNumberFun
  • 638
  • 2
  • 8
  • 25
0
votes
1 answer

Partial Derivation with the TI-NSpire CX CAS

I am trying to perform a partial derivation with the TI-NSPIRE CX CAS. However, a variable is always output as 0 in the result. Example with the nspire: d/dx(yx) = 0 But I would expect "y" as a result here. Wolfram gives the expected result as…
oolaf
  • 3
  • 1
0
votes
1 answer

Ti nspire programming - definition of variables

I'm trying to make a script in order to perform those two equation with summation: ((−b*σ*yn)/(2))+∑(−σ*(1-((yi)/(yn)))*ab*nbi,i,1,Nf) and this: ((b*s*yn^(2))/(3))+∑(−σ*(1-((yi)/(yn)))(yi-yn)*ab*nbi,i,1,Nf) My code is: Prgm Local…
0
votes
1 answer

Can`t make nLoader

I've tried compiling this Ti-Nspire exploit, but I've run into several problems. Some of them I could fix myself, but now I stuck at the following problem for weeks (I've tried contancting the developer, but he's very busy): sh…
Shirotaku
  • 3
  • 2
0
votes
1 answer

derivate of a two variable function on one point ti-nspire

The image shows my problem (link) I want to use that to do a Jacobian for a Multivariable method of aproximation. So There is a way to use that easily? or I have to put manually the partial derivatives like new functions? I'm sorry for my english.
Mofu Tan
  • 1
  • 1