π
<-

TI Nspire CAS step by step

:32tins: :32tinsktpb: :32tinsktpn: :32tinscas: :32tinstpkc: :32tinstpktpb: :32tinstp: :32tinscastp: :32tinscmc: :32tinscx: :32tinscxcas:

TI Nspire CAS step by step

Unread postby justpassingby » 14 Oct 2014, 20:40

Hi,

x=[(5000/y) - 1] * 1/2]
x=[(6000/y) - 1] * 1/9]

Can anyone with a Ti Nspire CAS tell me if it can solve a system of equations like this one step by step. And if it doesn't, is there is any program to do that?

What about the Ti Nspire non-CAS, can it solve an equation like this? If yes, how?

Thanks.
Last edited by justpassingby on 14 Oct 2014, 20:52, edited 1 time in total.
User avatar
justpassingby
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Level up: 26.7%
 
Posts: 5
Joined: 14 Oct 2014, 20:30
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: TI Nspire CAS step by step

Unread postby Adriweb » 14 Oct 2014, 20:42

With a system and solve (CAS) / nSolve or linSolve (non-CAS, I think the latter is the one needed) I believe, it will.
However, no steps.

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)
My calculator programs
Mes programmes pour calculatrices
User avatar
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Level up: 79.9%
 
Posts: 14840
Images: 1133
Joined: 01 Jun 2007, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Twitter: adriweb
GitHub: adriweb

Re: TI Nspire CAS step by step

Unread postby justpassingby » 14 Oct 2014, 20:53

Thanks. I am sorry but I meant a system of equation (I already corrected the post). Is the answer the same? Thanks.
User avatar
justpassingby
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Level up: 26.7%
 
Posts: 5
Joined: 14 Oct 2014, 20:30
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: TI Nspire CAS step by step

Unread postby Adriweb » 15 Oct 2014, 02:10

Yes that's what I meant too.

Use the system template in the templates window, inside the solve command :

Image

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)
My calculator programs
Mes programmes pour calculatrices
User avatar
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Level up: 79.9%
 
Posts: 14840
Images: 1133
Joined: 01 Jun 2007, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Twitter: adriweb
GitHub: adriweb

Re: TI Nspire CAS step by step

Unread postby Bisam » 15 Oct 2014, 06:19

Il faut bien sûr écrire linSolve(système, variable1, variable2,...) (contrairement à ce qu'on voit sur l'image d'Adriweb qui n'a mis qu'un "x" au lieu de "x,y")

Si tu veux la résolution "étapes par étapes", c'est également disponible.
Dans la bibliothèque "linalgcas", tu as une fonction "simultstep" qui s'utilise avec la même syntaxe et décrit les étapes à effectuer.

Cette bibliothèque est présente à l'origine sur les Nspire CAS et CX CAS.
User avatar
BisamAdmin
Niveau 15: CC (Chevalier des Calculatrices)
Niveau 15: CC (Chevalier des Calculatrices)
Level up: 69.6%
 
Posts: 5670
Joined: 11 Mar 2008, 00:00
Location: Lyon
Gender: Male
Calculator(s):
MyCalcs profile

Re: TI Nspire CAS step by step

Unread postby Adriweb » 15 Oct 2014, 06:37

Faut croire que avec le x tout seul ca marche aussi, cf screenshot, non ?
(Au debut j'avais essayé avec x et y, mais je me suis pris un message d'erreur a la gueule, donc...).

Et, bien vu pour simulstep, je l'avais oublié.

Mais il passe par les matrices non ?

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)
My calculator programs
Mes programmes pour calculatrices
User avatar
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Level up: 79.9%
 
Posts: 14840
Images: 1133
Joined: 01 Jun 2007, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Twitter: adriweb
GitHub: adriweb

Re: TI Nspire CAS step by step

Unread postby justpassingby » 15 Oct 2014, 20:02

Thank you both.

@Adriweb When I use the linsolve command, even with x instead of x and y, it gives an argument error. It says to use a system of linear equations. My TI Nspire is not CAS. Is your calculator CAS?

@Bisam I am sorry but I don't understand much about calculators. Can you tell me how do I get to linalgcas and simultstep? And does it give all the steps to solve the system?
User avatar
justpassingby
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Level up: 26.7%
 
Posts: 5
Joined: 14 Oct 2014, 20:30
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: TI Nspire CAS step by step

Unread postby Bisam » 15 Oct 2014, 20:24

"simultstep" is also available on non CAS calculators.

Here is how to proceed :
1) check in "Mylib" folder if "linalg" folder is present
2) if it is, "refresh the libraries" by pressing :nssc: :nsdo: :ns6:
3) press :nsbi: :ns6: to open the library shelves and find the function "simultstep"...
4) Enjoy !
User avatar
BisamAdmin
Niveau 15: CC (Chevalier des Calculatrices)
Niveau 15: CC (Chevalier des Calculatrices)
Level up: 69.6%
 
Posts: 5670
Joined: 11 Mar 2008, 00:00
Location: Lyon
Gender: Male
Calculator(s):
MyCalcs profile

Re: TI Nspire CAS step by step

Unread postby justpassingby » 15 Oct 2014, 20:45

Thanks. I already found it but when i use this system of equations it gives an error "Variable is not defined". It says that "no value is assigned to variable. Use one of the following commands".
User avatar
justpassingby
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Level up: 26.7%
 
Posts: 5
Joined: 14 Oct 2014, 20:30
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: TI Nspire CAS step by step

Unread postby Adriweb » 15 Oct 2014, 20:57

What about this - make sure you enter the syntax correctly :



Also, TI's tutorial here : https://epsstore.ti.com/OA_HTML/csksxvm ... etId=93187

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)
My calculator programs
Mes programmes pour calculatrices
User avatar
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Level up: 79.9%
 
Posts: 14840
Images: 1133
Joined: 01 Jun 2007, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Twitter: adriweb
GitHub: adriweb

Next

Return to Problèmes divers / Aide débutants

Who is online

Users browsing this forum: ClaudeBot [spider] and 9 guests

-
Search
-
Social TI-Planet
-
Featured topics
Comparaisons des meilleurs prix pour acheter sa calculatrice !
"1 calculatrice pour tous", le programme solidaire de Texas Instruments. Reçois gratuitement et sans aucune obligation d'achat, 5 calculatrices couleur programmables en Python à donner aux élèves les plus nécessiteux de ton lycée. Tu peux recevoir au choix 5 TI-82 Advanced Edition Python ou bien 5 TI-83 Premium CE Edition Python.
Enseignant(e), reçois gratuitement 1 exemplaire de test de la TI-82 Advanced Edition Python. À demander d'ici le 31 décembre 2024.
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
1234
-
Donations / Premium
For more contests, prizes, reviews, helping us pay the server and domains...
Donate
Discover the the advantages of a donor account !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partner and ad
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
1103 utilisateurs:
>1066 invités
>30 membres
>7 robots
Record simultané (sur 6 mois):
7582 utilisateurs (le 25/06/2025)
-
Other interesting websites
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)