Search found 2 matches

by jzx
Sat Sep 08, 2018 8:05 am
Forum: Math & Science
Topic: Equation system variables not aligning
Replies: 2
Views: 3651

Equation system variables not aligning

Working perfect,
Thank you so much!
by jzx
Fri Sep 07, 2018 9:08 pm
Forum: Math & Science
Topic: Equation system variables not aligning
Replies: 2
Views: 3651

Equation system variables not aligning

\[
\systeme{x -y + az = 1,
2x - y + z = -1,
ax + y - z = 1
\]

its a equation system with x,y,z as usual, but I have the unknown a also infront of z in the first equation and in front of x in the third equation. I want the output to be 4 columns and the x should align with x and so on. I want ...