Sharp el-9950 Manual page 138

Equation editor scientific
Hide thumbs Also See for el-9950:
Table of Contents

Advertisement

3 dim(
dim(list)
Returns the number of items
(dimension) in the list.
Example
• Display the dimension of list
L1.
natural number ⇒ dim(list name)
Set the number of items (dimension) of specified list to the
specified number.
Example
• Set the dimension of list L6 to 4.
All the elements are initially 0.
This operation overwrites the
existing list dimensions.
The existing values within the new dimensions remain as they
are.
4 fill(
fill(value, list)
Enter the specified value for all the items in the specified list.
* The dimension of the list must be set beforehand.
Example
• Set the dimension of list L6 to
4 and substitute 5 for all the
items of list L6.
Chapter 7: List Features
137

Advertisement

Table of Contents
loading

Table of Contents