Michael Anthony

15 Reputation

One Badge

19 years, 69 days

Inventor, Engineer, Scientist

MaplePrimes Activity


These are questions asked by Michael Anthony

I need to graph multiple values of a function. i.e. equal number data sets graphed on the same graph. Can you please help me?

How do I iterate starting from a given value. For example, I want to iterate a function F(x) evalf(solve(F(x)=-38)) so that the next value that F(x) uses is the solution to the previous?

Is there a Mangoldt function in maple? How do you invoke it?

I want to find the sum of the reciprocals of the factorials of the elements of in the sets [[0,2,3,0,0], [2,3,0,0,0], [1,1,2,2,0] .....]]  -----(1)

For example 1/(0!2!3!0!0!) + 1/(2!3!0!0!)+ 1/(1!1!2!2!0!)+........;----(2)

The lists are the partion(5) made into a list of 5 elements with 0s filling the partitions with less than 5 elemenst such as (2,2,1)=>(2,2,1,0,0)

All I need is help on how to make from (1) the sum (2) which is the sum of the reciprocals of the products of the factorials of each set. 

Page 1 of 1