Adept Scientific - English
The world's best software for research, science and engineering.
flag arrow
clearclear
 

 Adept Store | register Join My Adept | Flags  
Adept Scientific | Amor Way | Letchworth Garden City | Herts | SG6 1ZA | Tel: +44 (0)1462 480055  
UKusdedksvnofi
Home
Products
Training
Consultancy
 Buy Online
Downloads
Education
Support
My Adept
International |  About Us |  Contact Us |  Press Room |  Jobs


The Next Steps

• Ask us a question
• Maple Product Tour
• Buy Maple Now
• View Maple Pricing
• Find out about Online Training
• Download a Brochure
• Request a Brochure
• Download a Demo
• Request a Demo
• Meet Our Team
• Read our RSS Feeds

Learn More

Maple Home
Maple 11 Professional
Maple 11 Academic
Maple 11 Student Use
Recorded Online Seminars
FREE Training Resources


MapleNet
Maple T.A.
MapleConnect
BlockImporter for Simulink
BlockBuilder for Simulink
Maple Toolboxes
Maple Rave Reviews
Maple Study Guides
Books about Maple
System Requirements

View Maple 10 in Action
Product Comparison Chart

Latest Information

New Features: Professional
New Features: Academic
The Maple Reporter
The Maple Reporter Online
Numerical Algorithms Group
(NAG)


Service & Support

Maple 10 Training Videos
MaplePrimes, blogs, forums
Elite Maintenance Program
Application Centre
Powertools
Maple User Group (MUG)
Join the Maple User Group
(MUG)

Search the Knowledge Base
Technical Support request

List Archives >  Maple User Group List Archive >  Archive by date >  This Month By Date >  This Month By Topic

[MUG] Re: question

Search email archive for  

[MUG] Re: question
Author: Helmut Kahovec    Posted: Sun, 28 Jul 2002 04:07:57 +0200

>> From: Helmut Kahovec "helmut.kahovec"

naser hosseini wrote:

>| Dear Lady or Gentleman: I am using Maple V, generating a cartesian
>| product. I would like to access the members of the product like I can
>| access the members of a list. I kindly appreciate your help with this
>| problem. Thanks, N. Hosseini


Well, besides Carl Devore's procedure you may also try to use my
Cartesian product operator, which I teach my students:

> restart;
> `&x`:=proc()
option `Copyright (C) 2001, Helmut Kahovec. All rights reserved.`;
if type([args],list(list)) then
if nargs>2 then
procname(
procname(args[1],args[2]),
args[3..-1]
)
else
[
seq(
seq(
[
`if`(type(i,list),op(i),i),
`if`(type(j,list),op(j),j)
],
j=args[2]
),
i=args[1]
)
]
end if
else
error "sequence of lists expected"
end if
end proc:
> [1,2,3]&x[1,2,3];

[[1, 1], [1, 2], [1, 3], [2, 1], [2, 2], [2, 3], [3, 1], [3, 2],

[3, 3]]

> time(`&x`([1,2,3]$11));

44.053

> restart;
> CartProdAsList:= proc(L::list({list,set}))
option `Copyright (C) 2002, Carl DeVore. All rights reserved.`;
local q,i,n,N;
n:= nops(L);
N:= map(nops, L);
[seq([seq(L[i][1+irem(q,N[i],'q')], i= 1..n)], q= 0..`*`(N[])-1)]
end:
> CartProdAsList([[1,2,3]$2]);

[[1, 1], [2, 1], [3, 1], [1, 2], [2, 2], [3, 2], [1, 3], [2, 3],

[3, 3]]

> time(CartProdAsList([[1,2,3]$11]));

64.742


Kind regards,

Helmut

[View Complete Thread]



Previous by date: [MUG] A bug?, Emilio Sanchez
Next by date: [MUG] Re: more efficient way to generate a set?, Maple User Group
Previous thread: [MUG] Solving equations with radicals, PierLuigi Zezza
Next thread: [MUG] Re: more efficient way to generate a set?, Maple User Group



Ready to buy?

Maple - single user licence
Add to shopping basket
$ 1,895.00
Upgrade to Maple 12 from v11
Add to shopping basket
$ 995.00
Upgrade to Maple 12 from v10 & below
Add to shopping basket
$ 1,395.00

Featured Downloads

What's New in Maple 11 for Professionals
Maple White Paper: Technical Knowledge - An Asset You Can Afford to Lose?
Maple in Electronics Application Pack
Maple in Robotics & Aerospace Application Pack
Maple in Finance Application Pack

Product Reviews

"Without the Maple software, we would have to spend weeks generating the equations of motion for every experiment. Then the chances that we did it right would basically be near zero. There would always be a mistake somewhere. It is very difficult to set up a dynamic motion model by hand."
- Jean-Claude PiedBeouf, Ph.D Manager of Robotics, Canadian Space Agency

"Its very good - highly accurate and easy to use. The speed of Maple allows me to change equations and quickly reintegrate them into the application, so more possibilities can be explored to achieve the precise effect desired."
Shawn Neely, Senior R & D Director for PDI/Dreamworks
adept

Top of the Page

Our Privacy and Terms and Conditions Statement
All Trademarks Recognised. Copyright © 2007, Adept Scientific plc.
Site designed and maintained by Adeptise

Adept Scientific | Amor Way | Letchworth Garden City | Herts | SG6 1ZA | Tel: +44 (0)1462 480055