Brace for functions

Marco's Avatar

Marco

03 Nov, 2011 05:40 PM

Hi,

I'd lik to know if it's possible to draw braces for functions with multiple definitions. Take the sign(x) function. There's a brace relating the function and the definitions. How can I do this with Brisk? Thanks?

  1. Support Staff 2 Posted by Erik Aigner on 03 Nov, 2011 05:45 PM

    Erik Aigner's Avatar

    Could you please rephrase the question and maybe give me a short example?
    I'm not sure what the question is.

  2. 3 Posted by Marco on 03 Nov, 2011 05:47 PM

    Marco's Avatar

    How can I write the sign function with brisk? See attached file.

    • 0935eb3ef7230f4b7b838e7e4fb1b59b8b8fc02c_thumb 0935eb3ef7230f4b7b838e7e4fb1b59b8b8fc02c.png 1.2 KB
  3. Support Staff 4 Posted by Erik Aigner on 03 Nov, 2011 05:53 PM

    Erik Aigner's Avatar

    Here you go:

    sign(x) =
      \begin{cases}
        -1 & {\rm when}\ x < 0, \\
        0  & {\rm when}\ x = 0, \\
        1  & {\rm when}\ x > 0.
      \end{cases}
    

Recent Discussions

30 Sep, 2012 04:54 PM
29 Sep, 2012 10:34 AM
29 Sep, 2012 10:14 AM
28 Sep, 2012 05:20 PM