thierryhardy

5 Reputation

2 Badges

10 years, 155 days

MaplePrimes Activity


These are questions asked by thierryhardy

Here's my problem,

I'm this line of code

result:=solve({x+y=1,x+2y=4},{x,y})
and the value of result is
{x=-2,y=3} and the value of result[1] is x=-2.

I would like the value of result to be {-2,3} for I need to use those output later. Is there any way to put those output in a list?

Page 1 of 1