| Author |
Comment/Response |
Indrek
|
10/26/11 03:59am
Hi!
Is there a RATIONAL way to insert predefined values into Solve result list without disturbing the format?
Syntax example:
Value=3;
Solve[{3*A-4*B==14,-2*A+3*B==3},{A,B}]
Will give me result:
{{A -> 54, B -> 37}}
, but is it possible to get:
{{A -> 54, B -> 37, Value -> 3}}
without disturbing bracets etc.
Any help would be appreciated!
Thanks in advance.
Indrek
URL: , |
|