Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

As sometimes the question comes up "how to have a pdf documents for this?" here is a free way to such on Windows:

PDFCreator

Essentially by that you install a printer, which just does it. And as such allows to print threads here from the board, or Maple sheets or simply from any application.

After some configuration hanky-panky it is easy to use.

Let's compare the performance of two methods of computing the inverse of a large datatype=float[8] Matrix.


The two methods are that of calling `MatrixInverse`,...

I want to fill a matrix m by m with elements

1) the elements under the diagonal comes from the expression

Gama:=(i, k)→evalf(((x[k]-x[i])*xdot[k]-(y[k]-y[i])*ydot[k])*dtheta[i]/((x[k]-x[i])+(y[k]-y[i])^2))

2) the elements in the diagonal comes from Lambada:=(i)→-sum(Gama, k=1..M), where i<>k

I've tried to install maple 10 in windows vista but it seems imposible the setup keeps saying this.."please wait, maple 10 is being configured for your system, this make take a moment..." i've left my computer on all night but the installation doesn't end...any ideas on how to solve this problem? thank you.

My question is similar to the one referenced, but a bit more complicated.

Considering a PDE of order n, I would like it to be collected by the order of differentiation.

A simple example:

simplify(( (3+4*x)*diff(f(x), `$`(x, 2)))+(5+4*y+z)*(diff(f(x), x))+(1+r+y)*f(x))

where the idea is to return to the form prior to simplification, including the sort by differentiation order.

After it is simplified, I can get the coeff of only the highest order derivative, as

If you want better performance then don't use 2D Math mode to enter procedures which call  `.` (dot).

The following timings are not the result of the order in which the cases are performed. The timings stay roughly the same if the blocks delimited by restarts are executed out of order.

I want to download historical data from google finance for two Indecies simultaneous
but I dont understand where the output is saved...?!  Also should I use task or threads ?


restart:
with(Sockets):
with(Threads):


X1 := proc () local str, sid; global b; str := "";

sid := Open("google.com", 80);
Write(sid, cat("GET /finance/historical?q=INDEXSP:.INX&histperiod=daily HTTP/1.0 \n\n"));

b := Read(sid); while b <> false do str := cat(str, b...

What's wrong?
I need to minimize (z-Z) T.E-1. (z-Z).
How can you see in the first Call to LSSolve worked. By introducing objectivejacobian I have problems

Recently, I submitted for publication to a peer-reviewed math journal

a formula for the n-th order implicit derivative given an implicit function G(z,w)=0.

i.e. dz/dw = - Gw/Gz where Gw and Gz are partial derivatives of G with respect to w and z, respectively. Anyway, I proved the general formula for d^n z/ dw^n.   I have since proved the generalization of this to implicit functions of several variables, G(z,w1,w2,...,w(N))=0. A good mathematician...

PDE:  utt=c2uxx+f(x,t)   ; f(x,t)=a*sin(2*pi*t/P)

BC: u(0,t)=0,u(L,t)=0;

IC: u(x,0)=0,ut(x,0)=0;

who can show me the steps by using maple? and i need help to plot the graph as well. thx!

Is there a function in Maple which allows to send emails?
I am bulding a maplet where I want maple to send a email
as a reminder at the end of each month to a specified emailadress

Is this possible ?

Hi,

imagine I have the following line:

 

(y/2)*(4/3)*sin(x);

 

can I tell Maple not to merge everything together? I want to have it all seperated, like a separate fraction for y/2 another for 4/3 and then comes the sine, with small spaces between them, indicating multiplication.

 

thanks.

If I type FormatTime() then I get todays year,month and day.

What should I type if I want the year, month and day one month ago?

I am just moving from Mathematica to Maple, since I just found out Maple is better suited to my needs. I checked some basic functions, and Maple seems to be pretty perfect. However, I cannot find a way to do a revolution plot. In Mathematica I usually used the command RevolutionPlot3D. But here, in Maple, I cannot find a way to do it. Can someone help?

 

Here is a sample of what I am talking about:

Most of the comparisons (that I've seen so far) amongst Maple, Matlab, and Mathematica are either incomplete, inaccurate, or biased.

This collection of three articles [1 (1), 2 (2),

First 1779 1780 1781 1782 1783 1784 1785 Last Page 1781 of 2224