Question: Assign name to one of multiple results

Hi!

I need to assign a name to a result calculated from a system of equations. In this case, i've got 2 equations and 2 solutions. I want to assign a name to the each of the solutions.

solve({-a+4*b = 0, 2*a+7*b = 2}, {a, b})

{a = 8/15, b = 2/15}

How do i assign a name for a and another for b?

This is just an example, it has to be done this way.

 

Greeting

Nicolai 

Please Wait...