BrEdiMa tutorial - From input to output

Japanese

Compose a mathematical expression

An example to input the solution formula of a quadratic equation.

The initial state looks likes this, and contains a single textbox in the input area. In case of no cursor, click the textbox.

Let's start input. The formula we are going to input is the well-known expression of the solution to a quadratic equation. Type "x=". Then the input characters are placed in the textbox as they are.

The right hand side is a fraction.

  1. To compose a fraction, just click the button for a fraction, as indicated by (1).
  2. Then, a container for a fraction is inserted. It consists of two textboxes, and the cursor is placed in the numerator box.

The numerator expression starts with "-b" and we type the characters, which will appear in the box.

The next character to input is a special symbol, plus-minus-sign "±".

  1. Click the button of the symbol, as indicated by (1).
  2. Then, the symbol will be inserted in a separate box.

Now, the square root part of the expression.

  1. Click the button of a square root symbol.
  2. Then, a container appears with a symbol, and a cursor is placed in the textbox inside the symbol.

Now, the expression of b2. Just type "b" of the base part of the expression.

To input the exponent part of the expression, click the button indicated by (1). Then, there appears a container of the exponent and the cursor is placed in the box, as (2).

Alternatively, one may type ^ from the keyboard.

Just type "2" of the exponent part from keyboard.

The exponent part of a term is ended, and continue to the next term. Just type a right arrow key(→), then the hidden textbox to the right will open to contain the cursor.

Type the next term "-4ac" from the keyboard.

The expression inside the root symbol is complete, and type a right arrow key(→) to get out of the container of the symbol. The cursor jumps into the textbox just opened at the right of the root symbol.

We further skip, out of the numerator, to the textbox of the denominator, by typing a right arrow key (→).

Of course, the same effect of typing a right arrow key(→) twice in the above two steps can be obtained simply by clicking the textbox of the denominator.

Simply type the denominator expression "2a" from the keyboard.

Preview

To check the current input, push the [Preview] button to obtain the formatted output in the preview area.

Checking "Live preview" turns on the realtime update of the formatted output.

Output

The source output of the current expression can be presented in MathML or LaTeX. Push the corresponding button to obtain the output in the textarea.

To obtain the MathML output

  1. push the "Show MathML Source" button (1) in the figure,
  2. then, the output will be given in the output area (2).

In the case for LaTeX output, do the same as above except the button.

  1. push the button "Show LaTeX Source" button (1) in the figure,
  2. then, the output in LaTeX will be given in the output area.

Next: Deletion and insertion

  1. BrEdiMa
  2. tutorial
  3. From input to output