MaplePrimes Questions

Hello,

I have 4 points in 2D and I want to plot them with different colors:

This works in Maple 12:

plots[pointplot]([1,2,3,4],[5,4,7,8],color=["Red","Blue","Magenta","Pink"]);
 

And I want to connect each other with line segments:

But this doesn't work:

plots[pointplot]([1,2,3,4],[5,4,7,8],color=["Red","Blue","Magenta","Pink"],connect=true);

Error, (in plots/pointplot) number of colors must match number of points
 


Hi

I am trying to use the following command

simplify(30/366)

The answer that I am getting is 5/61

how can I get the answer in numerical form.

For example 5/6 would be 0.082 if I round up the answer.

Using the calculator I get

0.081967213114754098360655737704918

After I round up, I get 0.082

Take care

Hi

How do I multiply Combitronics, using Maple

For example

with(combinat);
choose(7,6)

I want to multiply 7 Choose 6 with 5 Choose 3

If use I use the calculator I get

7C6 = 7

5C3 = 10

= 70


Take care