Changes http://page.axiom-developer.org/zope/mathaction/AxiomProblem/diff -- This doesn't work on mine michen: \begin{axiom} L := [ A = 2*P1+P2, B = 2*P2+P1, C = 2*Q1+Q2, D = 2*Q2+Q1] solve(L, [P1,P2]) \end{axiom} But it should, observe this: \begin{axiom} solve([L.1,L.2],[P1,P2]) solve([L.3,L.4],[Q1,Q2]) \end{axiom} First two equationa do not depend on $Q_i$, the later two don't depend on $P_i$. -- forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED]
_______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
