lowertriangm.html

来自「数据结构词典(英文)」· HTML 代码 · 共 48 行

HTML
48
字号
<!DOCTYPE HTML PUBLIC "-//IETF//DTD W3 HTML 2.0//EN">
<HTML lang="en-US">
<HEAD>
<TITLE>lower triangular matrix</TITLE>
<META name="description"
  content="Definition of lower triangular matrix,
	possibly with links to more information and implementations.">
<META name="keywords" content="lower triangular matrix">
</HEAD>
<BODY BGCOLOR="#FFFFFF">

<H1>lower 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="leq.gif" tppabs="http://hissa.nist.gov/dads/HTML/Images/leq.gif" border=0 height=7  width=14 alt="less than or equal to"> j.
<P><strong>See also</strong>
<a href="uppertriangm.html" tppabs="http://hissa.nist.gov/dads/HTML/uppertriangm.html"><em>upper 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>-</td><td>-</td><td>-</td></tr> <tr><td>7</td><td>7</td><td>-</td><td>-</td></tr> <tr><td>1</td><td>0</td><td>1</td><td>-</td></tr> <tr><td>1</td><td>9</td><td>5</td><td>4</td></tr> </table> <P> It may be more compactly represented in an array by storing entry (i,j) in location  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>
&nbsp;(<a href="mailto:paul.black@nist.gov">paul.black@nist.gov</a>).

<p>
Entry modified Sat Sep  4 14:36:33 1999.<BR>
HTML page formatted Wed Dec 22 09:35:47 1999.

<P>
This page's URL is
<A href="lowertriangm.html" tppabs="http://hissa.nist.gov/dads/HTML/lowertriangm.html">http://hissa.nist.gov/dads/HTML/lowertriangm.html</A>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?