User Manual
T
T (transpose)
Catalog >
Matrix1T ⇒ matrix
Returns the complex conjugate transpose of
Matrix1.
Note: You can insert this operator from the
computer keyboard by typing @t.
tan()
µ key
tan(Value1) ⇒ value
tan(List1) ⇒ list
tan(Value1) returns the tangent of the
argument.
tan(List1) returns a list of the tangents of
all elements in List1.
Note: The argument is interpreted as a
degree, gradian or radian angle, according
to the current angle mode. You can use°,
g
or
r
to override the angle mode setting
temporarily.
In Degree angle mode:
In Gradian angle mode:
In Radian angle mode:
tan(squareMatrix1) ⇒ squareMatrix
Returns the matrix tangent of
squareMatrix1. This is not the same as
calculating the tangent of each element.
For information about the calculation
method, refer to cos().
In Radian angle mode:
Alphabetical Listing 151