Knowledge

Talk:Triangular matrix

Source 📝

1109: 1099: 1078: 1045: 258: 559: 1036: 58: 362: 1344:
I blanked a section labeled "Algorithm", which presented a naive block of code doing .. something. There have got to dozens if not hundreds of algorithms that can be applied to triangular matrixes. This is not the right place for a compendium of these. Readers can be referred to github for LAPACK or
928:
The outline has a heading for "Forward and back substitution" with a sub section for "Forward substitution" but no subsection for Backward substitution. Additionally, an equation is only given for forward sub. Furthermore, the algorithm provided for back sub is dependent on the first part solving
903:
My textbook (Spence, Insel, and Friedberg. "Elementary Linear Algebra: A Matrix Approach", 2nd edition) in chapter 2.6 "The LU Decomposition of a Matrix" gives a 3x4 matrix as an example of an upper triangular matrix. Is it common to refer to non-square "trapezoidal" matrices as "triangular" in the
673:
The statement about simultaneous triangulation is false without further assumption (like diagonability of one of the matrices) It is false that two commuting matrices have a common eigenvector, we can find a conter example using a direct sum of two nilpotent Jordan blocks of the same size for the
987:
There is a lot of good material in here, but it seems to be arranged in no particular order. The level of exposition oscillates at high speed between what is appropriate for grade school and what is appropriate for graduate school. I am going to try to straighten things out a bit. Please help!
21:
The article clearly states that products of upper triangular matrices are upper triangular, but it doesn't make the similar (and also true) claim about lower triangular matrices. Further, I only vaguely get the impression that the inverses of upper/lower triangular matrices remain upper/lower
792:
IF A is real, there exists a real orthogonal matrix V such that V^T A V = T is quasi-upper triangular. This means that T is block upper triangular with 1-by1 and 2-by-2 blocks on the diagonal. Its eigenvalues are the eigenvalues of the diagonal blocks. The 1-by-1 blocks correspond to real
253:{\displaystyle \mathbf {L} ^{-1}={\begin{bmatrix}1&&&&&0\\&\ddots &&&&\\&&1&&&\\&&-l_{i+1,i}&\ddots &&\\&&\vdots &&\ddots &\\0&&-l_{n,i}&&&1\\\end{bmatrix}},} 554:{\displaystyle {\begin{bmatrix}1&&\\2&1&\\3&4&1\\\end{bmatrix}}{\begin{bmatrix}1&&\\-2&1&\\-3&-4&1\\\end{bmatrix}}={\begin{bmatrix}1&&\\0&1&\\-8&0&1\\\end{bmatrix}}\neq \mathbf {I} } 354: 1496:
This would have the added benefit that the reduced row echelon form admits a generalized backward substitution algorithm, which handles the case of underdetermined systems, and returns all possible solutions (see discussion, row echelon form)
1484: 1305:(and hence a common eigenvector) corresponds to this variety having a point (being non-empty), which is the content of the (weak) Nullstellensatz. In algebraic terms, these operators correspond to an 864:
Contrary to what this article claims, an upper-triangular matrix does NOT necessarily need to be square. I welcome someone who is familiar enough with the upper/lower definitions to fix this error.
1317:
Is the claim about common eigenvalue wrong or I'm misinterpreting it? As far I know, two commuting matrices share a common eigenvector, but not necessarily a common eigenvalue: the identity matrix
623:
You are quite correct: reading through the article, the math typesetting looks like a general form lower triangular that's been normalized. Not good. I've extended the typesetting for the matrix
1522:
it can be added: If the inverse U−1 of an upper triangular matrix U exists, then it is upper triangular. If the inverse L−1 of an lower triangular matrix L exists, then it is lower triangular.
1165: 886:“Square” is generally required, square matrices being generally more interesting. For non-square matrices one generally calls these “trapezoidal” matrices, which is mentioned in the article. 1597: 650: 747: 719: 1401: 280: 772:
In MATLAB and related programs I have seen references to 'quasi-upper-triangular' matrices, but I can't find a definition. Would someone please add a definition here? --
1587: 1547:
s “i” row-wise; “j” column-wise or “k” outer products Where i, j, k are referring to outermost loop index For column-wise there is a method 1 and 2 discussed. For
652:
to show all the lower diagonal zeros, and have added a section heading "special forms" to separate the paragraph from the general section on triangular matricies.
1602: 1295: 1240: 1409: 1049: 602:
the article says Gauss matrix only have 1 non-zero column below the diagonal. probably you didn't see that. for those matrices the claim holds trivially.
1612: 1155: 1582: 841:, as that is far more watched than individual article pages. In the event, an all zero square matrix is both upper triangular and lower triangular. 572:
going by the artcle's terminology, the matrix in your e.g. is not a "Gauss matrix". article only claims that formula holds when a matrix is Gauss.
1592: 1131: 1607: 936: 822: 871: 683: 1346: 1555: 1122: 1083: 1577: 1526:
Each entry on the main diagonal of L-1 is equal to the reciprocal of the corresponding entry on the main diagonal of L.
1058: 971: 1489:
I'd therefore argue that this chapter, though generally formulated for triangular matrices, would be a better fit for
22:
triangular. We should probably state these properties more directly, and perhaps clean up the article in general. --
1184: 940: 838: 826: 1406:
Furthermore, the algorithm isn't well defined for triangular matrices that don't have a staircase form, e.g.
875: 1330: 801: 687: 1559: 1350: 1306: 777: 1536:(((Identity) Diagonal)Atomic)Uni-triangular)Non-Singular, Singular(Strictly triangular) and bi-diagonal 1064: 1108: 797: 967: 959: 932: 867: 818: 626: 349:{\displaystyle \mathbf {L} ={\begin{bmatrix}1&&\\2&1&\\3&4&1\\\end{bmatrix}}} 1552: 1035: 728: 700: 1500: 1367: 1130:
on Knowledge. If you would like to participate, please visit the project page, where you can join
1326: 1114: 963: 23: 1098: 1077: 1523: 1504: 1008: 993: 911: 904:
context of LU Decompositions or is this something that is otherwise rare other than this book?
773: 653: 586: 563: 33: 1183:
The fact that commuting matrices have a common eigenvector can be interpreted as a result of
929:
Ly = b. No algorithm or equations are given for back sub of a given upper diagonal matrix.
1527: 1490: 894: 849: 757: 722: 1479:{\displaystyle {\begin{pmatrix}0&1&1\\0&1&2\\0&0&0\end{pmatrix}}} 815:
i wanna know if a null matrix would be called an upper triangular or lower triangular.
1245: 1190: 1571: 749:
for “Nilpotent”. This is a bit heavy duty (Lie algebra notation), but is a standard.
1540: 1004: 989: 907: 787:
Applied Numerical Linear Algebra, James W. Demmel, 1997, copyright SIAM, page 147.
603: 573: 682:
Is there a standard notation for the algebra/ring of upper triangular matrices?--
1539:
Some algorithms can be added from: "Stability of Methods for Matrix Inversion"
1127: 890: 845: 753: 270:
Except for the first sub-diagonal, the inverse of an atomic lower triangluar is
1104: 1563: 1508: 1354: 1334: 1012: 997: 975: 944: 915: 898: 879: 853: 830: 805: 781: 761: 691: 656: 606: 589: 576: 566: 36: 26: 1003:
I've worked a bit on the first half now. The second half is untouched.
674:
first matrix and with the second matrix that permutes these blocks.
1532:
A Venn diagram of types of triangular matrices would be helpful in
274:
quite as simple as reversing signs. Consider this counter example:
32:
I've added a paragraph about triangular matricies preserving form.
1364:
The algorithm for forward substitution as it is now, assumes that
1553:
https://epubs.siam.org/doi/abs/10.1137/0119075?journalCode=smjmap
1325:
share common eigenvectors, but their eigenvalues are different.
265:
i.e. the off-diagonal entries are replaced by their opposites."
1029: 793:
eigenvalues, and the 2-by-2 blocks to complex conjugate pairs.
1524:
http://homepages.warwick.ac.uk/~ecsgaj/matrixAlgSlidesC.pdf
1528:
https://www.statlect.com/matrix-algebra/triangular-matrix
1027:
about simultaneous triangularisability is claimed that
1024: 585:
The claim is still false. Look at the counter example.
47:
I deleted a line from the article falsely claimed that
1418: 491: 425: 371: 297: 85: 1412: 1370: 1248: 1193: 731: 703: 629: 365: 283: 61: 1126:, a collaborative effort to improve the coverage of 1478: 1395: 1289: 1234: 741: 713: 644: 553: 348: 252: 1541:http://www.netlib.org/lapack/lawnspdf/lawn27.pdf 1187:: commuting matrices form a commutative algebra 1598:Knowledge level-5 vital articles in Mathematics 1181: 837:You’d be better served to ask questions at the 8: 1072: 1413: 1411: 1375: 1369: 1297:which can be interpreted as a variety in 1278: 1259: 1247: 1223: 1204: 1192: 733: 732: 730: 705: 704: 702: 636: 631: 628: 546: 486: 420: 366: 364: 292: 284: 282: 218: 153: 80: 68: 63: 60: 790:"THEOREM4.3. Real Schur canonical form. 17:Inverses/products of triangular matrices 1588:Knowledge vital articles in Mathematics 1074: 1033: 1360:Chapter: Forward and back substitution 1303:the existence of a (common) eigenvalue 725:”, and for strictly upper triangular, 1603:C-Class vital articles in Mathematics 7: 1551:author presents 1B, 2B, 2C methods. 1120:This article is within the scope of 678:Algebra of upper triangular matrices 1514:Proprieties, Special Forms, Methods 1063:It is of interest to the following 983:This article is highly disorganized 734: 706: 14: 1613:Mid-priority mathematics articles 1140:Knowledge:WikiProject Mathematics 1583:Knowledge level-5 vital articles 1403:, which isn't given in general. 1143:Template:WikiProject Mathematics 1107: 1097: 1076: 1043: 1034: 955:is triangularisability a word? 645:{\displaystyle \mathbf {L} _{i}} 632: 547: 285: 64: 1301:-dimensional affine space, and 1160:This article has been rated as 742:{\displaystyle {\mathfrak {n}}} 714:{\displaystyle {\mathfrak {b}}} 1593:C-Class level-5 vital articles 1284: 1252: 1229: 1197: 976:03:27, 11 September 2011 (UTC) 1: 1509:17:42, 21 December 2019 (UTC) 1396:{\displaystyle l_{i,i}\neq 0} 1335:23:06, 26 February 2017 (UTC) 1309:of the polynomial algebra in 1134:and see a list of open tasks. 924:Forward and Back Substitution 782:22:12, 28 February 2008 (UTC) 692:23:09, 16 December 2007 (UTC) 1608:C-Class mathematics articles 1355:17:53, 4 February 2018 (UTC) 899:08:24, 2 December 2009 (UTC) 880:16:35, 9 November 2009 (UTC) 854:08:26, 2 December 2009 (UTC) 762:08:22, 2 December 2009 (UTC) 657:02:32, 12 August 2007 (UTC) 607:01:34, 12 August 2007 (UTC) 590:01:27, 12 August 2007 (UTC) 577:01:25, 12 August 2007 (UTC) 567:01:17, 12 August 2007 (UTC) 37:02:32, 12 August 2007 (UTC) 1629: 1564:11:56, 7 August 2023 (UTC) 1013:03:34, 19 March 2012 (UTC) 998:01:55, 19 March 2012 (UTC) 916:08:53, 17 March 2018 (UTC) 831:07:29, 17 March 2009 (UTC) 806:00:48, 28 April 2016 (UTC) 1185:Hilbert's Nullstellensatz 1159: 1092: 1071: 945:16:22, 4 March 2011 (UTC) 768:Quasi-triangular matrices 1166:project's priority scale 839:Knowledge:Reference desk 1123:WikiProject Mathematics 27:04:11, 5 May 2007 (UTC) 1578:C-Class vital articles 1480: 1397: 1315: 1307:algebra representation 1291: 1236: 743: 715: 646: 555: 350: 254: 1481: 1398: 1292: 1237: 1050:level-5 vital article 744: 716: 647: 556: 351: 255: 1410: 1368: 1246: 1191: 1146:mathematics articles 729: 701: 627: 363: 281: 59: 951:triangularisability 43:Removed false claim 1476: 1470: 1393: 1287: 1232: 1115:Mathematics portal 1059:content assessment 739: 711: 642: 551: 537: 477: 414: 346: 340: 250: 241: 1290:{\displaystyle K} 1235:{\displaystyle K} 1180: 1179: 1176: 1175: 1172: 1171: 1023:In the article's 979: 962:comment added by 935:comment added by 889:—Nils von Barth ( 870:comment added by 844:—Nils von Barth ( 821:comment added by 752:—Nils von Barth ( 669:Other false claim 1620: 1545:Unblocked method 1491:Row_echelon_form 1485: 1483: 1482: 1477: 1475: 1474: 1402: 1400: 1399: 1394: 1386: 1385: 1296: 1294: 1293: 1288: 1283: 1282: 1264: 1263: 1241: 1239: 1238: 1233: 1228: 1227: 1209: 1208: 1148: 1147: 1144: 1141: 1138: 1117: 1112: 1111: 1101: 1094: 1093: 1088: 1080: 1073: 1056: 1047: 1046: 1039: 1038: 1030: 978: 956: 947: 882: 833: 748: 746: 745: 740: 738: 737: 723:Borel subalgebra 720: 718: 717: 712: 710: 709: 651: 649: 648: 643: 641: 640: 635: 560: 558: 557: 552: 550: 542: 541: 482: 481: 419: 418: 355: 353: 352: 347: 345: 344: 288: 259: 257: 256: 251: 246: 245: 229: 228: 170: 169: 76: 75: 67: 52:"Indeed, we have 1628: 1627: 1623: 1622: 1621: 1619: 1618: 1617: 1568: 1567: 1549:blocked methods 1516: 1469: 1468: 1463: 1458: 1452: 1451: 1446: 1441: 1435: 1434: 1429: 1424: 1414: 1408: 1407: 1371: 1366: 1365: 1362: 1342: 1274: 1255: 1244: 1243: 1219: 1200: 1189: 1188: 1145: 1142: 1139: 1136: 1135: 1113: 1106: 1086: 1057:on Knowledge's 1054: 1044: 1021: 985: 957: 953: 930: 926: 865: 862: 816: 813: 770: 727: 726: 699: 698: 680: 671: 630: 625: 624: 536: 535: 530: 525: 516: 515: 513: 508: 502: 501: 499: 497: 487: 476: 475: 470: 462: 453: 452: 450: 445: 436: 435: 433: 431: 421: 413: 412: 407: 402: 396: 395: 393: 388: 382: 381: 379: 377: 367: 361: 360: 339: 338: 333: 328: 322: 321: 319: 314: 308: 307: 305: 303: 293: 279: 278: 240: 239: 234: 232: 230: 214: 209: 207: 201: 200: 198: 193: 191: 186: 184: 181: 180: 178: 176: 171: 149: 144: 142: 139: 138: 136: 134: 132: 127: 125: 122: 121: 119: 117: 115: 113: 108: 105: 104: 99: 97: 95: 93: 91: 81: 62: 57: 56: 45: 19: 12: 11: 5: 1626: 1624: 1616: 1615: 1610: 1605: 1600: 1595: 1590: 1585: 1580: 1570: 1569: 1515: 1512: 1473: 1467: 1464: 1462: 1459: 1457: 1454: 1453: 1450: 1447: 1445: 1442: 1440: 1437: 1436: 1433: 1430: 1428: 1425: 1423: 1420: 1419: 1417: 1392: 1389: 1384: 1381: 1378: 1374: 1361: 1358: 1341: 1338: 1286: 1281: 1277: 1273: 1270: 1267: 1262: 1258: 1254: 1251: 1231: 1226: 1222: 1218: 1215: 1212: 1207: 1203: 1199: 1196: 1178: 1177: 1174: 1173: 1170: 1169: 1158: 1152: 1151: 1149: 1132:the discussion 1119: 1118: 1102: 1090: 1089: 1081: 1069: 1068: 1062: 1040: 1020: 1017: 1016: 1015: 984: 981: 952: 949: 937:67.239.155.230 925: 922: 921: 920: 919: 918: 905: 887: 861: 858: 857: 856: 842: 823:117.200.51.168 812: 809: 786: 769: 766: 765: 764: 750: 736: 708: 679: 676: 670: 667: 666: 665: 664: 663: 662: 661: 660: 659: 639: 634: 614: 613: 612: 611: 610: 609: 595: 594: 593: 592: 580: 579: 549: 545: 540: 534: 531: 529: 526: 524: 521: 518: 517: 514: 512: 509: 507: 504: 503: 500: 498: 496: 493: 492: 490: 485: 480: 474: 471: 469: 466: 463: 461: 458: 455: 454: 451: 449: 446: 444: 441: 438: 437: 434: 432: 430: 427: 426: 424: 417: 411: 408: 406: 403: 401: 398: 397: 394: 392: 389: 387: 384: 383: 380: 378: 376: 373: 372: 370: 357: 356: 343: 337: 334: 332: 329: 327: 324: 323: 320: 318: 315: 313: 310: 309: 306: 304: 302: 299: 298: 296: 291: 287: 268: 267: 262: 261: 260: 249: 244: 238: 235: 233: 231: 227: 224: 221: 217: 213: 210: 208: 206: 203: 202: 199: 197: 194: 192: 190: 187: 185: 183: 182: 179: 177: 175: 172: 168: 165: 162: 159: 156: 152: 148: 145: 143: 141: 140: 137: 135: 133: 131: 128: 126: 124: 123: 120: 118: 116: 114: 112: 109: 107: 106: 103: 100: 98: 96: 94: 92: 90: 87: 86: 84: 79: 74: 71: 66: 44: 41: 40: 39: 18: 15: 13: 10: 9: 6: 4: 3: 2: 1625: 1614: 1611: 1609: 1606: 1604: 1601: 1599: 1596: 1594: 1591: 1589: 1586: 1584: 1581: 1579: 1576: 1575: 1573: 1566: 1565: 1561: 1557: 1554: 1550: 1546: 1542: 1537: 1535: 1534:Special forms 1530: 1529: 1525: 1521: 1513: 1511: 1510: 1506: 1502: 1498: 1494: 1492: 1487: 1471: 1465: 1460: 1455: 1448: 1443: 1438: 1431: 1426: 1421: 1415: 1404: 1390: 1387: 1382: 1379: 1376: 1372: 1359: 1357: 1356: 1352: 1348: 1339: 1337: 1336: 1332: 1328: 1327:Saung Tadashi 1324: 1320: 1314: 1312: 1308: 1304: 1300: 1279: 1275: 1271: 1268: 1265: 1260: 1256: 1249: 1224: 1220: 1216: 1213: 1210: 1205: 1201: 1194: 1186: 1167: 1163: 1157: 1154: 1153: 1150: 1133: 1129: 1125: 1124: 1116: 1110: 1105: 1103: 1100: 1096: 1095: 1091: 1085: 1082: 1079: 1075: 1070: 1066: 1060: 1052: 1051: 1041: 1037: 1032: 1031: 1028: 1026: 1018: 1014: 1010: 1006: 1002: 1001: 1000: 999: 995: 991: 982: 980: 977: 973: 969: 965: 961: 950: 948: 946: 942: 938: 934: 923: 917: 913: 909: 906: 902: 901: 900: 896: 892: 888: 885: 884: 883: 881: 877: 873: 872:158.64.77.124 869: 860:square matrix 859: 855: 851: 847: 843: 840: 836: 835: 834: 832: 828: 824: 820: 810: 808: 807: 803: 799: 795: 794: 788: 784: 783: 779: 775: 767: 763: 759: 755: 751: 724: 696: 695: 694: 693: 689: 685: 684:129.70.14.128 677: 675: 668: 658: 655: 637: 622: 621: 620: 619: 618: 617: 616: 615: 608: 605: 601: 600: 599: 598: 597: 596: 591: 588: 584: 583: 582: 581: 578: 575: 571: 570: 569: 568: 565: 561: 543: 538: 532: 527: 522: 519: 510: 505: 494: 488: 483: 478: 472: 467: 464: 459: 456: 447: 442: 439: 428: 422: 415: 409: 404: 399: 390: 385: 374: 368: 341: 335: 330: 325: 316: 311: 300: 294: 289: 277: 276: 275: 273: 266: 263: 247: 242: 236: 225: 222: 219: 215: 211: 204: 195: 188: 173: 166: 163: 160: 157: 154: 150: 146: 129: 110: 101: 88: 82: 77: 72: 69: 55: 54: 53: 50: 49: 48: 42: 38: 35: 31: 30: 29: 28: 25: 16: 1548: 1544: 1538: 1533: 1531: 1519: 1517: 1499: 1495: 1488: 1405: 1363: 1347:67.198.37.16 1343: 1322: 1318: 1316: 1310: 1302: 1298: 1182: 1162:Mid-priority 1161: 1121: 1087:Mid‑priority 1065:WikiProjects 1048: 1022: 1019:False claim? 986: 958:— Preceding 954: 927: 863: 814: 798:Nick Boshaft 796: 791: 789: 785: 774:Rinconsoleao 771: 697:You can use 681: 672: 654:Tom Lougheed 587:Tom Lougheed 564:Tom Lougheed 562: 359:Notice that 358: 271: 269: 264: 51: 46: 34:Tom Lougheed 20: 1556:92.120.5.12 1520:Proprieties 1137:Mathematics 1128:mathematics 1084:Mathematics 931:—Preceding 866:—Preceding 817:—Preceding 811:null matrix 1572:Categories 1313:variables. 1543:Methods: 1340:algorithm 1053:is rated 972:contribs 960:unsigned 933:unsigned 868:unsigned 819:unsigned 1501:Sanitiy 1164:on the 1055:C-class 1025:section 1005:LeSnail 990:LeSnail 908:Derek M 604:Mct mht 574:Mct mht 1345:BLAS. 1061:scale. 964:Afbase 891:nbarth 846:nbarth 754:nbarth 24:Rriegs 1242:over 1042:This 721:for “ 1560:talk 1505:talk 1351:talk 1331:talk 1321:and 1009:talk 994:talk 968:talk 941:talk 912:talk 895:talk 876:talk 850:talk 827:talk 802:talk 778:talk 758:talk 688:talk 1518:On 1156:Mid 893:) ( 848:) ( 756:) ( 272:not 1574:: 1562:) 1507:) 1493:. 1486:. 1388:≠ 1353:) 1333:) 1323:2I 1269:… 1214:… 1011:) 996:) 974:) 970:• 943:) 914:) 897:) 878:) 852:) 829:) 804:) 780:) 760:) 690:) 544:≠ 520:− 465:− 457:− 440:− 212:− 196:⋱ 189:⋮ 174:⋱ 147:− 111:⋱ 70:− 1558:( 1503:( 1472:) 1466:0 1461:0 1456:0 1449:2 1444:1 1439:0 1432:1 1427:1 1422:0 1416:( 1391:0 1383:i 1380:, 1377:i 1373:l 1349:( 1329:( 1319:I 1311:k 1299:k 1285:] 1280:k 1276:x 1272:, 1266:, 1261:1 1257:x 1253:[ 1250:K 1230:] 1225:k 1221:A 1217:, 1211:, 1206:1 1202:A 1198:[ 1195:K 1168:. 1067:: 1007:( 992:( 966:( 939:( 910:( 874:( 825:( 800:( 776:( 735:n 707:b 686:( 638:i 633:L 548:I 539:] 533:1 528:0 523:8 511:1 506:0 495:1 489:[ 484:= 479:] 473:1 468:4 460:3 448:1 443:2 429:1 423:[ 416:] 410:1 405:4 400:3 391:1 386:2 375:1 369:[ 342:] 336:1 331:4 326:3 317:1 312:2 301:1 295:[ 290:= 286:L 248:, 243:] 237:1 226:i 223:, 220:n 216:l 205:0 167:i 164:, 161:1 158:+ 155:i 151:l 130:1 102:0 89:1 83:[ 78:= 73:1 65:L

Index

Rriegs
04:11, 5 May 2007 (UTC)
Tom Lougheed
02:32, 12 August 2007 (UTC)
Tom Lougheed
01:17, 12 August 2007 (UTC)
Mct mht
01:25, 12 August 2007 (UTC)
Tom Lougheed
01:27, 12 August 2007 (UTC)
Mct mht
01:34, 12 August 2007 (UTC)
Tom Lougheed
02:32, 12 August 2007 (UTC)
129.70.14.128
talk
23:09, 16 December 2007 (UTC)
Borel subalgebra
nbarth
talk
08:22, 2 December 2009 (UTC)
Rinconsoleao
talk
22:12, 28 February 2008 (UTC)
Nick Boshaft
talk
00:48, 28 April 2016 (UTC)
unsigned
117.200.51.168
talk

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.