MaplePrimes Questions

I need to know if maple has any function that would allow me to explore the variables in an expression.

I am writing a program to find the coefficients of the second order derivative of all the variables in the expression and i have no way find out all the variables in the expression before hand and hence need to do it runtime.

fsolveLagrangeNumeri.mw

Dear Colleagues
As you can see from the worksheet with the command solve achieving results. I would like to enter initial values for b, a and R0. When trying to use fsolve for this purpose
I get the following result:
Error, (in fsolve/setrange) R0 = 10 is an invalid range

How to achieve convergence using fsolve?
any help?
Gracias

I need help . Why won't Maple evaluate the 2nd limit? How do I get around that? T is a constant.

> limit(exp(x/2),x=infinity);

                               infinity


> limit(exp(x/T),x=infinity);

                ...

Hi,

I have the following problem, I have a random matrix 50×50 and I want to permute the columns in such way that the number of non-zero elements under the diagonal would be minimal. Is there any function in maple which can do this? Or should I write an algorithm my self?

sorry for this funny question, but where is the "Print Preview" command, it is not under File menu anymore and the export to PDF function is also missing... What am I doing wrong?

running Maple 14 under Max OS X, SL.

cheers.

:-)

Why does:

G := Heaviside(x): int(G(x)*G(t-x), x = 0 .. 3);

Produce a "Error, (in unknown) too many levels of recursion"?

Can maple produce an animation while it is still calculating?

What I mean is, if Maple is calculating an animation in a loop have the displayed animation playing slightly behind the calculations so one would not have to wait until Maple is finished the full calculations.

I'm not actually sure if that's possible in Maple.  Everything I've ever done Maple has to finish it's calculations before one can even begin to view any animation.  Same thing for...

I have a vector consisting of taylor expansions of multiple variables, i.e. each element of the vector is a multivariate polynomial in X[1], X[2], etc. Not all the polynomials are of the same order, not all contain all the X[i]s.

I want to extract the coefficients of each component of the vector and store them in a Matrix.

I thought I had done it, but sadly the order of the coefficients is not what I expected.

Here is an example of a vector:

Dear All,

 

I would like to make multi-variate integration over 9 variables (x11, x12, x13, x21, x22, x23, x31, x32, x33) in order to calculate the probability of a given event. 

The output of the simpleWeightedSum method is a Vector(3,t), giving the mean of the rows of the matrix X. The event which I would like to "measure" is that the first element of the output vector is higher than the two other elements.

The xij elements are iid...

Is there a way to solve the following problem?
Given a nxn A=(A_ij) matrix (for example n=3,4...) where A-ij is a
polynomial of degree one in X_1, ..., X_n, and given a n-vector
v=(B_11*X_1+...+B_1n*X_n, ..., B_n1*X_1+...+B_nn*X_n)^t where B_ij are
parameters, is it possible to find value for B_ij in such way that the
vector v belongs to the vector space spanned by the columns of A?
thank you.
best
Michele

How do I solve double exponential problem of the form  : 

 i = kc* ip *( e -a1*t - e -a2*t ) given that for d/dt (i) =0. tp = ( i/(a2 -a1)) *ln(a2/a1) and                                

kc = 1/(e -a1 *tp

Hi all,

 

I'm looking for maplets for operations research (single machine problems)...if possible for free.

 

Thanks for your time. 

I am trying to draw a triangle with black lines and fill it in gray. Based on the maple help code i am trying this code:

draw(T, thickness = 3, filled = [color = "Blue"])

It does draw the triangle T with the right thickness, but the triangle isn't filled. Any thoughts?

 

help appreciated

 

Pieter

 

I am sorry if this was already mentioned in previous posts but I can not find it. I am dealing with plotting the solids of revolution. It is easy when you have explicit function form, for example 2-x^2. Then, when you want to rotate it around x axis and plot the obtained solid you could write:

> p := plot3d(2-x^2, theta = 0 .. 2*Pi, x = -sqrt(2) .. sqrt(2), axes = frame, coords = cylindrical):
> plots[display](p, orientation = [90, 0, 120]);

 

Just for fun last night I thought I'd try to whip up a simulation of the simple card game war.  The hoyle rulebook - evenly divide the cards up between 2 players facedown, turn over top card, highest card wins.  In the event of a tie the higher of the next overturned card wins (the more common variant is to play 3 facedown cards and turn up the 4th) - but that introduces more complexity to the programming ... I thought I'd tackle that later, but first ...

First 1937 1938 1939 1940 1941 1942 1943 Last Page 1939 of 2434