Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

 

 

I am trying to integrate the following expression in Maple. It produces the correct result, but not in the format that I want.

BesselProblem := BesselJ(0, BesselJZeros(0, 1)*r)*BesselJ(2, BesselJZeros(0, 1)*r)*r^3;

int(BesselProblem, r = 0 .. 1);

returns the expression

Hi everyone,

I've been able to generate equations of motion for my system. I want to linearize the obtained equations. How to do it? I've been trying to find some example on it, however, haven't been lucky as yet. Can anyone please help me with this? Anticipating a quick reply!

 

Regards,

Moazzam

i have a problem in resolving this 5 equations eqn1 := (product(1-tau(i), i = 1 .. 4).delta.Delta.tau(0))*(1+(1/16)*(sum((16-j+1)/(g(0))(j), j = 1 .. 16))+(1-product(1-tau(i), i = 1 .. 4).delta.Delta).(1+(1/16)*(sum((16-j+1)/(g(0))(j), j = 1 .. 16)))+(1-product(1-tau(i), i = 1 .. 4).delta.Delta)^2.(1+(1/32)*(sum((32-j+1)/(g(0))(j), j = 1 .. 32)))+(1-product(1-tau(i), i = 1 .. 4).delta.Delta)^3.(1+(1/32)*(sum((32-j+1)/(g(0))(j), j = 1 .. 32)))+(1-product(1-tau(i), i = 1 .. 4...

Just wanted to let everyone know that there is a Maple 16 update available. Maple 16.01 includes improvements to the mathematics, interface, and plotting capabilities of Maple, including:

  • Enhancements to the Physics package in the area of general relativity
  • Translations of tutors and assistants into French and Brazilian Portuguese
  • A correction to the problem in plotting multiple plots at once in non-Cartesian coordinates, as

Okay, so I think this is simple, but I cannot find the command.

 

I get a numeric solution for a system of ODEs, with variables a function of t. Now, I know I can use the sol(t) command to give me the values of my variables at specific values of t. But, how do I get the values of t for specific variable values. There has to be a more efficient way than just plugging in values for t until I come to the answer.

Thanks!

 

Hi,

I'm currently having some issues while trying to find a way of getting the CPU usage inside Maple.

Is there any existing Maple function that will return the percetage of the CPU usage ?

I have Zipped 2 equations together to equate their equivalent Coefficients.  I now need to assign solve the list fot each value of N (1...9) How do I get Maple to do this reliably for the list as N 1..9 does not necessarily occour in sequence.

what is the difference between the autocorrelation function of Maple and MatLab function xcorr?

> N := 1024;
> f1 := 1;
> FS := 200;
> n := Vector([`$`(0 .. N-1)]);
> x := evalf(`~`[sin](2*Pi*f1*n/FS));
> t := Vector([`$`(1 .. N)]/FS);
> plot(t, x, axes = box, gridlines, color = blue, title = "Sinwave of frequency 1000Hz [FS=8000Hz]", labels = ["Time, [s]",

"Amplitude"], labeldirections = ["horizontal", "vertical"]);

Dear Maple Specialists,

I deal with a major MAPLE problem the last months of my PhD.

PROBLEM:
My programm contains a do loop which calculates for given PsiS (purple color) and for a range of Psi1 and Psi2 (blue color) from PsiS to 0, values for the products Qsu1, Qsu2, Qtot .
The aim to calculate w(RLZ) which is obtained when the blue color loop is completed and Psi2 takes the final value 0.

After first tests with my brandnew Maple 16 (64bit) installation on Ubuntu Linux (12.04 Ubuntu Precise) I encountered the following error:

    `evalf/int`, "external hardware float library could not be found/used"

when I run e.g.

     evalf(Int(BesselJ(3,x),x=1..13,digits = 4,method = _d01ajc));

with OpenMaple

I wonder how to fix it.

I have

    export MAPLE=...

and

    export LD_LIBRARY_PATH=......

Using techniques previously used for generating color images of logistic maps and complex argument, attached is a first draft of a new Mandelbrot set fractal image applet.

A key motive behind this is the need for a faster fractal generator than is currently available on the Application Center as the older Fractal Fun! and Mandelbrot Mania with Maple entries. Those older apps warn against being run with too high a resolution for the final image, as it would take too long. In fact, even at a modest size such as 800x800 the plain black and white images can take up to 40 seconds to generate on a fast Intel i7 machine when running those older applications.

The attached worksheet can produce the basic 800x800 black and white image in approximately 0.5 seconds on the same machine. I used 64bit Maple 15.01 on Windows 7 for the timings. The attached implementration uses the Maple Compiler to attain that speed, but should fall back to Maple's quick evalhf mode in the case that the Compiler is not properly configured or enabled.

The other main difference is that this new version is more interactive: using sliders and other Components. It also inlines the image directly (using a Label), instead of as a (slow and resource intensive) density plot.

Run the Code Edit region, to begin. Make sure your GUI window is shown large enough for you to see the sides of the GUI Table conveniently.

The update image appearing in the worksheet is stored in a file, the name of which is currently set to whatever the following evaluates to in your Maple,

cat(kernelopts('homedir'),"/mandelbrot.jpg"):

You can copy the current image file aside in your OS while experimenting with the applet, if you want to save it at any step. See the start of the Code Edit region, to change this filename setting.

Here's the attachment. Comments are welcome, as I'd like to make corrections before submitting to the Application Center. Some examples of images (reduced in size for inclusion here) created with the applet are below.

Hi all,

I am trying to plot multiple ODE plots in Maple 16. I can do them all separately, but cannot figure out how to make to solutions appear in the same plot. I have numeric solutions for sol1 and sol2, and I want to plot A(t), t for each one (together).

Thanks for the help!

I used to work with Matlab and recently I've started to use Maple. In Matlab you can make a function with several commands that does some calculations and calculates one parameter and you can call that function in another function. I need to the same in Maple (i.e. define a function with several commands that calculates a parameter and use the result of that function in another function). Any suggestion?

Hi

How can i convert maple file to matlab ?

First 1576 1577 1578 1579 1580 1581 1582 Last Page 1578 of 2224