π
<-

Simplifying radicals on TI-Nspire CAS - it is possible?

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

Simplifying radicals on TI-Nspire CAS - it is possible?

Message non lude bluestone » 11 Avr 2023, 10:12

Нow to make the TI-Nspire CX CAS reduce variuos radical expressions (and whether it is capable of doing that, at all)?

like that

Image

or more simple

Image

I’m not talking about quite simple examples like Image, Image, but those where a bit more complex transformations are needed.

Тo make more sense of what it's about, here are examples done with other calculators:

ImageImage
Avatar de l’utilisateur
bluestone
Niveau 1: MD (Membre Débutant)
Niveau 1: MD (Membre Débutant)
Prochain niv.: 60%
 
Messages: 2
Inscription: 10 Avr 2023, 20:50
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: Simplifying radicals on TI-Nspire CAS - it is possible?

Message non lude Adriweb » 11 Avr 2023, 12:55

Simplifications are automatic. So, whenever it can, it will do it.

For instance, it works fine on your first example, but can't simplify the 2nd one :


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
Avatar de l’utilisateur
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 82.1%
 
Messages: 14883
Images: 1211
Inscription: 01 Juin 2007, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Twitter/X: adriweb
GitHub: adriweb

Re: Simplifying radicals on TI-Nspire CAS - it is possible?

Message non lude bluestone » 12 Avr 2023, 08:04

And then it turns out that the CP400 has more advanced CAS if it can do that?

Image
Avatar de l’utilisateur
bluestone
Niveau 1: MD (Membre Débutant)
Niveau 1: MD (Membre Débutant)
Prochain niv.: 60%
 
Messages: 2
Inscription: 10 Avr 2023, 20:50
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: Simplifying radicals on TI-Nspire CAS - it is possible?

Message non lude Adriweb » 12 Avr 2023, 08:11

Each CAS has their own advantages and drawbacks.

At least on the Nspire you can install third party CAS engines like KhiCAS (xcas, which is what the HP Prime has)

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
Avatar de l’utilisateur
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 82.1%
 
Messages: 14883
Images: 1211
Inscription: 01 Juin 2007, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Twitter/X: adriweb
GitHub: adriweb

Re: Simplifying radicals on TI-Nspire CAS - it is possible?

Message non lude Hisham » 15 Avr 2023, 11:52

In some cases it's possible to simplify nested (cubic) radicals. Let's suppose we have (m+n∙sqrt(p))^(1/3). The radicand should be of the type: (a+sqrt(b))^3 = a^3 + 3ab + (3a^2 + b)∙sqrt(b), that is m = (a^3 + 3ab) and n∙sqrt(p) = (3a^2 + b)∙sqrt(b). To be able to say that b=p (the radical part is not univocally determined), we'll need to look at the various "representations" of the radical and see if there is one where (n-p)/3 is a perfect square.
In such a case, we'll have a=sqrt((n-p)/3) and b=p, hence (m+n∙sqrt(p))^(1/3) = a+sqrt(b).

Example: (7+5∙sqrt(2)) = (a+sqrt(b))^3, where (a^3 + 3ab)=7 and a=sqrt((5-2)/3)=1 (b=p=2). Thus we get (7+5∙sqrt(2))^(1/3) = 1+sqrt(2).
This procedure could be "algorithmized" (i.e. through a system) for the TI-Nspire (with TI-Basic or Python) but it does not work in all cases (generally Landau's algorithm is used for the CAS calc).
Avatar de l’utilisateur
HishamPremium
Niveau 8: ER (Espèce Rare: nerd)
Niveau 8: ER (Espèce Rare: nerd)
Prochain niv.: 12.9%
 
Messages: 140
Inscription: 01 Mar 2017, 20:52
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: Simplifying radicals on TI-Nspire CAS - it is possible?

Message non lude Adriweb » 15 Avr 2023, 12:04

Wolfram Alpha can give you the steps for this, too, but anyway :P

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
Avatar de l’utilisateur
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 82.1%
 
Messages: 14883
Images: 1211
Inscription: 01 Juin 2007, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Twitter/X: adriweb
GitHub: adriweb

En ligne

Re: Simplifying radicals on TI-Nspire CAS - it is possible?

Message non lude parisse » 15 Avr 2023, 19:52

This is not the right way to simplify roots. The right way here is to factor x^3-(5*sqrt(2)+7) over Q[sqrt(2)], and to do that multiply by the conjugate, this gives x^6-14*x^3-1, factor it over the integers, you get 2 factors (x^2-2*x-1)*(x^4+2*x^3+5*x^2-2*x+1), then select the right one. If the polynomial is irreducible over the integers, then it can not be simplified (in that case the algebraic extension is of order 6).
Note that the general tool for something more complicated than sqrt is the resultant.
r:=resultant(x^3-(5y+7),y^2-2,y);
factor(r);
(you can run these commands with KhiCAS on compatible calculators, and on the Prime)
Avatar de l’utilisateur
parisseVIP++
Niveau 12: CP (Calculatrice sur Pattes)
Niveau 12: CP (Calculatrice sur Pattes)
Prochain niv.: 95%
 
Messages: 3825
Inscription: 13 Déc 2013, 16:35
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile


Retourner vers Problèmes divers / Aide débutants

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 14 invités

-
Rechercher
-
Social TI-Planet
-
Sujets à la une
Ndless for CX 4.5.5 / CX II 6.2.0
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 !
12345
-
Faire un don / Premium
Pour plus de concours, de lots, de tests, nous aider à payer le serveur et les domaines...
Faire un don
Découvrez les avantages d'un compte donateur !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partenaires et pub
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
3021 utilisateurs:
>3003 invités
>10 membres
>8 robots
Record simultané (sur 6 mois):
32248 utilisateurs (le 01/09/2025)
-
Autres sites intéressants
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)