MaplePrimes Questions

I have an animation in Maple that I wanted to email a friend without Maple.  Is it possible to export Maple Animations as a video file??

Hi guys, is it possible to output images in maple using maplets. So having a form, with a picture in the middle, and an exit button below the picture?

Hello, I am new in maple and I have maple 9. And I want to download some packages, like Statistics or ArrayTools, but I don't where I can find them. Could you help for me?

And another question. I had to rewrite program from matlab to maple. And there is function randn('state',100) in Matlab. It generates random numbers, but they always are the same. So could you tell me if there is a similar function in maple?

Thank you, sorry for my english language and silly questions :)

 

If I have this dependant variables u which depend on (x & y)  if I want to differentiate u with respect to x I have to write diff(u(x,y),x).

Now how to tell maple in on time that every u is a function of (x & y), hence I need to write just diff(u,x).

 

With many thanks in advance

I don't have much knowleged about Maple but following the help I was hoping I could solve the system of equations below. Any help is appreciated:

System of equations:

I'm going through what I appears to be a rite of passage for anyone who wants to call themselves physicists right now.  The infamous John David Jackson "Classical Electrodynamics".

 

I'm going through a solution to a problem that I found but have trouble understanding the last step of the solution for 9.8.  It's the integral involving the value (n.p)(nxp*), and how the author handles that integration and this vector quantity. The integral is over all solid angles.

When the parameter of the Poisson distribution is less than


Statistics:-Sample(RandomVariable(Poisson(10^(-307))), 1)


or greater than


Statistics:-Sample(RandomVariable(Poisson(10^6)), 1),


error NE_REAL_ARG_LE or NE_REAL_ARG_GT appear, respectively.



Is there any way to remove or redefine these restrictions? Thanks.


How do I compute the binary AND of two numbers? (i.e. a & b in C)

Hi,

 i have 2 inequal plots i want to show in the same window:

with(plots):
p1 := inequal({x-y <= 1, x+y > 0}, x = -3 .. 3, y = -3 .. 3, optionsfeasible = (color = red)):
p2 := inequal({y < 0, x < 0}, x = -3 .. 3, y = -3 .. 3, optionsfeasible = (color = blue)): display(p1, p2);

Obviously, this doesn't work. Each single plot works. What can i do ?

 

 

Dear All,

A book had shown me using maple that if I solve({xbx+c=0},{x});

I would get x = (-b + sqrt(b^2-4ac)) / 2  and x = -b - ...    a normal way, the way everyone simplifies it as. 

 

However maple prints out  x = (-1/2) * (b-sqrt(b^2-4ac))/a  and the other x= ....

It is correct, however the formatting is ugly.  Why doesn't it show the same expression in the book which shows maple displaying it properly? 

Hello,

I have to build a simple procedure that will plot the graph and its tangent, however, i wanna go further and plot the x= (asymptot) if the function does not allow a derivative at a point. For instance, Tan(x) doesn't allow any derivative at Pi/2. I can't use the Showtangent command.

I would like to model the kinematics of a collection of points in R^3 - which represent atoms  on a molecule - using Maple. I want to specify the fixed distances between the points.  I just saw a formula in a book I own for the number of degrees of freedom of such a system. I wil have plenty of degrees of freedom with which to work. So, I will begin - in the simplest case - by arbitrarily specifying as many of the coordinates for the points as possible.

Does anyone have an idea of how best to program such a model?

I tried something like

Hello @all !

 

Well, we have a very strange? problem ...

Trying to export the formulas to C we receive the following error:

Error, (in analyzetab[_Inert_PROD]) cannot resolve types in {numeric, void}

The calculation(s) itself works fine in maple 11 and maple 10  but when we try to export the error appears.

So, can anybody help us ?

 

 

Any help is highly appreciated !!

regards, tramzzino

Hi I was just wondering if there is a way to convert a mws file to a text file without maple? It is a uni holiday this week so I have no access to maple.

I was given a mws file as an example for an assignment and i want to rewrite it in c++ so i can run multiple trials on it automatically, but its really hard to work out whats happening viewing the mws in a texteditor. i havnt saved a maple program as text before but im assuming it will just be what my code is without any formatting info which is what im after.

First 2237 2238 2239 2240 2241 2242 2243 Last Page 2239 of 2413