Texas Instruments TINSPIRE Reference Guide - Page 80

>Polar, Vector, complexValue, complexVector, List1, Expr1, expression, ListOfCoeffs - update

Page 80 highlights

4Polar Vector 4Polar Note: You can insert this operator from the computer keyboard by typing @>Polar. Displays vector in polar form [r ±q]. The vector must be of dimension 2 and can be a row or a column. Note: 4Polar is a display-format instruction, not a conversion function. You can use it only at the end of an entry line, and it does not update ans. Note: See also 4Rect, page 81. complexValue 4Polar Displays complexVector in polar form. • Degree angle mode returns (r±q). • Radian angle mode returns reiq. complexValue can have any complex form. However, an reiq entry causes an error in Degree angle mode. Note: You must use the parentheses for an (r±q) polar entry. In Radian angle mode: In Gradian angle mode: In Degree angle mode: polyEval( ) polyEval(List1, Expr1) ⇒ expression polyEval(List1, List2) ⇒ expression Interprets the first argument as the coefficient of a descending-degree polynomial, and returns the polynomial evaluated for the value of the second argument. polyRoots() polyRoots(Poly,Var) ⇒ list polyRoots(ListOfCoeffs) ⇒ list The first syntax, polyRoots(Poly,Var), returns a list of real roots of polynomial Poly with respect to variable Var. If no real roots exist, returns an empty list: { }. Poly must be a polynomial in expanded form in one variable. Do not use unexpanded forms such as y2·y+1 or x·x+2·x+1 The second syntax, polyRoots(ListOfCoeffs), returns a list of real roots for the coefficients in ListOfCoeffs. Note: See also cPolyRoots(), page 23. Catalog > Catalog > Catalog > 74 TI-Nspire™ Reference Guide

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164

74
TI-Nspire™ Reference Guide
4
Polar
Catalog >
Vector
4
Polar
Note:
You can insert this operator from the computer keyboard by
typing
@>Polar
.
Displays
vector
in polar form [r
±q
]. The vector must be of
dimension 2 and can be a row or a column.
Note:
4
Polar
is a display-format instruction, not a conversion
function. You can use it only at the end of an entry line, and it does
not update
ans
.
Note:
See also
4
Rect
, page 81.
complexValue
4
Polar
Displays
complexVector
in polar form.
Degree angle mode returns (r
±q
).
Radian angle mode returns re
i
q
.
complexValue
can have any complex form. However, an re
i
q
entry
causes an error in Degree angle mode.
Note:
You must use the parentheses for an (r
±q
) polar entry.
In Radian angle mode:
In Gradian angle mode:
In Degree angle mode:
polyEval()
Catalog >
polyEval(
List1
,
Expr1
)
expression
polyEval(
List1
,
List2
)
expression
Interprets the first argument as the coefficient of a descending-degree
polynomial, and returns the polynomial evaluated for the value of the
second argument.
polyRoots()
Catalog >
polyRoots(
Poly
,
Var
)
list
polyRoots(
ListOfCoeffs
)
list
The first syntax,
polyRoots(
Poly
,
Var
)
, returns a list of real roots of
polynomial
Poly
with respect to variable
Var
. If no real roots exist,
returns an empty list: { }.
Poly
must be a polynomial in expanded form in one variable. Do not
use unexpanded forms such as y
2
·y+1 or x·x+2·x+1
The second syntax,
polyRoots(
ListOfCoeffs
)
, returns a list of real
roots for the coefficients in
ListOfCoeffs.
Note:
See also
cPolyRoots()
, page 23.