Re: Is mysql a RDBMS ?

From: Mikito Harakiri <mikharakiri_at_yahoo.com>
Date: 30 Aug 2003 21:14:50 -0700
Message-ID: <bdf69bdf.0308302014.5da45cde_at_posting.google.com>


alfredo_at_ncs.es (Alfredo Novoa) wrote in message news:<e4330f45.0308301120.67e8e62f_at_posting.google.com>...
> "Mikito Harakiri" <mikharakiri_at_ywho.com> wrote in message news:<m6t2b.11$V06.203_at_news.oracle.com>...
> Something like:
>
> x y R
> - - -
> 0 0 0
> 0 1 0
> 1 1 8
> . . .
>
> or
>
> const XXX = extend relation { x Numeric, y Numeric } add R as 3*x*y^2+5*x^3;
>
> ???

No, we would have to add extra column every time when we have one more variable in the polynomial.

Actually, I figured out what to do with monomials already. I'm coding it as an integer:

http://www.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=mXVQa.8%24dr1.26%40news.oracle.com&rnum=12&prev=/groups%3Fq%3Dgroup:sci.math%2Bauthor:mikito%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26start%3D10%26sa%3DN

But then, what do I do next? Assign a surrogate key to each monomial? Certainly a goofy idea... Received on Sun Aug 31 2003 - 06:14:50 CEST

Original text of this message