|
[Date Index]
[Thread Index]
[Author Index]
Please help, factorisation question
- To: mathgroup at smc.vnet.net
- Subject: [mg97245] Please help, factorisation question
- From: plzhlp <naso at live.be>
- Date: Mon, 9 Mar 2009 01:04:27 -0500 (EST)
Hi all,
first thanks very much to all who responded to my previous post.
i am having trouble finding a way to do the following:
i have a list of numbers P, and i need ask the question: which members of the set are products of other members and what are their factorisations by these other members.
i notice there are graph/tree functions in mathematica to represent this sort of thing visually but im at a loss for how to implement them
anyway for an example
P = {a, b, c, d}
OUTPUT:
a -> c^2 * d
b -> c * d^2
c -> c
d -> d
Prev by Date:
Notebook that auto-executes when opened?
Next by Date:
Re: Re: Re: typsetting bug still present in
Previous by thread:
Re: Notebook that auto-executes when opened?
Next by thread:
Re: Please help, factorisation question
|