|
[Date Index]
[Thread Index]
[Author Index]
Re: Hasse Diagram
- To: mathgroup at smc.vnet.net
- Subject: [mg97072] Re: Hasse Diagram
- From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
- Date: Wed, 4 Mar 2009 07:14:30 -0500 (EST)
- References: goj2f2$2tq$1@smc.vnet.net
That's an example from the Conbinatorica manual, which is included in
the electronic help texts of Mathematica. No need to search the
internet for that.
MakeGraph and Subsets can be found there as well.
Apparently you haven't thought of reading the manual before asking
questions...
Could you provide an example of the matrix or graph you tried?
Cheers -- Sjoerd
On Mar 3, 12:57 pm, Tony <aeza... at optonline.net> wrote:
> Thanks
> that did not display all vertices for me
>
> I found this command searching the web
> It works, but I don't understand what the syntax means
>
> ShowGraph[
> HasseDiagram[
> MakeGraph[
> Subsets[4], ((Intersection[#2, #1] == #1) && (#1 != #2)) &]]=
]
Prev by Date:
Re: Head logic
Next by Date:
MatrixRank[m, Modulus -> 5] is broken
Previous by thread:
Re: Hasse Diagram
Next by thread:
Re: How to Export the "Manipulate"
|