ExpHP

15 Reputation

6 Badges

13 years, 75 days

MaplePrimes Activity


These are questions asked by ExpHP

Augh, this is hurting my brain.  This homework assignment (still the same one as before) is my first experience with Maple.  I'm trying to learn the semantics of the language as I go, and that's been going well for the most part, but there's this one thing that has been bugging me to absolutely NO END:  Logical operators.

Here's what I understand after a lot of internet searching and Help browsing:
-There's two sets of very similar operators. ...

I'm using Maple for a math project.  FYI, this is my first time ever using Maple, so I'm a complete newbie.  I'm lucky I even got as far as I did, because had I not stumbled upon the ? function, I'd still be stuck trying to figure out step 1.  Anyways, I entered this into a Maple document:

with(combinat, setpartition) :
P := {1, 2, 3, 4, 5, 6, 7, 8, 9, 10} :
setpartition(P, 1);
setpartition(P, 2);
setpartition(P, 3);
setpartition(P, 4);

Page 1 of 1