Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hi friends,

is there a way to convert a Maple 13 worksheet into a Mathematica 7 Notebook automatically?

Thanks for help

Walter

I would like to translate Maple's products into Russian and to help russian users in Maple's education.

Working in Calculus Study Guide which uses EpsilonDelta maplet in examples and problems. Study Guide says to enter epsilon and delta values in fields at right, or to use sliders. Sliders function for rough work. However, fields displaying vlalues are grayed out and do not accept entries. Difficult using sliders to get precise small values. Is this a program error or something I am overlooking? Thx.

 

In a recent blog post, I pointed out that Maple did not have a built-in functionality for drawing graphs that arise in computing volumes by slices. However, I did provide several examples of ad-hoc visualizations that one could build with the graphing tools in Maple.

 

Recently, a user called attention to a weakness in the Student Calculus 1 command, VolumeOfRevolution. This command (and the tutor built on it) will draw a surface of revolution bounded by the surfaces generated by revolving the graph of one or two functions.

In particular, Maple contains the Logic package, which is useful in teaching. But I do not understand the outputs of the Normalize command. Here is an example:

>with(Logic);

[`&and`, `&iff`, `&implies`, `&nand`, `&nor`, `&not`, `&or`, `&xor`, BooleanSimplify, Canonicalize, Contradiction, Dual, Environment, Equivalent, Export, Implies, Import, Normalize,
 Random, Satisfy, Tautology, TruthTable]

>f := Random({A, B, C});

Hi,

 

I tried to start a daemon for Maple 14 in Ubuntu 8.04 OS, but when I try to run lmgrd,it says that there is no such file or directory. Can any one give an idea on what the problem is and how to over come it.

Below are the output of few of the commands.

1)O/P of command "file lmgrd"

appmath@appmath-desktop:~$ cd /root/Maple_Network_Tools/FLEXlm/11.7

Is it possible to change the font size of the Maple output?

And if yes, how?

When I simplify the following two (to my mind identical) expressions, I get different outputs. But why?

s1:=exp(ln(((mu)^(2))/(sqrt(((sigma^(2)))+(mu)^(2))))+(1-phi)*ln((sqrt((((sigma^(2))))+((mu)^(2))))/(mu)));

simplify(s1);

and now just replacing sigma^2 by sigma2 gives:

s2:=exp(ln(((mu)^(2))/(sqrt(((sigma2)))+(mu)^(2))))+(1-phi)*ln((sqrt((((sigma2))))+((mu)^(2))))/(mu)));

simplify(s2);

Hi friends,

It is a simple question but I got confused... The best way to explain the problem is the example below (I modified my example to make it more clear and easier):

gCount := 1;

hCount := 5;

dCount := 10;

lineCounter := 1;

for k to gCount do

  for i to hCount do

    for j to dCount do

Here's an assume vs assuming difference worth keeping in mind

> restart:
> is(x^2>=0) assuming x::real;
                                     true
 
> restart:
> f := proc() is(x^2>=0); end proc:
> assume(x::real):
> f();
                                     true
 
> restart:
> f := proc() is(x^2>=0); end proc:
> f() assuming x::real;
                                     false

Hi, im Gabriel from chile, and probably my english wouldnt be very good :P.

Im working on a problem that needs to be solved numerically, its a set of coupled non linear equations. Im succefull in finding the solution given a set of initial conditions, but the problem I have is when I try to save those solutions.

I want to save them in a .m file to fully recover it when I start the session again (it take some time in find the solution, and I have to iterate the...

Hello, I need to know how to graph in Maple as follows:

the plane 2x + 3y - z = 5 and the cylinder x ^ 2 + 4y ^ 2 = 9 x ^ 2 + y ^ 2 = 1.

The idea is to plot everything in a single graph, as shown in the books of calculation.

I have tried in various ways, but I do not go away.

Dear Maple Users

I know how to create 3D plots of geometrically defined objects in Maple. One can rotate the plot by plain dragging. What I would like, however, is to make the same thing happen on my website. Is it possible to export the 3D plot into some file format and embed this object on a website? They have done it on this page:

http://mathworld.wolfram.com/Catenoid.html

I will be...



How could develop the following in Maple:

I tried to solve the following nonlinear equation system:

with(Statistics):

Y9 := RandomVariable(LogNormal(a, b)):

solve({mu=Mean(Y9),(sigma)^(2)=Variance(Y9)},{a,b}, UseAssumptions) assuming a::real, mu::real, sigma>0, b>0;

 

The problem is that the conditions, which discriminate between the cases of the piecewise solution are puzzling, not to say impossible to meet.

E.g. at the end of the first row it says:

First 1797 1798 1799 1800 1801 1802 1803 Last Page 1799 of 2224