I don't really understand how to interpret the output of the function solve() in Maxima.
For instance, I have to sove this:
solve(a1*x1/(a1*x1+a2*x2)-r1*x1/(r1*x1+r2*x2),[x1,x2]);
[[x1=%r1,x2=0],[x1=0,x2=%r2]]
Are %r1 and %r2 2 constants ?
Thank you.
From the docs: