[Solved] Align conditions with equations

Discuss the formula editor
Post Reply
orabonac@yahoo.it
Posts: 1
Joined: Thu Mar 15, 2018 11:33 am

[Solved] Align conditions with equations

Post 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.
Last edited by MrProgrammer on Sun Jul 19, 2020 5:45 pm, edited 1 time in total.
Reason: Tagged ✓ [Solved]
OpenOffice 3.1 on Windows 10
Daiwe01
Posts: 124
Joined: Fri Nov 21, 2008 4:49 am
Location: Georgia USA

Re: Left brace in formula editor

Post by Daiwe01 »

Perhaps

left lbrace
matrix {
a=b # if x > 0 ##
b=c # if x <= 0 ##
a=b # ` `
}
right none
AOO 4.1.5 Win7Pro/2KPro/XP & *nix (But my heart is still VAX/VMS)
Post Reply