While correct, this is hardly useful. In fact it will cause errors when used as an argument to programs
that expect numeric matrix elements.
You will get similar results for sizes of (2,1), (1,3) and (3,1).
The work-around is to make sure you are in rectangular Vector mode when you create the matrix.
This table summarizes the results of different Complex and Vector formats, and the resulting matrix
that is created.
[[0],[RP],[SPP]]
(3,1)
"
"
[[0,RP,SPP]]
(1,3)
"
"
[[0][RP]]
(2,1)
"
"
[[0,RP]]
(1,2)
RECTANGULAR or POLAR
"
"Non-real result
(3,1)
"
"
"Non-real result"
(1,3)
"
"
[[0][RP]]
(2,1)
"
"
[[0,RP]]
(1,2)
REAL
SPHERICAL
[[0][RP][0]]
(3,1)
"
"
[[0,RP,0]]
(1,3)
"
"
[[0][RP]]
(2,1)
"
"
[[0,RP]]
(1,2)
REAL, RECTANGULAR or POLAR
CYLINDRICAL
[[0][0][0]]
(3,1)
"
"
[[0,0,0]]
(1,3)
"
"
[[0][0]]
(2,1)
"
"
[[0,0]]
(1,2)
REAL, RECTANGULAR or POLAR
RECTANGULAR
Result
newMat()
argument
Complex Format
Vector Format
where RP is
∠
R
▶
P
θ
(0,0)
and SPH is
ø
✜
2
−
sin(
∞
)
$
✜
2
+
undef
$
i
and SPP is
ø
e
sign
(
0
)
$
✜
2
−
sin(
∞
)
$
✜
2
$
i
$
undef
[3.6] Convert True/False list to 0's and 1's
This tip demonstrates a combined use of the seq() and when() functions to convert a list of True and
False elements to 1 and 0:
seq(when(list[x],
1
,0),x,
1
,Dim(list)))
→
list2
3 - 3
Содержание TI-92+
Страница 52: ...Component side of PCB GraphLink I O connector detail 1 41...
Страница 53: ...LCD connector detail PCB switch side 1 42...
Страница 54: ...Key pad sheet contact side Key pad sheet key side 1 43...
Страница 55: ...Key cap detail 1 44...
Страница 57: ...Component side of PCB with shield removed A detail view of the intergrated circuits 1 46...
Страница 59: ...Keypad rubber sheet key cap side Inside front cover showing keycaps in place Detail of a key cap 1 48...
Страница 410: ...void extensionroutine2 void Credit to Bhuvanesh Bhatt 10 4...