| Author |
Comment/Response |
Indrek
|
10/31/11 08:21am
In Response To 'Re: Insert predefined values into Solve result ...' --------- Many thanks, works with one predefined value if inserted manually, but how can I use it in case I have many predefined values in form of:
Value1=223;
Value2=421;
Value3=123;
...
...
And IŽd like to insert them ALL (hundreds of them) automatically into Solve results
Solve[{A+B=6,A-B=4},{A,B}]
And IŽd like to get:
{{A -> 4,B -> 1,Value1 -> 223, Value2 -> 421, Value3 -> 123}}
Thanks in advance!
URL: , |
|