Post Reply 
Existing CAS commands --> Prime discussion
11-06-2019, 04:50 PM
Post: #65
RE: Existing CAS commands --> Prime discussion
There commands that are very important within a program, for example, changing the display of exponents in polynomials (increasing-decreasing) without having to do it manually [shift]+[mode-cas], but from the source code.

◉ increasing_power(False) [↵]
◉ x^3 - 6*x² + 11*x -6 [↵] Xcas returns x^3 - 6*x^2 + 11*x -6
◉ increasing_power() [↵] Xcas returns 0


◉ increasing_power(True) [↵]
◉ x^3 - 6*x² + 11*x -6 [↵] Xcas returns -6+11*x-6*x^2+x^3
◉ increasing_power() [↵] returns 1
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Existing CAS commands --> Prime discussion - compsystems - 11-06-2019 04:50 PM



User(s) browsing this thread: 1 Guest(s)