MaplePrimes Questions

Define a slightly messy function - in this case a sum of random Gaussians:

spikes:=sort([seq(RandomTools[Generate](distribution(Uniform(0,5))),i=1..300)]):
Spikes:=add(rand()/1e12*exp(-(Z-spikes[i])^2/2/.001^2)/(1+Z)^(5/2),i=1..nops(spikes)):

Takes no time at all to plot, or evaluate 10^3 times:

time(plot(Spikes,Z=0..5,numpoints=1000,adaptive=0));


Now put the whole thing in a procedure A(z), so that we can use A(z) as a function unless...

Hi everybody, could any one tell me " What is the job of order  round(evalhf(Digits)) ?

Amr

HEY EVERYONE,

HOW CAN I PROVE THE FOLLOWING BOTH ON PAPER AND USING MAPLE 13.

HAVING THE VECTOR A= (A1,A2,A3)

PROVE THAT

cos(alpha)^2 + cos(beta)^2 +cos(theta)^2 =1

I'm doing some algebra with transfer functions, which are often written in LaPlace Transform notation, e.g. f(s) = 1/s.  One often wants to find the "gain and phase" of such, which is easy to do using the following steps:

1) Substitute "i omega" (imaginary unit, omega = frequency in radians) for s.

2) Express the complex quantity in polar (rho, phi) notation -- rho = amplitude, phi = argument (Phase).

So here's my question -- if I am developing...

Bonjour,

            voici un probleme que je suis incapable de regler!

-----------------------------------------

Développer un algorithme récursif de fouille dichotomique et l'utiliser pour trouver, dans la liste suivante:   L = { 1, 2, 4, 5, 6, 9, 11, 16},

                       i...

Hi, this is my first time here so hello! So im working on some questions my teacher gave to me in my class, and im having quite difficulty getting started on them, if anyone could help, that be great, thanks!

2. The first application of Newton’s method is to solve the equation

x

Hi,I explained my problems in the WS below,Thanks in advance.

Prob_defIntrl.mw

Hi,

 

I have the eq. as shown below:

2*x^3+(2*K1*nbo4+3*K2*nbo4*PH2O)*x^2+3*K1*x*nbo4^2*K2*PH2O-3*K1*nbo4^2*Ti*K2*PH2O = 0

where x is the only variable, however I would like to solve this eq with respect to x for a list of 5 different values for the constant K1 (e.g. 1, 2, 3, 4, 5), and then get an output with the 5 numerical solutions to the eq.

I have tried to make the following matrix:

K1 := [1,2,3,4,5]

fsolve(2*x^3+(2*K1*nbo4+3*K2*nbo4*PH2O...

Hello:
I need your help
How to make maple returned the following results:

R1^2/r0^2-2*R1/r0+1  factor  to (-R1/r0+1)^2

Hello. I am trying to plot a few lines in a threedimensional space in maple 14. The lines are doing what I want, bu they are all pretty ragged. Is there something like a smooth function?

Increasing the numpoints improves the situation, but my processingpower isn't big enough for satisfactory results.

Thanks a lot Ivo

The Code:
> with(plots);
display(
[implicitplot3d([y = 1/x, y = 2*x/(1+2*z)], x = 0 .. 3, y = 0 .. 4, z = 0 .. 2.5, numpoints...

I have some rather complicated equations which Maple couldn' solve analytically. So I plotted the intersect (which worked) and now I wanted to extract the data from the plot to use it in Origin. I managed to get the data with the op comand but somehow I can't use writedata to create a txt file.

In addition does anyone now how to get the length of the output array from intersectplot?

Is there a better way to get what I want?

Hello,

I have a parametric function which represent an angle and parameters are angles too.

theta=f(nu,phi)

I plot theta whith plot3d but when theta become inferior to -90°, maple draw a gap of 180°

How can I plot theta without gap ?

 

Thank's

 

Greetings All 
I can create/plot an egg shape waveform using the equation 
below:

 
y(x) = sqrt(abs[sin(x)+0.1sin(2x)]) 

Here's a link to it below/ image of it attached 
http://dl.dropbox.com/u/6576402/question2.jpg 

However I would like for it to follow the 
Fibonacci...

I want to export a figure,

whatever the format I select, for example bmp,

I found that the resolution of that exported bmp file is fixed 400*400,

how can I change the resolution with a command,

because of its precise control,

help me,

thank you in advance.

This is for a calculus lab.  I need to show my students how to do this with Maple.

 

int(int(int(VectorCalculus[`*`](VectorCalculus[`+`](r^2, VectorCalculus[`*`](r, cos(theta))), r), z = 0 .. sqrt(VectorCalculus[`+`](a^2, VectorCalculus[`-`](r^2)))), r = 0 .. a), theta = 0 .. VectorCalculus[`*`](2, Pi))

It only does the inner integral and gives  ...

First 1931 1932 1933 1934 1935 1936 1937 Last Page 1933 of 2434