Prompt

Please solve the following system of three equations. a + b + c = 0, 2a + 2b + c = 3, 2a + 3b + 2c = 1

Result

<aside> <img src="/icons/magic-wand_purple.svg" alt="/icons/magic-wand_purple.svg" width="40px" />

The solution to the system of equations is a = 1, b = -1, c = 0.

</aside>