Operators

Previous  Terms  Next

TinkerPlots_logoV2-rgb


Operators

Arithmetic operators: +, -, ×, ÷, ^, !

Addition, subtraction, multiplication, division, raise to a power, and factorial. These operators obey normal algebraic precedence, but you should use parentheses when in doubt. All of these except ! are available from the formula editor's keypad. You can also use the computer's keyboard: * for multiplication, / for division, ^ (Shift+6) to raise to a power.

Logical operators: (Boolean operators): and, or, not

Use the keypad buttons on the screen to enter "and" and "or." You may also type them, but be careful to use parentheses around sub-expressions. Use & (Shift+7) as a shortcut for "and." Use Ctrl+Shift+O (Win) or Option+Shift+O (Mac) as a shortcut for "or." Use ~ as a shortcut for "not," which will show up as ¬. )

Comparison operators: <, >, =, ≤, ≥, and ≠.

To use the last three, press Ctrl (Win) or Option (Mac) and click the key on the keypad. You can also type them from the computer keyboard, holding down Ctrl (Win) or Option (Mac) to get the last three.

1_fraction

Fraction inversion: If nothing is selected, this key makes a fraction, with 1 in the numerator and a blinking caret in the denominator. If something is selected, it takes the selection and puts it in the denominator of a fraction, with 1 in the numerator.

2_sqrt

Square root: If nothing is selected, this key makes the square root symbol and places the caret inside it. If something is selected, it places the selection inside the square root. The keyboard shortcut is Ctrl+Shift+R (Win) or Option+Shift+R (Mac).

3_parens

Parentheses: This key surrounds the selection (or caret) with parentheses. You always get a pair, never just one. From the keyboard, type only the left parenthesis to get the pair. Type a right parenthesis to move the caret outside the parentheses, no matter where you are in them.

4_abs

Absolute value: This key surrounds the selection (or caret) with the vertical bars that represent the absolute value operator. You can also enter this operator with the vertical bar key on your computer keyboard.

5_left6_right

Left and right arrows: Either on the keypad or on the computer keyboard, the arrow keys move the caret left and right. Of course, because algebraic expressions are more complicated than normal text, sometimes an arrow key will move the caret up or down to the preceding or next part of the expression.

7_up

Up and down arrows: Either on the keypad or computer keyboard, the up arrow selects more of the expression and the down arrow selects less of the selection. These, in combination with the left and right arrows and Tab, provide a quick way to move around a complicated expression.

8_comma

Comma: Many functions use a comma to separate multiple arguments. For example, modulo(7,3) will give 7 mod 3. You can enter the comma from the keypad, by holding down Ctrl (Win) or Option (Mac) and clicking the button, or directly from the computer keyboard.

9_tab

Tab: The Tab key on the computer keyboard moves the selection to the next entry location, for example, the next number or argument to a function. When you reach the last one, it wraps around to the first. Shift+Tab moves in the opposite direction.


TinkerPlots Help

© 2012 Clifford Konold and Craig D. Miller