Owner's manual

Table Of Contents
TRAN
Type:
Command
Description:
Returns the transpose of a matrix.
Access:
Matrices, H (MATRICES) OPERATIONS
Input:
A matrix.
Output:
The transposed matrix.
Flags:
Exact mode must be set (flag -105 clear). Niuneric mode
must not be set (flag -03 clear).
Example:
Tl 7
Transpose the following matrix:
[2 -3j
Command: TRAN{ [ [1,7] [2,-3]])
Result: [[1,2] [7,-3] ]
TRIG
Type:
Command
Description:
Converts complex logarithmic and exponential sub
expressions into their equivalent trigonometric
expressions.
Access:
Trigonometry,
Input:
A complex expression with logarithmic and/or
exponential terms.
Output:
The transformed expression.
Flags:
Exact mode must be set (flag -105 clear).
Numeric mode must not be set (flag -03 clear).
Must be in Complex mode (flag -103 set).
Example:
Express the following in trigonometric terms:
lii(x + i)
Command: TRIG(LN(X+i))
LN(Z01) + 2-C ATAnÌ-Ì
Result:
\Xj
2
Page 14-54
Computer Algebra Commands