How to make a system of equation in OpenOffice?
f(%ksi) = left lbrace stack #(2 (x-a)) over ((b-a)(c-a))# #(2(b-x)) over
((b-a)(b-c)# right none
It doesn't not work.
How to make a system of equation in OpenOffice?
f(%ksi) = left lbrace stack #(2 (x-a)) over ((b-a)(c-a))# #(2(b-x)) over
((b-a)(b-c)# right none
It doesn't not work.
Is this what you need?
f(%ksi) = left lbrace stack {
{ (2 (x-a)) over ((b-a)(c-a)) } #
{ (2 (b-x)) over ((b-a)(b-c)) }
} right none
resulting in
(tested with LibreOffice Math 5.0.1.2)