Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Transitive Closure

Re: Transitive Closure

From: Mikito Harakiri <mikharakiri_at_iahu.com>
Date: Mon, 17 May 2004 16:53:13 -0700
Message-ID: <oqcqc.19$od2.156@news.oracle.com>


"Mikito Harakiri" <mikharakiri_nospaum_at_yahoo.com> wrote in message news:8a529bb.0405171536.3b063d3f_at_posting.google.com...
> mapple> exponential(G);
>
> MATRIX([[1/2, 0, 0], [1, 1, 0], [1, 1, 1]])
typo:
MATRIX([[1, 0, 0], [1, 1, 0], [1/2, 1, 1]]) Received on Mon May 17 2004 - 18:53:13 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US