390
u
u
u
u
u
To calculate a scalar multiplication and add the results to another
row (
`
`
`
`
`
Row+)
Example 3 To calculate the product of Row 2 of the matrix in Example 1 and
the scalar 4, then add the result to row 3
The following is the syntax to use for this program.
`
Row+ 4, A, 2, 3
Matrix name
Multiplier
Executing this program produces the following result.
(MAT Mode)
u
u
u
u
u
To add two rows (Row+)
Example 4 To add Row 2 to Row 3 of the matrix in Example 1
The following is the syntax to use for this program.
Row+ A, 2, 3
Matrix name
Executing this program produces the following result.
(MAT Mode)
k
k
k
k
k
Using Graph Functions in a Program
P.112
You can incorporate graph functions into a program to draw complex graphs and
to overlay graphs on top of each other. The following shows various types of
syntax you need to use when programming with graph functions.
• View Window
View Window –5, 5, 1, –5, 5, 1
_
• Graph function input
Y = Type
_
..... Specifies graph type.
”X
2
– 3”
→
Y1
_
• Graph draw operation
DrawGraph
_
Example Program
1
ClrGraph
_
1
!W612
2
View Window –10, 10, 2, –120, 150, 50
_
2
!31J
20- 13
Using Calculator Functions in Programs
Summary of Contents for CFX-9850G PLUS
Page 23: ... fx 9750G PLUS CFX 9850G PLUS CFX 9850GB PLUS CFX 9850GC PLUS CFX 9950GB PLUS ...
Page 28: ...xxvi Contents ...
Page 100: ...72 ...
Page 126: ...98 ...
Page 170: ...142 ...
Page 180: ...152 ...
Page 208: ...180 ...
Page 220: ...192 ...
Page 232: ...204 ...
Page 348: ...98 ...
Page 438: ...410 ...
Page 449: ...421 1 2 3 4 5 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 450: ...422 Program for Circle and Tangents No 4 Step Key Operation Display 6 7 8 9 10 ...
Page 451: ...423 11 12 13 14 15 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 452: ...424 16 17 18 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 455: ...427 1 2 3 4 5 Program for Rotating a Figure No 5 Step Key Operation Display ...
Page 484: ...456 ...