[Bug in Grammatik] Gleichungssystem lösen; ist nur einfacher Backslash und nicht doppelter

https://git.rwth-aachen.de/monticore/EmbeddedMontiArc/generators/MathPrettyPrinter/blob/tex/src/test/resources/models/montimath/vanilla/SolEqu.m#L5

Da ist ein Fehler drin. Die Zeile

Q^{3,1} A = [3 6 2; 1 2 8; 7 9 4] \\ [2;3;4];

müsste

Q^{3,1} A = [3 6 2; 1 2 8; 7 9 4] \ [2;3;4];

lauten; siehe https://de.mathworks.com/help/matlab/ref/mldivide.html

@jean-marc.ronck, @bram.kohlen, @armin.mokhtarian: Könnt ihr die Grammatik bitte so anpassen, dass sich das Beispiel Regelkonform parsen lassen?