La recherche a retourné 571 résultats

par compsystems
lun. mai 27, 2024 12:45 am
Forum : Xcas - English
Sujet : (1>x) => (x<1)
Réponses : 4
Vues : 52

Re: (1>x) => (x<1)

Adding new rules to the Xcas kernel should be an easy job in words but in practice it requires many hours of work and movement of neurons that very few have. There are very few CAS programmers in the world and my brain is not at that level. I would like to have the power to access the source code an...
par compsystems
dim. mai 26, 2024 2:01 pm
Forum : Xcas - English
Sujet : (1>x) => (x<1)
Réponses : 4
Vues : 52

Re: (1>x) => (x<1)

Having a smaller number of cases for further processing is good from a computational point of view, but not from the point of view of teaching and learning mathematics, because textual mathematics follows writing rules. In addition to spending more time, with current binary processors, that time to ...
par compsystems
dim. mai 26, 2024 2:03 am
Forum : Xcas - English
Sujet : (1>x) => (x<1)
Réponses : 4
Vues : 52

(1>x) => (x<1)

Hello

solve((5<(-2*x+7))AND ((-2*x+7)≤11),x,'=' ); [Enter] returns (x≥-2) and (x<1)
but -2≤x<1 [Enter] returns (x>=-2) and (1>x)


is it possible to improve the results of mathematical expressions as they appear in textbooks?
(x>=-2) and (1>x) => (x>=-2) and (x<1)
par compsystems
dim. mai 19, 2024 5:14 pm
Forum : Xcas - English
Sujet : Applying an expression to an inequality.
Réponses : 0
Vues : 120

Applying an expression to an inequality.

Hello

a possible problem is when an expression is applied in an inequality.

autosimplify(2);

(((x-2)/(x+2))<2)*(x+2) [Enter] ([(6+x)/(2+x),(12+2*x)/(2+x)])>0

is expected => (x-2) < (2*(x+2))
par compsystems
mar. mai 14, 2024 9:02 pm
Forum : Xcas - English
Sujet : ((a=b)*-1)|([a = 4,b = 3]) => -1 ?
Réponses : 3
Vues : 151

Re: ((a=b)*-1)|([a = 4,b = 3]) => -1 ?

I have noticed that depending on the simplification flag, an assignment is performed.
You can improve the xcas interpreter by adding a flag to the system that allows you to decide whether you want the equal sign to always act as an assignment or not,
par compsystems
mar. mai 14, 2024 12:28 am
Forum : Xcas - English
Sujet : ((a=b)*-1)|([a = 4,b = 3]) => -1 ?
Réponses : 3
Vues : 151

Re: ((a=b)*-1)|([a = 4,b = 3]) => -1 ?

Another possible problem is when an expression is applied in an inequality.

(((x-2)/(x+2))<2)*(x+2) [Enter] ([(6+x)/(2+x),(12+2*x)/(2+x)])>0

=> (x-2) < (2*(x+2))
par compsystems
dim. mai 12, 2024 2:33 pm
Forum : Xcas - English
Sujet : ifactor(#) => #1 * #2 * ... * #n
Réponses : 2
Vues : 388

Re: ifactor(#) => #1 * #2 * ... * #n

Tested on version 1.99.0 - 990 and it works excellently

ifactors(18,'*') [Enter] Returns 2*3*3
par compsystems
sam. mai 11, 2024 11:13 pm
Forum : Xcas - English
Sujet : ((a=b)*-1)|([a = 4,b = 3]) => -1 ?
Réponses : 3
Vues : 151

((a=b)*-1)|([a = 4,b = 3]) => -1 ?

Hello with autosimplify flag: none ((a=b)*-1 [enter] returns -a=(-b) ((a>b)*-1 [enter] returns (-b)>(-a) ((a=b)*-1)|([a = 4,b = 3]) [enter] returns (-4=-3) ((a>b)*-1)|([a = 4,b = 3]) [enter] returns (true)*-1 => -1 ? // Shouldn't the left side be resolved first? ((a>b)*-1)|([a = 4,b = 3]) => (-b)>(-...
par compsystems
jeu. mai 02, 2024 2:13 pm
Forum : Xcas - English
Sujet : xCAS to be used in mathematics learning and teaching
Réponses : 0
Vues : 178

xCAS to be used in mathematics learning and teaching

Hello I believe that a 'CAS' to be used in learning and teaching mathematics should have a form in which the user tells the machine what to do, so that the machine does not return automatic processes that are meaningless to the learner. This implies that the input is not interpreted except for trivi...
par compsystems
sam. avr. 20, 2024 1:44 am
Forum : Xcas - English
Sujet : ifactor(#) => #1 * #2 * ... * #n
Réponses : 2
Vues : 388

ifactor(#) => #1 * #2 * ... * #n

Hello
It is important to show the complete factorization of a number, so is there a possibility of obtaining the product of factors without powers?

ifactor(18) [enter] 2^1*3^2
ifactor(18, '*') [enter] '2*3*3'
par compsystems
jeu. avr. 04, 2024 5:36 pm
Forum : Xcas
Sujet : Suggestions d'amélioration pour Xcas Windows
Réponses : 8
Vues : 2695

Re: Suggestions d'amélioration pour Xcas Windows

Greetings Mr. Parisse, it is good that the GUI can be contracted with third parties, that is, seek sponsorship to be able to pay for these services. The Xcas online user interface works well, but in underdeveloped countries like Colombia we do not have guaranteed internet service during a class sess...
par compsystems
dim. mars 31, 2024 4:55 pm
Forum : Xcas - English
Sujet : baseexpand() cmd
Réponses : 0
Vues : 437

baseexpand() cmd

Hello Based on order powexpand(a^(m-n)) returns a^m/a^n In step-by-step algebraic manipulation I believe that a command is needed to expand an exponent, in a base that can be a product, division or expression. I don't know if baseexpand is a good name 0: powexpand(a^(m-n)) returns a^m/a^n 1: baseexp...
par compsystems
dim. mars 31, 2024 5:13 am
Forum : Xcas - English
Sujet : Tems of algebraic Expresion
Réponses : 0
Vues : 421

Tems of algebraic Expresion

very good morning Within algebraic manipulation it is important to identify the terms or addends of an algebraic expression, there is already a command to separate the factors split(), I think that Xcas should provide us with a new command terms() so that students identify the terms after a manual p...
par compsystems
jeu. mars 28, 2024 8:15 pm
Forum : Xcas - English
Sujet : autosimplify on [m] (menu) button
Réponses : 2
Vues : 911

Re: autosimplify on [m] (menu) button

Is it possible to add in the [M] eq menu an option to convert two-dimensional notation to one-dimensional and live in the outputs of each line?

(1D)
a^(b^c)

(2D)
__ c
_ b
a
par compsystems
jeu. mars 28, 2024 4:51 pm
Forum : Xcas - English
Sujet : xcasjs interface in Spanish.
Réponses : 1
Vues : 844

xcasjs interface in Spanish.

Hello I am a professor of algorithmic logic and programming in first university level courses, in these last two years I have been dictating the class sessions with c#, but I would like the algorithmic thinking to go more of the numerical, this is symbolic numerical. I am testing the xcasjs interfac...