[go: up one dir, main page]

Menu

[9a0086]: / man / man3 / Matrix.3  Maximize  Restore  History

Download this file

1401 lines (1377 with data), 18.1 kB

   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
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
.TH "matrix" 3 "Mar 12, 2023"
.SH Matrix
.PP
.B
Inherits from:
CAObject
.PP
.B
Maturity Index:
Relatively mature
.SH Class Description
.PP
A matrix consists of a number of
.I
scalars
ordered in
.I
rows
\&. The rows are vector objects; the scalar objects can be arbitrary Computer Algebra Kit objects, but they currently have to be either floating-point, elements of a field (see
.B
inField
) or elements of an integral domain (see
.B
inIntegralDomain
)\&.
.PP
There are methods to access, insert and remove rows and
.I
columns
\&. Columns are collection objects of scalars (not vector objects)\&. It\&'s also possible to place or replace a scalar directly at a position given by a row and column index\&. See the documentation on
.B
eachSequence
to access the scalar at a given row and column index\&.
.PP
.B
Note:
Matrix objects are meant for computational tasks\&. They are no substitute for a List or Collection object, and sometimes, e\&.g\&. for frequent random access, it\&'s indeed better to work with a collection of collections than with a Matrix object\&.
.SH Method types
.PP
.B
Special Matrices
.RS 3
.br
* diagonal:
.br
* circulant:
.br
* companion:
.br
* hankel::
.br
* toeplitz::
.br
* hilbert:
.RE
.PP
.B
Creation
.RS 3
.br
* scalar:numRows:numColumns:
.br
* copy
.br
* deepCopy
.br
* emptyVector
.RE
.PP
.B
Identity
.RS 3
.br
* scalarZero
.br
* rows
.br
* numRows
.br
* numColumns
.br
* isEqual:
.br
* hash
.br
* isDiagonal
.br
* isSymmetric
.br
* isAntiSymmetric
.RE
.PP
.B
Insertion
.RS 3
.br
* insertRow:
.br
* insertRow:at:
.br
* insertColumn:
.br
* insertColumn:at:
.RE
.PP
.B
Removing
.RS 3
.br
* removeRow
.br
* removeRowAt:
.br
* removeColumn
.br
* removeColumnAt:
.RE
.PP
.B
Place and Replace
.RS 3
.br
* placeScalar:at::
.br
* replaceScalarAt::with:
.RE
.PP
.B
Coercion
.RS 3
.br
* asNumerical
.br
* asModp:
.br
* onCommonDenominator:
.RE
.PP
.B
Accessing Rows and Scalars
.RS 3
.br
* rowAt:
.br
* eachRow
.br
* eachScalar
.br
* eachSequence
.br
* floatValueAt::
.RE
.PP
.B
Addition
.RS 3
.br
* zero
.br
* negate
.br
* double
.br
* add:
.br
* subtract:
.br
* addScalar:
.br
* subtractScalar:
.RE
.PP
.B
Multiplication
.RS 3
.br
* one
.br
* square
.br
* multiply:
.br
* multiplyVector:
.RE
.PP
.B
Scalar Multiplication
.RS 3
.br
* multiplyScalar:
.br
* divideScalar:
.RE
.PP
.B
Transposing
.RS 3
.br
* transpose
.RE
.PP
.B
Gaussian Elimination
.RS 3
.br
* determinant
.br
* solveVector:
.br
* inverse
.br
* divide:
.br
* rank
.br
* nullity
.br
* kernel
.br
* image
.RE
.PP
.B
Trace Methods
.RS 3
.br
* trace
.br
* adjoint
.RE
.PP
.B
Printing
.RS 3
.br
* printOn:
.RE
.SH Methods
.PP
diagonal:
.RS 1
+
.B
diagonal
:
.I
cltnOfScalars
.RE
.PP
Creates a new, square matrix with the objects in
.I
cltnOfScalars
on the diagonal\&.
.PP
circulant:
.RS 1
+
.B
circulant
:
.I
cltnOfScalars
.RE
.PP
Creates a new
.I
n
by
.I
n
circulant matrix for a collection of
.I
n
scalar objects\&.
.PP
companion:
.RS 1
+
.B
companion
:
.I
cltnOfScalars
.RE
.PP
Creates a new
.I
n
by
.I
n
companion matrix for a collection of
.I
n
scalar objects\&.
.PP
hankel::
.RS 1
+
.B
hankel
:
.I
rowScalars
:
.I
colScalars
.RE
.PP
Creates a new rectangualr Hankel matrix, a matrix with
.I
n
+ 1 rows and
.I
m
columns if
.I
rowScalars
has
.I
m
and
.I
colScalars
.I
n
members\&.
.PP
toeplitz::
.RS 1
+
.B
toeplitz
:
.I
rowScalars
:
.I
colScalars
.RE
.PP
Creates a new rectangualr Toeplitz matrix, a matrix with
.I
n
rows and
.I
m
+ 1 columns if
.I
rowScalars
has
.I
m
and
.I
colScalars
.I
n
members\&.
.PP
hilbert:
.RS 1
+
.B
hilbert
:(int)
.I
n
.RE
.PP
Creates a new Hilbert matrix over the rational numbers\&. The element at position
.I
i
,
.I
j
is
.I
1 / (i+j+1)
\&.
.PP
scalar:numRows:numColumns:
.RS 1
+
.B
scalar
:
.I
aScalar
.B
numRows
:(int)
.I
numRows
.B
numColumns
:(int)
.I
numColumns
.RE
.PP
Creates a new
.I
numRows
by
.I
numColumns
matrix with zero elements, and with copies of
.I
aScalar
on the diagonal\&. For example, the 5 by 5 identity matrix over the polynomials with integer coefficients is created like this :
.RS 3
aPolynomial = [Polynomial new];
.br
aMatrix = [Matrix scalar:aPolynomial numRows:5 numColumns:5];
.br
.RE
.PP
.B
See also:
- one
.PP
copy
.RS 1
-
.B
copy
.RE
.PP
Returns a new copy of the original; the rows are also copies of the original rows, not just new references\&.
.PP
deepCopy
.RS 1
-
.B
deepCopy
.RE
.PP
Makes a fully independent copy of the matrix\&.
.PP
emptyVector
.RS 1
-
.B
emptyVector
.RE
.PP
Returns a new empty vector\&.
.PP
scalarZero
.RS 1
-
.B
scalarZero
.RE
.PP
Returns the zero scalar element\&.
.PP
rows
.RS 1
-
.B
rows
.RE
.PP
Returns the collection of row vectors; the first row is the first member of this collection\&.
.PP
numRows
.RS 1
- (
int
)
.B
numRows
.RE
.PP
Returns the number of rows in the matrix, or zero if there are no rows in the matrix\&. If
.B
numRows
is equal to zero,
.B
numColumns
is zero too, but not vice-versa\&.
.PP
numColumns
.RS 1
- (
int
)
.B
numColumns
.RE
.PP
Returns the number of columns in the matrix, or zero if there are no columns in the matrix\&. Note that if
.B
numColumns
is equal to zero, it\&'s still possible that
.B
numRows
is
.I
not
equal to zero; in other words, if there are no columns in the matrix, there can be empty vectors as rows\&.
.PP
isEqual:
.RS 1
- (
BOOL
)
.B
isEqual
:
.I
aMatrix
.RE
.PP
Returns YES if the matrices have the same number of rows and columns and if the scalars are equal\&.
.PP
hash
.RS 1
- (
unsigned
)
.B
hash
.RE
.PP
Returns a small integer that is the same for matrices that are equal (in the sense of
.B
isEqual:
)\&.
.PP
isDiagonal
.RS 1
- (
BOOL
)
.B
isDiagonal
.RE
.PP
Returns YES if all scalars that are not on the diagonal of the matrix, are zero\&.
.PP
isSymmetric
.RS 1
- (
BOOL
)
.B
isSymmetric
.RE
.PP
Returns YES if the scalar at position
.I
i
,
.I
j
is equal to the scalar at
.I
j
,
.I
i
\&.
.PP
isAntiSymmetric
.RS 1
- (
BOOL
)
.B
isAntiSymmetric
.RE
.PP
Returns YES if the scalar at position
.I
i
,
.I
j
is the opposite of the scalar at
.I
j
,
.I
i
\&.
.PP
insertRow:
.RS 1
-
.B
insertRow
:
.I
aVector
.RE
.PP
Inserts
.I
aVector
as last row in the collection of rows and returns
.B
self
\&. The vector belongs after insertion to the matrix, and is not necessarily copied\&. If there were already rows in the matrix, the vector must contain the same number of scalars\&. To insert rows, the reference count of the matrix should be equal to one\&.
.PP
insertRow:at:
.RS 1
-
.B
insertRow
:
.I
aVector
.B
at
:(int)
.I
i
.RE
.PP
Similar to
.B
insertRow:
but inserts at position
.I
i
\&. If
.I
i
is equal to the number of rows, this method is identical to
.B
insertRow:
\&. If
.I
i
is equal to zero, this method inserts the vector as first row in the matrix\&.
.PP
insertColumn:
.RS 1
-
.B
insertColumn
:
.I
aCollection
.RE
.PP
Inserts
.I
aCollection
in the matrix as first column and returns
.B
self
\&. The collection and its members belong after insertion to the matrix, and are not necessarily copied\&. The number of rows of the matrix should be equal to the number of scalars in the collection, and the reference count of the matrix should be equal to one\&.
.PP
insertColumn:at:
.RS 1
-
.B
insertColumn
:
.I
aCollection
.B
at
:(int)
.I
i
.RE
.PP
Similar to
.B
insertColumn:
but inserts at position
.I
i
\&. If
.I
i
is equal to zero, this method is identical to
.B
insertColumn:
\&. If
.I
i
is equal to the number of columns, this method inserts the collection as last column in the matrix\&.
.PP
removeRow
.RS 1
-
.B
removeRow
.RE
.PP
Removes (and returns) the last row of the matrix\&. Returns
.B
nil
if there are no rows in the matrix\&. This can be used in the following way :
.RS 3
while (row = [matrix removeRow]) { /* do something with row */ }
.br
.RE
.PP
To remove a row, the reference count of the matrix must be equal to one\&.
.PP
removeRowAt:
.RS 1
-
.B
removeRowAt
:(int)
.I
i
.RE
.PP
Similar to
.B
removeRow
, but removes the
.I
i
-th row\&. If
.I
i
is equal the number of rows minus one, this method is identical to
.B
removeRow
\&. If
.I
i
is equal to zero, then the method removes the first row of the matrix\&. It\&'s an error to use an illegal index
.I
i
or to attempt to remove a row from a matrix whose reference count is not equal to one\&.
.PP
removeColumn
.RS 1
-
.B
removeColumn
.RE
.PP
Removes (and returns) the first column of the matrix\&. The column is a collection of scalars, not a vector object\&. Returns
.B
nil
if there are no columns in the matrix\&. This can be used in the following way :
.RS 3
while (column = [matrix removeColumn]) { /* do something with column */ }
.br
.RE
.PP
The reference count of the matrix must be equal to one\&.
.PP
removeColumnAt:
.RS 1
-
.B
removeColumnAt
:(int)
.I
i
.RE
.PP
Similar to
.B
removeColumn
, but removes the
.I
i
-th column\&. If
.I
i
is equal to zero, this method is identical to
.B
removeColumn
\&. If
.I
i
is equal to the number of columns minus one, then the method removes the last column in the matrix\&. It\&'s an error to use an illegal index
.I
i
or to attempt to remove a column from a matrix whose reference count is not equal to one\&.
.PP
placeScalar:at::
.RS 1
-
.B
placeScalar
:
.I
aScalar
.B
at
:(int)
.I
i
:(int)
.I
j
.RE
.PP
Frees the scalar at position
.I
i
,
.I
j
and replaces it by the scalar object
.I
aScalar
\&. Returns
.B
self
\&.
.PP
The scalar
.I
aScalar
belongs, after placing, to the receiving matrix object; it is not necessarily copied\&. It is an error to use illegal indices
.I
i
and
.I
j
or to attempt to place a scalar in a matrix whose reference count is not equal to one\&.
.PP
replaceScalarAt::with:
.RS 1
-
.B
replaceScalarAt
:(int)
.I
i
:(int)
.I
j
.B
with
:
.I
aScalar
.RE
.PP
Similar to
.B
placeScalar::at:
but returns the scalar at position
.I
i
,
.I
j
after replacing it by
.I
aScalar
\&.
.PP
asNumerical
.RS 1
-
.B
asNumerical
.RE
.PP
Returns a new matrix, whose scalars are the numerical value of the scalars of the original matrix\&. For a matrix with integer scalars, this method returns a matrix with floating-point scalars\&.
.PP
asModp:
.RS 1
-
.B
asModp
:(unsigned short)
.I
p
.RE
.PP
Returns a new matrix, whose scalars are the value of the scalars of the original matrix mod
.I
p
\&. For a matrix with integer scalars, this method returns a matrix with IntegerModp scalars\&.
.PP
onCommonDenominator:
.RS 1
-
.B
onCommonDenominator
:(id *)
.I
denominator
.RE
.PP
Puts a matrix with fractional scalars on a common denominator\&. Returns a new matrix with integral scalars, and, by reference, the common denominator of the scalars in the matrix (the least common multiple of the denominators of the fractions in the matrix)\&.
.PP
rowAt:
.RS 1
-
.B
rowAt
:(int)
.I
i
.RE
.PP
Returns the
.I
i
-th row of the matrix\&. The following example is equivalent to using
.B
eachRow
and sequencing over the rows :
.RS 3
int i;
.br
for(i=0;i<[aMatrix numRows];i++) {
.br
id aRow = [aMatrix rowAt:i];
.br
/* do something with aRow */
.br
}
.br
.RE
.PP
eachRow
.RS 1
-
.B
eachRow
.RE
.PP
Returns a new sequence of the rows of the matrix\&. You cannot add or remove rows, or alter in any other way the matrix, until you\&'re done with the sequence object (the sequence contains a reference to the rows of the matrix)\&. The
.I
i
-th member in this sequence is the
.I
i
-th row of the matrix\&. The following example is equivalent to using
.B
rowAt:
for indices between 0 and
.B
numRows
:
.RS 3
id aRow,aSequence;
.br
aSequence = [aMatrix eachRow];
.br
while (aRow = [aSequence next]) {
.br
/* do something with aRow */
.br
}
.br
.RE
.PP
eachScalar
.RS 1
-
.B
eachScalar
.RE
.PP
Returns a new sequence of scalars, obtained by concatenating the sequences of scalars of all row vectors of the matrix\&. If the matrix contains
.I
m
rows and
.I
n
columns, then the sequence contains
.I
m
times
.I
n
members\&. You cannot add or remove scalars, or alter in any other way the matrix, until you\&'re done with the sequence object (the sequence contains a reference to the matrix)\&.
.PP
.B
Note:
The sequence returned by this method cannot be accessed through an index\&. It doesn\&'t implement the
.B
at:
and
.B
toElementAt:
methods\&.
.PP
eachSequence
.RS 1
-
.B
eachSequence
.RE
.PP
Returns a new sequence of sequences of scalars\&. You cannot add or remove scalars, or alter in any other way the matrix, until you\&'re done with the sequence object (the sequence contains a reference to the matrix)\&. The following example shows how to access the
.I
i
-th sequence of scalars, and in that sequence, the
.I
j
-th scalar object :
.RS 3
aSequence = [aMatrix eachSequence];
.br
aScalar = [[aSequence at:i] at:j];
.br
.br
/* do something here with aScalar */
.br
.br
.RE
.PP
floatValueAt::
.RS 1
- (
float
)
.B
floatValueAt
:(int)
.I
i
:(int)
.I
j
.RE
.PP
Returns the
.B
floatValue
of the scalar at row index
.I
i
and column index
.I
j
\&.
.PP
zero
.RS 1
-
.B
zero
.RE
.PP
Returns a zero matrix of the same dimensions as the matrix that receives the message\&.
.PP
negate
.RS 1
-
.B
negate
.RE
.PP
Negates the matrix row by row\&.
.PP
double
.RS 1
-
.B
double
.RE
.PP
Returns a new matrix equal to the matrix multiplied by two\&. Multiplies the matrix row by row by two\&.
.PP
add:
.RS 1
-
.B
add
:
.I
b
.RE
.PP
Returns a new matrix equal to the sum of the two matrices\&. Adds the matrices row by row together\&.
.PP
subtract:
.RS 1
-
.B
subtract
:
.I
b
.RE
.PP
Returns a new matrix equal to the difference of the two matrices\&. Subtracts the matrices row by row from each other\&.
.PP
addScalar:
.RS 1
-
.B
addScalar
:
.I
s
.RE
.PP
Adds the scalar
.I
s
to the diagonal of the matrix\&. Returns a new object\&.
.PP
subtractScalar:
.RS 1
-
.B
subtractScalar
:
.I
s
.RE
.PP
Subtracts the scalar
.I
s
from the diagonal of the matrix\&. Returns a new object\&.
.PP
one
.RS 1
-
.B
one
.RE
.PP
Returns the (right) unity matrix of the same dimensions as the matrix that receives the message\&.
.PP
square
.RS 1
-
.B
square
.RE
.PP
Multiplies the (square) matrix by itself\&.
.PP
multiply:
.RS 1
-
.B
multiply
:
.I
b
.RE
.PP
Returns the product
.I
self b
\&. The number of columns of
.I
self
must match the number of rows of
.I
b
\&.
.PP
multiplyVector:
.RS 1
-
.B
multiplyVector
:
.I
aColumn
.RE
.PP
Returns a new vector, the product of the matrix by a column vector object\&. The number of rows of the matrix must match the number of scalars in the vector\&.
.PP
multiplyScalar:
.RS 1
-
.B
multiplyScalar
:
.I
b
.RE
.PP
Returns the matrix multiplied (to the right) by the scalar
.I
b
\&.
.PP
divideScalar:
.RS 1
-
.B
divideScalar
:
.I
b
.RE
.PP
Returns the matrix divided by the scalar
.I
b
\&. Returns
.B
nil
if the division was not exact for some scalar in the matrix\&.
.PP
transpose
.RS 1
-
.B
transpose
.RE
.PP
Returns the transposed of the matrix (a new matrix object)\&. If the matrix has
.I
m
rows and
.I
n
columns, the transposed matrix has
.I
n
rows and
.I
m
columns\&.
.PP
determinant
.RS 1
-
.B
determinant
.RE
.PP
Computes the determinant of the square matrix\&. Returns a new scalar object\&.
.PP
For fields of fractions, the method will extract a common denominator for the scalars, and compute the determinant over the associated integral domain\&. For fields that are not fields of fractions, the method computes the determinant by Gaussian elimination taking inverses of leading non-zero elements\&. For matrices over an integral domain, the determinant is computed by the Bareiss method\&.
.PP
.B
Note:
You can\&'t compute a determinant over the floating-point numbers yet\&.
.PP
solveVector:
.RS 1
-
.B
solveVector
:
.I
y
.RE
.PP
Returns a vector
.I
x
that is the solution of the linear equation
.I
A x = y
with
.I
A
the (non-singular) matrix and
.I
y
a column vector object\&.
.PP
The method works over fields and integral domains, but in the latter case, the method looks for an integral (and primitive i\&.e\&., common gcd divided out) solution only\&. It will give an error message if the solution requires the construction of the field of fractions\&.
.PP
inverse
.RS 1
-
.B
inverse
.RE
.PP
Returns the inverse of the matrix (a new matrix object)\&. The matrix must be square; if it is singular (determinant equal to zero), the method returns
.B
nil
\&. Implemented as a special case of
.B
divide:
, which computes
.I
A B^-1
\&.
.PP
divide:
.RS 1
-
.B
divide
:
.I
b
.RE
.PP
Returns a new matrix, equal to the matrix multiplied to the right by the inverse of the matrix
.I
b
\&.
.PP
.B
Note:
Currently matrix inversion only works over a field (by Gaussian elimination)\&.
.PP
rank
.RS 1
- (
int
)
.B
rank
.RE
.PP
Returns the dimension of the image of the matrix, without computing the image vectors themselves\&. Works currently only over a field\&.
.PP
nullity
.RS 1
- (
int
)
.B
nullity
.RE
.PP
Returns the dimension of the kernel (nullspace) of the matrix, without computing the kernel itself\&. By the dimension theorem, the nullity of the matrix is the number of columns minus the rank of the matrix\&.
.PP
kernel
.RS 1
-
.B
kernel
.RE
.PP
Returns the kernel (or nullspace) of the matrix as a collection of columns; each column is a vector object\&. Works currently only over a field\&.
.PP
image
.RS 1
-
.B
image
.RE
.PP
Returns the image of the matrix as a collection of columns; each column is a vector object\&. Works currently only over a field\&.
.PP
trace
.RS 1
-
.B
trace
.RE
.PP
Returns a new scalar object, the trace of the square matrix, ie\&. the sum of the scalars on the diagonal of the matrix\&.
.PP
adjoint
.RS 1
-
.B
adjoint
.RE
.PP
Returns a new matrix, the adjoint of the matrix computed through repeated trace computations (ie\&. the Faddeev-Leverrier method)\&. If the characteristic of the scalars is non-zero, it must be larger than the number of rows in the matrix\&.
.PP
printOn:
.RS 1
-
.B
printOn
:(IOD)
.I
aFile
.RE
.PP
Prints, between braces, a comma separated list of the rows\&. Sends
.B
printOn:
messages to the scalars in the matrix\&.