Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

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...

The list of the GUI problems is long, so I'll just summarize some of them.

In text groups, when the writing cursor is moved, the cursor is often not visible at the new position (where it actuall knows it is at), but often remains visible in a trail of places where it previously was.

In Help, the first letter of the search word is usually missing so that it is necessary to start with a space. Also in Help, both the scroll bar and the actual search...

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

Let triangle ABC and

My system: Windows 8 x64, Maple 17.01 x64.

After launching Maple we have a process maple.exe (C:\Program Files\Maple 17\jre\bin\maple.exe) that consumes approximately 80MB.

We run the following piece of code:

>restart;
>for i to 1000 do
>factorial(300);
>end do;

After running for the first time of this code the process maple.exe consumes 100.5MB
After second running of this code the process maple.exe consumes 111.6MB
third running --- 122.4MB

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)

Let n be any positive Integer :\displaystyle \sum_{k=0}^{n-1}(\sqrt{ak^3+bk^2+ck+1}-\sqrt{ak^3+bk^2+ck})^{\frac{1}{3} }=\sqrt{n}. Find

First 1433 1434 1435 1436 1437 1438 1439 Last Page 1435 of 2223