What is a suitable replacement for eliminate?
Here is my code:
A := {x[5] = x[2]/x[1], x[6] = x[3]/x[2], x[7] = x[1]/x[4], x[8] = (2*x[2]+x[4])/(2*x[1]+x[3]+x[4])}; |
In the older versions of Maple the first example of eliminate would return same result as the solve example, but with current version I need to resort to the second example.