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
  •   hi,

      suppose i have an ode system:  ip(t)+Cp*(diff(vp(t), t)) = 0, Lm*(diff(im(t), t)) = vs(t), Lp*(diff(ip(t), t))+vs(t) = vp(t), ip(t) = im(t)+Cs*(diff(vs(t), t)), im(0) = Ip1, ip(0) = Ip1, vs(0) = 0, vp(0) = 0

    Try to generate a random matrix modulo m using, say, examples from the ?LinearAlgebra,Modular,Random help page.

    I wanted to see how difficult it would be to use the OpenMaple API from a C# program.  It turns out that it is pretty easy to access C .dlls from C#.  I was able to reproduce a commandline equivalent (minus the command history and editing features). 

    The source code can be found here: openmaple.cs

    I have installed maple12 on a 32-bit computer and now realized that it is too weak. I would like to reinstall it on a much more powerfull 64-bit computer.

    I already activated maple12 for that 32-bit computer.

    How can I do that?

    Thanks for any help.

    F.

    Studying the integral bug discussed in Axel Vogt's blog, I met the following,

    residue(arctan(z)^2/(1+z^2),z=I);
    
                                     1/2      1/2 2
                                    2    (z I)
                           1/2 I ln(-------------)
                                          2
    

    Not talking whether the residue has sense in this case, or not, having z in the answer is very wrong.

    Alec

    I was recently forwarded a link to this Snopes article.

    According to the urban legend described therein, text is still readable if all the letters in a word apart from the first and last are randomized. I quickly threw together a Maple worksheet, primarily using its flexible string manipulation tools.

      restart; Digits:=14;     # using Maple 12.02
      J:=Int(arctan(z)^2/(1+4*z^2),z=0..infinity);


      evalf(J);
                               0.40325004753375

      value(J); evalf(%); Re(%);

                    ...
    Need help solving Iterated Double Integrals? See the interactive Iterated Double Integrals Video Tutorial: Video Tutorial: Iterated Double Integrals (Ctrl+click on link)   Alternatively, view the attached worksheet for a brief review of the concept and solutions for 2 examples using 4 different Maple tools.   Feel free to

    Following the midi crash course written by Daniel White, and using a table of midi note numbers, it is rather easy to write a Maple procedure producing midi files. Here is an example that I posted in Simple Sounds thread, slightly modified by adding an instrument as a 3rd parameter:

    Does Maplesoft provide Maple help menu online?

    Does anyone know what happend to the version of Maple that would run on a Casio PDA? Is it still possible to obtain this software, and is there any PDA that will actually run it?

    Go to http://www.facebook.com/pages/Maplesoft/47238276041. Maplesoft on Facebook? Math talk mingling with my meaningless personal status reports? Are we now laying a clear path for the Maple world to walk right into our private lives? Now I’m worried.

    Bonjour,
    Je travaille avec mapple et je me suis retrouvé face à un probleme.
    J'ai une procedure s'appelenant myproc je veux résoudre l'equation suivante myproc(x)=1,ça me cause des probleme que je n'ai pas su resoudre.
    En effet, "myproc" contient une procedure if.
    Je dois donc faire solve('myproc'(x),x),ça me genere des solution de la forme, RootOf (n*myproc(_Z)) que je n'ai pas su évaluer.
    De l'aide.

    Let f(y,θ)=y ∗ exp(−y) ∗ cos(k ∗ y ∗ cos θ). The double integrale, first over θ, from 0 to π, and then over y, from 0 to infinity, is equal to π / (1 + k^2)^(3/2) (see, Gradshteyn and Ryzhik, 6.623.2).

    Maple is doing well, already in version 7 (my very first verison). You can check this by issuing the following commads
    f:= cos(k ∗ y ∗ cos θ)/Pi :
    i1 := int(f , θ = 0..Pi) :
    i2 := int(y ∗ exp(−y) ∗ i1, y = 0..infinity) ;

    Hi:

     

    I purchased Maple 12 after talking to a sales rep and was given download link and a temporarary purchase code I could use to activate Maple 12. What is the next step? Will I have to obtain some kind of permement activation? and how can I do this? Thanks!

    First 178 179 180 181 182 183 184 Last Page 180 of 308