MaplePrimes Questions


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