Oliveira

210 Reputation

3 Badges

10 years, 56 days

MaplePrimes Activity


These are questions asked by Oliveira

Hello everyone

I have the following probability distribution, where x ranges from zero to infinity:

with(Statistics):

X := RandomVariable(Distribution(PDF = unapply(piecewise(And(0 < x, x < infinity), exp(-6)*6^x/x!), x)))

How do I tell Maple that this distribution is discrete?

Regards,

Oliveira

Hi everyone

I have the following list:

L:=[[F[1], F[2], F[3], F[4]], [F[1], F[2], F[3], M[1]], [F[1], F[2], F[3], M[2]], [F[1], F[2], F[3], M[3]], [F[1], F[2], F[3], M[4]], [F[1], F[2], F[4], M[1]], [F[1], F[2], F[4], M[2]], [F[1], F[2], F[4], M[3]], [F[1], F[2], F[4], M[4]], [F[1], F[2], M[1], M[2]]

How do I select only the subsets in which the four elements have different indices? For example, I don't want [F[1], F[2], F[3], M[1]] Regards,

Oliveira

Hello everyone,
Could someone tell me how to insert an entry (empty cell) between two already filled entries or above an already filled entry in Document Mode?

Oliveira

Hello everyone,
Is it possible to load complete Maple packages into Maple Flow?

Regards,

Oliveira

Hey guys.

I want to replace _Z1, _Z2 and _B2 with n but it doesn't work. Can anyone help?

An example is attached.

Regards,

Oliveira

Example3.mw

1 2 3 4 5 6 7 Last Page 1 of 9