140
CHAPTER 5
[02 fill(] Used to fill elements of the matrix with a specified value.
<Example>
To fill all elements of mat D with 5: (It is necessary to
define the dimension before executing this function.)
Entry: fill (5, mat D)
Answer:
* The message, “Done”, will appear on the screen
after calculation.
This answer is obtained by calling up mat D.
[03 cumul] Used to make a cumulative matrix.
<Example>
To make a cumulative matrix of mat A:
Entry: cumul mat A
Answer:
[04 augment(] Used to make an augmented matrix.
<Example>
To make an augmented matrix of mat A and mat B:
Entry: augment (mat A, mat B)
Answer:
[05 identity] Used to make a unit matrix.
<Example>
To make a unit matrix containing 3 rows by 3 columns:
Entry: identity 3
Answer:
EL-9650-(05)En (135-144)
8/1/00, 1:58 AM
140
Summary of Contents for EL-9650
Page 10: ...viii ...
Page 46: ...36 CHAPTER 1 ...
Page 230: ...220 CHAPTER 9 ...
Page 268: ...258 CHAPTER 12 ...
Page 349: ...339 APPENDIX When coordinate system is Rect param or polar ...
Page 350: ...340 APPENDIX When coordinate system is Seq F STYLE2 E STYLE1 ...
Page 352: ...342 APPENDIX ...
Page 353: ...343 APPENDIX on Program screen ...
Page 354: ...344 APPENDIX ...
Page 355: ...345 APPENDIX ...
Page 356: ...346 APPENDIX ...
Page 357: ...347 APPENDIX ...
Page 358: ...348 APPENDIX ...