Firstly, this is way off topic as it has nothing to do with mysql.

Secondly, I don't know exactly what you mean by Matrix Logic System.

In mathematical terms, a matrix is a set of tabulated data, so my guess is
you need to build a system that can perform mathematical operations on
matrices such as addition and multiplication.  Any decent final year high
school maths book will explain matrices.

if that is what you mean by Matrix Logic System then a database is not a
very good way of handling such calculation but still, if you need it in a
db, the best table structure I can think of have columns like (table_id, row
int, column int, value real).

There are already a number of programs out there that can do such
calculations.

----- Original Message -----
From: "Ciprian A." <[EMAIL PROTECTED]>
To: "'mysql'" <[EMAIL PROTECTED]>
Sent: Friday, May 25, 2001 0:12
Subject: Matrix Logic System...!!????


> Hi,
>
> I am supposed to build a Matrix Logic System (or something like this) for
> merging to databases.
> I have no idea what so ever of what is a Matrix Logic System. Can anyone
> tell me with what this can be eaten?
>
> Thank you very much,
> Ciprian A.
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to