Compositions and Relation Joins on Fuzzy Relations
- To: mathgroup at smc.vnet.net
- Subject: [mg29440] Compositions and Relation Joins on Fuzzy Relations
- From: "Robert R. Reid" <romeovoid at hotmail.com>
- Date: Wed, 20 Jun 2001 04:36:22 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
I'm wondering how I could use Mathematica 4.1 to perform the above
functions on
relations....
M1 = {{ 1, 0, .7}, {.3, .2, 0}, { 0, .5, 1}}
M2 = {{ .6,.6, 0}, { 0, .6, .1}, { 0, .1, 0}}
Trying to find
M1oM2
and
M1*M2
Any thoughts?
;-)