how to extract a symbolic result from a find function
Using (still) Mathcad 11, I am unable to find a solution under this setting.
I have a block similar to this:
given
y = a*x+b
y = c*x+d
Find(x,y) --> (RISULT1, RISULT2) <--- here the response is a vertical vector in Mathcad.
How do I extract RESULT1, and RESULT2 by assigning a variable so I can use them in other equations?
I tried to apply an example that I found in the book "Engineering with Mathcad":
(Resl01, Resl02) := Find(x,y) <--- here also the vector is a column.
In my symbolic case hovewer it did not work.
Thanks for any help.
Anthony



