Texas Instruments TI-36X Pro User Manual - Page 55

Vector example - vectors

Page 55 highlights

% ... MATH % ... " displays the vector MATH menu, which lets you perform the following vector calculations: 1: DotProduct 2: CrossProduct 3: norm magnitude Syntax: DotP(vector1, vector2) Both vectors must be the same dimension. Syntax: CrossP(vector1, vector2) Both vectors must be the same dimension. Syntax: norm(vector) % ... 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]). Define [u] % ... ! < " < < .5 < 8 < Define [v " < < 2 < 3 < 55

  • 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

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
<