I would like to ask:
how I can add expressions in Maxima? i.e. I have:
A = x + y; B = 2*x + 2*y;
How to get
Maxima
to give me(A + B)
?how I can do numerical calculation in Maxima? I want to assign
x = 1; b = 2;
How to get the numerical value of
(A + B)
?