Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

r(t):= <t | t^(2) | (t^(2) )/(2) >

simplify(simplify(PrincipalNormal(r(t), t, normalized), symbolic),symbolic)

diff(r(t),t)

The three lines above are part of a worksheet that computes unit tangent vector, unit normal vector and components of acceleration for a parametric curve r(t) ,  a standard Calc 3 lesson.

I am...

Hello,

I have one calculation and the result is "Length of output exceeds limit of 1000000"... What can I do with this error?

Thanks a lot.

Is it possible to specify tolerances such as +10,-5 instead of just +-10?  In other words, can the high and low limits be different?  Thanks, Ratch

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.

First 1791 1792 1793 1794 1795 1796 1797 Last Page 1793 of 2236