MaplePrimes Posts

MaplePrimes Posts are for sharing your experiences, techniques and opinions about Maple, MapleSim and related products, as well as general interests in math and computing.

Latest Post
  • Latest Posts Feed
  • I have to press 'login' twice to get the navigation bar on the LHS to show me as 'logged in'. This has been happening to me for about a month now, and it is irritating. I am using Firefox 1.5.0.8 on Windows XP.
    I wish to know if there is way to plot the following functions: x1=X1+X2*gamma(t) x2=X2 and x1=alpha*cons(theta)*X1-beta*sin(theta)*X2+gamma x2=alpha*sin(theta)*X1-beta*cos(theta)*X2+gamma where in the second one alpha, beta. and gamma are constants. many thanks, A.

    Maplesoft.com recently posted a new user story that describes how Maple was used by a German company that develops, produces, and distributes towing kite wind propulsion systems for modern means of sea travel and transportation.

    Here is a quote from the company:

    “SkySails is grateful to Maplesoft, because Maple saved us a lot of time. Using Maple was very easy and quick. The computations we used are probably very basic for Maple, but they were extremely effective for SkySails. When testing the simulator, the correctness of the mathematical model is crucial. With Maple, there was nothing to worry about!”

    Click here to read the whole story.

    The following equation cannot be plotted correctly in the usual 3 dimensional plot with Cartesian coordinates. eq := (x^2+y^2+z^2-1)^3 - x^2*z*3 - y^2*z^3 = 0; Either a 3 dimensional implicit plot, or a spherical coordinates plot is needed. What surprised me was how long Maple 10.06 took to produce the latter with very roughly the same amount of detail as the former: 454 s versus 0.7 s. It seems as though one should always prefer the implicit plot to the spherical plot if the 3 dimensional Cartesian plot fails. I would be grateful for any thoughts about this and any improvements to the code below. (Apologies for not posting the worksheet – I think that File Manager might object to its 10MB size!)
    Hi, I am Sripad from INDIA. Here is a query on Maple. If I give Integration of log(cotx)+log(tanx), then Maple is giving me an answer in terms of dilog and I. But actually it should be a constant. Could someone help me, how it can be done in Maple. Regards Sripad
    Sequence A125033 in the OEIS submitted by Paul D. Hanna and Richard J. Mathar, is defined as Number of labeled nodes in generation n of a rooted tree where a node with label k has k child nodes with distinct labels, such that each child node is assigned the least unused label in the path that leads back to the root node with label '1'.
    I have installed Maple10 on Windows XP, but when I execute "maplew.exe", Maple doesnt start. I can only start the classic Worksheet. Can you help me please?
    I'm contemplating purchasing one of the manuals available from the maplesoft website. Has anyone here bought and used any of these books ? Does anyone have any opinions, or reviews they can share with me ? I'm thinking of buying the advanced programming or combined beginning and advanced programming PDF book. Thanks, Dan
    I am taking a class where we have to solve second order differential equations (symbolically) for spherical and cylindrical coordinates. The equations are sometimes written D(r^2*D(f(r)) (all are differented with respect to r, but it has r^2 between first and second differential. Can Maple solve something in that form?
    New York-

    A public school teacher was arrested today at J.F.K. International Airport as he attempted to board a flight while in possession of a ruler, protractor, a set square, a slide rule and a calculator. At a morning press conference, Attorney General Alberto Gonzales said he believes the man is a member of the notorious Al-gebra movement. He did not identify the man, who has been charged by the FBI with carrying weapons of math instruction.

    "Al-gebra is a problem for us," Gonzales said. "They desire solutions by means and extremes and sometimes go off on tangents in search of absolute values. They use secret code names like 'x' and 'y' and refer to themselves as 'unknowns', but we have determined they belong to a common denominator of the axis of medieval with coordinates in every country. As the Greek philanderer Isosceles used to say, 'There are 3 sides to every triangle.'"

    When asked to comment on the arrest, President Bush said, "If G-d had wanted us to have better weapons of math instruction, He would have given us more fingers and toes."

    White House aides told reporters they could not recall a more intelligent or profound statement by the President.

    > f:=x->x*sqrt(1-cos(Pi/x));

    > limit(f(x),x=infinity);

    > L:=n->limit(f(x^n),x=infinity);

    This might give you a bit of a laugh: This is the latest comic from XKCD a webcomic that often posts funny, geeky comics. My personal fave is this one.
    Hello all, I hope someone could help me with my problem, assume: Y:= X + sin(theta1 - theta2) where X, theta1, and theta2 are function of time. I know how I could calculate partial defferention of Y for each variable by maple (such as diff(Y,theta2); But how could I obtain the derivative of Y in respect to time? Roozbeh

    The other day I was doing some not so light recreational reading. On page 83 of GAMMA Julian Havil
    discusses the Bernoulli numbers. Evidently there exists a set of numbers B(0), B(1), ... such that

    sum(k^pwr,k=1..n) = (1/(pwr+1)) * sum((n^i) * B(pwr+1-i)* binomial(pwr+1,pwr+1 - i),i=1..pwr+1)

    Havil listed the first 12 Bernoulli numbers B0, B1, ..... = 1 1/2 1/6 0 -1/30 0 1/42 0 -1/30 0 5/66 0, ...

    He also stated that the Bernoulli numbers were part of the coefficients of the expansion of x / [ (exp(x) -1)]

    Occasionally Maple does not make me happy, if I want numerical integrals with more than the 14 digits which are supplied through the NAG libraries - that may be rather slow. So I wrote my own solution using LCC-WIN32 (a (free) compiler system allowing 104 decimal points of precision), where I coded the double exponential integration method. That gives me what I want to have in reasonable time. Details are sketched in the uploaded zip-file (it contains all what is needed to run the stuff). Some draw-back: this is for Windows only and because of OpenMaple at least Maple 9 is need.
    First 259 260 261 262 263 264 265 Last Page 261 of 307