Page 1 of 1

[Solved] Align conditions with equations

Posted: Thu Mar 15, 2018 11:39 am
by orabonac@yahoo.it
 Edit: Split from Left brace in formula editor 
what can i do if i wanto to write

left lbrace
stack {
a = b # if x > 0
b = c # if x <= 0
a = c
}
right none
????
There are no spaces between the function and the clause 'if'.
thaks.

Re: Left brace in formula editor

Posted: Thu Mar 15, 2018 7:53 pm
by Daiwe01
Perhaps

left lbrace
matrix {
a=b # if x > 0 ##
b=c # if x <= 0 ##
a=b # ` `
}
right none