MaplePrimes Questions

2014! How many Zero in that number?

Hello,

To simplify and try to keep my program structured, i use sections. I often need to desactive all the lines codes of a section. Is there a soluion to desactive many lines in the same time without putting this # to each line.

Thank you for your help.

I thought I would generate a fun problem for Maple, and see what coding we could come up with.

You happen to be at work one day and overhear the managers talking about taking sick days away from the employees because everyone is taking their sick time around weekends.  The managers have decided to take one more years worth of data before making their decision. 

So you've decided to build a program in Maple for all the employees to use so that...

Is it possible to use printf to get math 2d output? For example, I'm writing a loop computing Riemann Sums.

f := x-> x^2; a := 0; b := 1; for i from 1 to 5 do printf("f(x[%d])=%a",i,f(a+i*(b-a)/5)*(b-a)/5); end do;

I would like the output to look nicer. Thanks in advance!

 

How to create a polynomial for the curve fitting of the 3D plot in Maple?

I have following data

a := [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10];

b := [ 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011];

c := [ -0.88, -8.87, -0.86, -0.82, -0.77, -0.71, -0.66, -0.62, -0.57, -0.54, -0.89, -0.88, -0.85, -0.81,...

Fine a(n) of sequence 1 , 3 , 6 , 12, 24 ,...  ,(n=1,2,3,....)

We are a school with more than 600 Maple users, we have 3 Mac mashines, different types that all give us the same problem. 

When installationi problems occur we use this method.

Restart MAC computer

uninstall JAVA

Restart MAC

get new version of Java - and install.

Restart MAC

get MAPLE 17 from homepage and install. 

We get a grey window where we can see next, but nothing else.

All users have adminstrative...

Let p be the product of all non-zero digits of the positive integer

Hi!

How do I input a literal superscript?

I know that for a literal subscript it'll be CTRL+SHIFT+_ , but what about a literal superscript? I've tried the CTRL+^ but it doesn't work.

Thanks in advance!

/puckie

 


Let triangle ABC and

Find the rightmost nonzero digit of \frac{2014!}{5^{20}}

Good day,

I try finding the eigen values of a 6 x 6 matrix with symbolic term but recieve the following error:

Error, (in expand/bigprod) Maple was unable to allocate enough memory to complete this computation.  Please see ?alloc

Please what do I do.

Thanks

I am looking to do a custom non-linear axis in Maple, and no, not a logarithmic axis, but a custom one that i can define with a function. I know i can alter my data and the alter the display of the axis tickmarks, and in this way create the illusion of a custom axis. But there must be a better approach which does not require altering the data? I can see in the plot documentation that i can specify axis[mode = linear] or [mode = log] but why not a custom one?

I have a system of nonlinear differential equations with initial conditions: 

diff(m(t), t) = m(t)+(18.676*(1+.3570*n(t)))/((1+0.714e-1*n(t))^2+(-3+m(t)-n(t))^2)

First 1546 1547 1548 1549 1550 1551 1552 Last Page 1548 of 2427