![Texas Instruments TI-36X Pro User Manual Download Page 55](http://html1.mh-extra.com/html/texas-instruments/ti-36x-pro/ti-36x-pro_user-manual_1094367055.webp)
55
%
…
MATH
%
…
"
displays the vector
MATH
menu, which lets
you perform the following vector calculations:
%
…
EDIT
%
…
!
displays the vector
EDIT
menu, which lets you
define or edit vector [u], [v], or [w].
Vector example
Define vector [u] = [ 0.5 8 ]. Define vector [v] = [ 2 3 ].
Calculate [u] + [v],
DotP(
[u],[v]
)
, and
norm(
[v]
)
.
1: DotProduct
Syntax:
DotP(
vector1
,
vector2
)
Both vectors must be the same
dimension.
2: CrossProduct
Syntax:
CrossP(
vector1
,
vector2
)
Both vectors must be the same
dimension.
3: norm magnitude
Syntax:
norm(
vector
)
Define [u]
%
…
!
<
"
< <
.5
<
8
<
Define [v]
%
…
!
$
<
"
< <
2
<
3
<