La recherche a retourné 562 résultats

par compsystems
jeu. mai 06, 2021 4:07 pm
Forum : Xcas - English
Sujet : when cmd
Réponses : 7
Vues : 3096

when cmd

Hello I have problems defining a function in xcas

Code : Tout sélectionner

function f(testvar):={
   return when( testvar, true, false );
}:;
Syntax compatibility mode: xcas
Parse error line 1 column 20 at :=
par compsystems
sam. mai 01, 2021 6:37 pm
Forum : Xcas - English
Sujet : unquote cmd
Réponses : 1
Vues : 1792

unquote cmd

Hello why the 3,4,5 lines don't print the value of 987? print( eval(varint,1 )); // 987 #cas function scope( varint ) print( varint ); // x unquote( varint ):=987; print( varint ); // print( eval(varint,1 )); // 987 print( eval(varint,2 )); return (varint); end; purge(x);scope(x); x [enter] 987, 987
par compsystems
ven. avr. 30, 2021 4:43 pm
Forum : Xcas - English
Sujet : type and subtype
Réponses : 0
Vues : 4510

type and subtype

Hello type(obj) almost always returns a data type as identifier, except in type(3%5) // returns > 15 type(%%%{3,[2,1]%%%}) // returns > 5 type(obj)+0 returns the numeric value of the data type subtype(obj) almost returns the numeric value of the subtype for list data, except in subtype(3.14159265358...
par compsystems
jeu. avr. 29, 2021 11:15 pm
Forum : Xcas - English
Sujet : Define function cmd
Réponses : 2
Vues : 1998

Re: Define function cmd

ok, "unapply" works fine
par compsystems
jeu. avr. 29, 2021 2:53 pm
Forum : Xcas - English
Sujet : list2mat and mat2list
Réponses : 0
Vues : 4396

list2mat and mat2list

Hello list2mat and mat2list are very important commands, since there are commands that operate differently when they are lists or matrices, in some it applies linear and matrix algorithm rules in other operations with a list of elements. list2mat([9,8])> [[9,8]] "reverse" command, converts a flat li...
par compsystems
mer. avr. 28, 2021 10:19 pm
Forum : Xcas - English
Sujet : Define function cmd
Réponses : 2
Vues : 1998

Define function cmd

Hello I want to define a function where the expression is stored in a variable, but it does not call the content of the variable expr1 := 'x^3 - 2*x^2 + 1*x -1'; [enter] x^3-2*x^2+1*x-1 function f(x)=expr1; end; [enter] (x)->nop(expr1) excepted (x)->x^3-2*x^2+1*x-1 function f(x) expr1; end; f := fun...
par compsystems
mer. avr. 28, 2021 10:02 pm
Forum : Xcas - English
Sujet : Scripts CAS
Réponses : 6
Vues : 3290

Re: Scripts CAS

Hello, What operating system does it work on?
par compsystems
sam. avr. 17, 2021 4:38 am
Forum : Xcas - English
Sujet : Scripts CAS
Réponses : 6
Vues : 3290

Scripts CAS

Hello
The following script restarts the application in the latest version of xcas on win10 2021

https://www.eonicasys.com.co/math/syste ... ript00.xws
Edit Execute worksheet Line 16

Image
par compsystems
ven. janv. 15, 2021 4:25 pm
Forum : Xcas - English
Sujet : csolve(x^2=-1,'=') crashes and closes (installation version)
Réponses : 6
Vues : 4293

Re: csolve(x^2=-1,'=') crashes and closes (installation version)

sorry, where do I find the mingw version of Xcas?
par compsystems
jeu. janv. 14, 2021 3:42 am
Forum : Xcas - English
Sujet : highlight the commas on I/O
Réponses : 0
Vues : 1659

highlight the commas on I/O

Hello

In the input and/or output lines of expressions, highlight the commas of another color, this facilitates the reading of the expressions, many times they are confused with the point symbol.

Image
par compsystems
mar. janv. 05, 2021 9:25 pm
Forum : Xcas - English
Sujet : Xcas Geometry, document in Spanish
Réponses : 3
Vues : 2319

Re: Xcas Geometry, document in Spanish

Hi

the French document is out of date?

He says

Pour obtenir un point il suffit de cliquer avec la souris (bouton gauche) pour qu’un point s’affiche avec un nom.

but for it to be done first you have to switch to Point mode, and to move it you have to switch to pointer mode
par compsystems
mar. janv. 05, 2021 6:07 am
Forum : Xcas - English
Sujet : Xcas Geometry, document in Spanish
Réponses : 3
Vues : 2319

Xcas Geometry, document in Spanish

Hello, I have started to adapt and translate the Xcas geometry application manual into Spanish Document in writing, come back soon Updates available in: http://eonicasys.com.co/math/system/xcas/geometry/docs/xcas_geometry_spn_manual.pdf Frn: https://www-fourier.ujf-grenoble.fr/~parisse/giac/doc/fr/c...
par compsystems
mar. janv. 05, 2021 2:10 am
Forum : Xcas - English
Sujet : csolve(x^2=-1,'=') crashes and closes (installation version)
Réponses : 6
Vues : 4293

csolve(x^2=-1,'=') crashes and closes (installation version)

Hi, versión Xcas 1.6.0-39 (win64 bits installation version) csolve(x^1=-1,'=') [enter] set[x=-1] csolve(x^2=-1,'=') [enter] the app crashes and closes =( The problem is with the GUI (xCAS on win64bits), not with the GIAC core, as in the online version it is fine. An idea :idea: , look for third part...
par compsystems
sam. déc. 19, 2020 7:46 pm
Forum : Xcas - English
Sujet : alternative expressions in the output
Réponses : 0
Vues : 1702

alternative expressions in the output

Hello, an idea to clone in the desktop version (PC) If the flag is in exact mode add a previous line with the approximate value If the flag is approximate, add a new previous line to the output with the exact value similar as the output shows the numworks IN: (-(-1)-sqrt(5))/(2*1) [enter] OUT: -0.61...
par compsystems
sam. nov. 14, 2020 2:04 pm
Forum : Xcas - English
Sujet : Xcas with µPython
Réponses : 2
Vues : 2064

Re: Xcas with µPython

I notice that in the latest Xcas version, the row numbering column is included in the Python editor program
https://www-fourier.ujf-grenoble.fr/~pa ... ll_en#wcas
Thank you