📄 uppertriangm.html
字号:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD W3 HTML 2.0//EN">
<HTML lang="en-US">
<HEAD>
<TITLE>upper triangular matrix</TITLE>
<META name="description"
content="Definition of upper triangular matrix,
possibly with links to more information and implementations.">
<META name="keywords" content="upper triangular matrix">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H1>upper triangular matrix</H1>
<P>
(data structure)
<P>
<strong>Definition:</strong>
A <a href="matrix.html" tppabs="http://hissa.nist.gov/dads/HTML/matrix.html"><em>matrix</em></a> which is only defined at (i,j) when i <img src="geq.gif" tppabs="http://hissa.nist.gov/dads/HTML/Images/geq.gif" border=0 height=7 width=14 alt="greater than or equal to"> j.
<P><strong>See also</strong>
<a href="lowertriangm.html" tppabs="http://hissa.nist.gov/dads/HTML/lowertriangm.html"><em>lower triangular matrix</em></a>, <a href="raggedmatrix.html" tppabs="http://hissa.nist.gov/dads/HTML/raggedmatrix.html"><em>ragged matrix</em></a>.
<P><em>Note:
For example <table> <tr><th></th><th colspan=4 align=center>j</th></tr> <tr><th rowspan=4 valign=middle>i</th> <td>1</td><td>7</td><td>7</td><td>6</td></tr> <tr><td>-</td><td>9</td><td>1</td><td>1</td></tr> <tr><td>-</td><td>-</td><td>8</td><td>8</td></tr> <tr><td>-</td><td>-</td><td>-</td><td>1</td></tr> </table> <P> It may be more compactly represented in an array by storing entry (i,j) in location n(i-1)+j- i(i-1)/2 = (2n-i)(i-1)/2 + j.</em>
<P>Author: <a href="terms.html#authorPEB" tppabs="http://hissa.nist.gov/dads/terms.html#authorPEB">PEB</a>
<hr>
Go to the
<A HREF="terms.html" tppabs="http://hissa.nist.gov/dads/terms.html">Algorithms, Data Structures, and Problems</A>
home page.
<hr>
If you have suggestions, corrections, or comments, please get in touch
with
<a href="javascript:if(confirm('http://hissa.nist.gov/~black/black.html \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://hissa.nist.gov/~black/black.html'" tppabs="http://hissa.nist.gov/~black/black.html">Paul E. Black</a>
(<a href="mailto:paul.black@nist.gov">paul.black@nist.gov</a>).
<p>
Entry modified Sat Sep 4 14:36:20 1999.<BR>
HTML page formatted Wed Dec 22 09:36:51 1999.
<P>
This page's URL is
<A href="uppertriangm.html" tppabs="http://hissa.nist.gov/dads/HTML/uppertriangm.html">http://hissa.nist.gov/dads/HTML/uppertriangm.html</A>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -