Question 309347
{{{system( 
            a - 2b = 3,
            3a = 6b + 9 
         )
}}}

you just need to use the substitution solver
*[invoke linear_substitution "a", "b", 1, -2, 3, 3, -6, 9 ]