► (convert)
/k keys
Expr_Unit1►_Unit2 ⇒ Expr_Unit2
Converts an expression from one unit to
another.
The _ underscore character designates the
units. The units must be in the same
category, such as Length or Area.
For a list of pre-defined units, open the
Catalog and display the Unit Conversions
tab:
• You can select a unit name from the list.
• You can select the conversion operator,
►, from the top of the list.
You can also type unit names manually. To
type “_” when typing unit names on the
handheld, press /_.
Note: To convert temperature units, use
tmpCnv() and ΔtmpCnv(). The ► conversion
operator does not handle temperature
units.
10^()
Catalog >
10^ (Expr1) ⇒ expression
10^ (List1) ⇒ list
Returns 10 raised to the power of the
argument.
For a list, returns 10 raised to the power of
the elements in List1.
10^(squareMatrix1) ⇒ squareMatrix
Returns 10 raised to the power of
squareMatrix1. This is not the same as
calculating 10 raised to the power of each
element. For information about the
calculation method, refer to cos().
squareMatrix1 must be diagonalizable. The
result always contains floating-point
numbers.
Symbols 227