```js const expr = ce.parse(`\\begin{cases}x+y=70\\\\2x-4y=80\\end{cases}`); console.log(expr.latex); // \begin{cases}x+y=70&\top\\2x-4y=80&\top\end{cases} ``` Can a system of linear equations with multiple variables be simplified?