π
<-

KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

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

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Unread postby parisse » 01 Dec 2014, 11:18

Bon, alors je remplace l'item 5.8 par un item bug en attendant :-)
Je viens de mettre a jour, avec une correction de bug de portage qui empechait de calculer des exponentielles de matrice du type exp(a*t), en fait le portage sur TI n'a pas l'air d'aimer l'algorithme de calcul modulaire de PGCD, je le desactive pour l'instant (en attendant que je passe sur newlib).
User avatar
parisseVIP++
Niveau 12: CP (Calculatrice sur Pattes)
Niveau 12: CP (Calculatrice sur Pattes)
Level up: 86%
 
Posts: 3662
Joined: 13 Dec 2013, 16:35
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Unread postby sgz » 27 Feb 2015, 00:55

Is there an english version of the guide?
archives_voir.php?id=78777
I'd love to have a TNS of a PDF or something like this that I can read on my calculator.

If anyone has info, please let me know :)
User avatar
sgz
Niveau 1: MD (Membre Débutant)
Niveau 1: MD (Membre Débutant)
Level up: 40%
 
Posts: 1
Joined: 24 Feb 2015, 07:06
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Unread postby parisse » 27 Feb 2015, 14:44

There is nothing specific to khicas in English, but a large part of Xcas documentation http://www-fourier.ujf-grenoble.fr/~parisse/giac/doc/en/cascmd_en/cascmd_en.html applies.
User avatar
parisseVIP++
Niveau 12: CP (Calculatrice sur Pattes)
Niveau 12: CP (Calculatrice sur Pattes)
Level up: 86%
 
Posts: 3662
Joined: 13 Dec 2013, 16:35
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Unread postby Vogtinator » 15 Mar 2015, 17:55

I found two bugs:
-"x=5d" -> "(x ing errors are becoming damaging. 5 * d)" (WTF)
-"1°" -> Crash (has to be computed twice, sometimes)

Tested on 3.9.1 CAS CX.
User avatar
VogtinatorPremium
Niveau 9: IC (Compteur Infatigable)
Niveau 9: IC (Compteur Infatigable)
Level up: 1.6%
 
Posts: 217
Joined: 29 Mar 2014, 15:55
Gender: Male
Calculator(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Unread postby parisse » 15 Mar 2015, 20:46

Very strange error message, I could only find the string in solve.cc in cobyla code (optimization code) but how could it be called? No idea.
The crash is certainly a parse problem, perhaps unrecognized utf8 sequence (returns 0 under Xcas).
User avatar
parisseVIP++
Niveau 12: CP (Calculatrice sur Pattes)
Niveau 12: CP (Calculatrice sur Pattes)
Level up: 86%
 
Posts: 3662
Joined: 13 Dec 2013, 16:35
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Unread postby Strontium » 23 Apr 2015, 01:53

I'm using KhiCAS on OS 3.9.1, on a TI-nspire CX (non-CAS), and am having some issues when I exit KhiCAS.

The first time I start and exit KhiCAS, everything goes just fine. However, if I go to open up KhiCAS and close it again, my calculator crashes. I have no idea what is causing it.

Also, after KhiCAS starts and I do a calculation, the status bar (is that what its called in this instance?) disappears until I press one of the arrow keys. Its not too much of an issue, but it bugs me.
Last edited by Strontium on 23 Apr 2015, 01:55, edited 1 time in total.
User avatar
Strontium
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Level up: 66.7%
 
Posts: 10
Joined: 21 Apr 2015, 07:52
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Unread postby parisse » 23 Apr 2015, 07:50

I can not reproduce a crash with a few commands (factor(x^4-1) then normal((x+1)^6)). Perhaps it's OS 3.9 (I'm on OS 3.6) ?
User avatar
parisseVIP++
Niveau 12: CP (Calculatrice sur Pattes)
Niveau 12: CP (Calculatrice sur Pattes)
Level up: 86%
 
Posts: 3662
Joined: 13 Dec 2013, 16:35
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Unread postby Strontium » 23 Apr 2015, 09:40

Probably. I just assumed it would work fine because it looks like Vogtinator was using it on OS 3.9 as well. Is there any way I could get some data about what is causing the crashes? Perhaps some sort of log file?

Edit: It also looks like you may have misunderstood my other post. The crashes occur the second time I open and close KhiCAS.

Another edit: I'll try to make a video of the missing status bar thing tomorrow as well
Last edited by Strontium on 23 Apr 2015, 09:49, edited 2 times in total.
User avatar
Strontium
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Level up: 66.7%
 
Posts: 10
Joined: 21 Apr 2015, 07:52
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Unread postby parisse » 23 Apr 2015, 20:05

I tried to open/close twice the same document with or without ON/OFF cycle, but did not see any crash. I get sometimes crashes if I download khicas.tns from the PC several times (and of course also sometimes because of a bug after running a command, but this happens consistantly).
User avatar
parisseVIP++
Niveau 12: CP (Calculatrice sur Pattes)
Niveau 12: CP (Calculatrice sur Pattes)
Level up: 86%
 
Posts: 3662
Joined: 13 Dec 2013, 16:35
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Unread postby Strontium » 24 Apr 2015, 00:37

I made a video demonstrating the crash and the missing status bar, in case that helps at all:
https://www.youtube.com/watch?v=x8jGmwUyYyc
User avatar
Strontium
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Level up: 66.7%
 
Posts: 10
Joined: 21 Apr 2015, 07:52
Gender: Not specified
Calculator(s):
MyCalcs profile

PreviousNext

Return to News TI-Nspire

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.
812 utilisateurs:
>782 invités
>24 membres
>6 robots
Record simultané (sur 6 mois):
6892 utilisateurs (le 07/06/2017)
-
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)