Texas Instruments NS/CLM/1L1/B User Guide - Page 53

Linking values on s, Creating TI-Nspire™ variables

Page 53 highlights

Linking values on pages Variable linking is a powerful tool for building and exploring mathematical models. Values and functions created or defined in one application can interact with other applications (within the same problem) to share data. There are a few things to keep in mind when using linked items: • Values can be linked between applications on one page or between different pages of the same problem. • Since all applications are linked to the same actual data, if you delete it from any application, then all references to the data are lost. • If the linked value is changed in the original application, the change is reflected in all linked usages. Each application allows you to define a value or function as a variable. Defining a variable is the first step in linking values. Creating TI-Nspire™ variables Variables can be any portion or attribute of an object or function created within an application. Examples of attributes that can become variables are the area of a rectangle, the radius of a circle, the value contained in a spreadsheet cell or the contents of a row or column, or a function expression. When you create a variable, it is stored in memory within the problem . Types of variables You can store the following data types as variables: Data type Expression Examples 2.54 1.25E6 2p xmin/10 2+3i 2 /2 (xN2)2 List {2, 4, 6, 8} {1, 1, 2} Matrix 1 2 3 This can be entered as: [1,2,3;3,6,9] 369 Character string Function Measurement "Hello" "xmin/10" "The answer is:" myfunc( arg ) ellipse( x, y, r1, r2 ) coordinate, length, perimeter, slope, angle, integral Working with Documents 45

  • 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

Working with Documents
45
Linking values on pages
Variable linking is a powerful tool for building and exploring
mathematical models. Values and functions created or defined in one
application can interact with other applications (within the same
problem) to share data.
There are a few things to keep in mind when using linked items:
Values can be linked between applications on one page or between
different pages of the same problem.
Since all applications are linked to the same actual data, if you delete
it from any application, then all references to the data are lost.
If the linked value is changed in the original application, the change
is reflected in all linked usages.
Each application allows you to define a value or function as a variable.
Defining a variable is the first step in linking values.
Creating TI-Nspire™ variables
Variables can be any portion or attribute of an object or function created
within an application. Examples of attributes that can become variables
are the area of a rectangle, the radius of a circle, the value contained in a
spreadsheet cell or the contents of a row or column, or a function
expression. When you create a variable, it is stored in memory within the
problem .
Types of variables
You can store the following data types as variables:
Data type
Examples
Expression
2.54
1.25
E
6
2
p
xmin/10
2+3i
(x
N
2)
2
/2
List
{2, 4, 6, 8}
{1, 1, 2}
Matrix
This can be entered as:
[1,2,3;3,6,9]
Character string
“Hello”
“xmin/10”
“The answer is:”
Function
myfunc( arg )
ellipse( x, y, r1, r2 )
Measurement
coordinate, length, perimeter, slope, angle, integral
2
123
369