0 Members and 1 Guest are viewing this topic.
Do you mean like storing y1=x^2-1 from a program? Yes, you can use strings. so "x^2-1"->str1:dispgraph would show the graph. If you do not want to show the graph, you can just do solve(y1,x,1). solve( is under [math] and has the syntax solve(equation,variable,guess).
Func name()=EndFunc
Func name(x)=x^2+3xEndFunc
I suggest using jacobly's emu for programming using your Nspire. Because Nspire basic is pretty much nonsense.
Quote from: Dapianokid on April 03, 2013, 01:14:54 pmI suggest using jacobly's emu for programming using your Nspire. Because Nspire basic is pretty much nonsense.TI-Nspire BASIC is actually extremely well-adapted for math purposes (which the poster is asking about), because that's exactly what it was designed for.The only reason many people don't like it is because it's nearly impossible to make a decent game with it. Because that's like trying to make a graphical game with Mathematica or doing your calculus homework on a game console. That's the same reason you wouldn't make a calculation-heavy math program with Lua.Sorry that this is off-topic, but I feel too many people just assume that certain features of the TI-Nspire are intrinsically awful without thinking about what they're meant to do.