suivant: The left member of
monter: Equations
précédent: Transform an equation into
Table des matières
Index
Transform an equation into a list : equal2list
equal2list takes as argument an equation.
equal2list returns the list of the two members of this equation.
Input :
equal2list(2x-1=3)
Output :
[2*x-1,3]
giac documentation written by Renée De Graeve and Bernard Parisse