Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I have downloaded and unzipped a student version of Maple 14. When I click on the icon named Maple14MacInstaller.app, it flashes and nothing happens. What now?

Mac w OS X, 10.4.6, 3.06 GHz Intel Duo with 4GB RAM.

Hi,

I have been looking for "creating a folder"-option in my group in Maplecloud. Is this possible at all or can I really only have an hierarchy depth of one?

Best regards,

Al

Since Maple 14 requires a new version of the license manager (which isn't downwards compatible for some reason..), I'm currently trying to figure out how to run two versions of maplelmg on the same Linux host, one for Maple versions 13 and below, one for 14 (and above).

Of course, this would have to happen either on different ports or another IP on the same host, which doesn't really bother me, the problem is that I cannot start two maplelmg's on the same host because...

loop.mw

I want to use loop to get results for two satements with one counter

like this:

for i from 1 by 1 to 5 do Y_i :=i , X_i :=i^2 end do

but maple shows this error unterminated loop

I need to use some statements in one loop and I separated them by comma but maple gives error

What should I do?

  Dear all, I am using fsolve to solve a complex equation. When I solve it, I get the following error:

Error number of equations, 1, does not match number of variables, 2.

But the variables are just one (named u1) I think it is a problem with assume but I am getting cracy to understand the problem.You can find in attachment the short maple file. I try to solve equation e4 for variable u1.

thanks
Alberto

 Attachment:

the integral
>int(1/x^2-cot(x)/x,x=0..infinity,CauchyPrincipalValue);
with Maple ?
Stars predict it equals Pi/2. Maple 13 easily cracks the integral
>int(tan(x)/x,x=0..infinity,CauchyPrincipalValue)=Pi/2.



Download Simplify_Problem.mw

How come the simplify command does not do a better job of reducing the term?  As anyone can see, all the terms share a common factor in the numerator and denominator which can be cancelled out.  And the factor jw is common to all terms.  See attachment.  Ratch

Some of my students have experienced a phenomenon where all of a sudden all the Maple input and output (this is in pretty print, not Maple text) piles up at the top of the screen all garbled and cant be recovered.  Has anyone else experienced this, or more importantly, does anyone know how to fix or prevent this?

We are running Maple 13.  Thanks.

A new edition of Maplets for Calculus  (M4C) is now available.  M4C v1.3 is a collection of 129 maplets for calculus students and instructors.  The 35 new maplets fill in some gaps in the coverage of precalculus and single variable calculus and begin to address multivariate topics. Each maplet provides a customized graphical user interface (using 2D and 3D graphics and animation) to provide immediate, step-by-step guidance through an endless supply of random ...

Hi,

In "Maplet Builder", how can i define a  procedure?

 

(Thank you  for your attention.)

Hi there,

 

i've wirtten a library for maple12, say "MyLib", which is given by the files "MyLib.ind" and "MyLib.lib".

I've done this via

> restart;  
>  march('create', "<path>/MyLib.lib", 1);
>
> read "functions.txt";
>      
> savelibname:="<path>";
> savelib( `MyLib` );

where "functions.txt" is given as

MyLib:= module()
 

How would I compute the x-coordinate of the symmetry axe of a quadratic function?

How could I write this as a procedure?

Thanks alot in advance.

- Al

How do I convert an expression like 22=K/.9 to latex.

If I right click 22=K/.9 or write latex(22=K/.9) I get  22= 1.111111111\,K - in other words it decided to evaluate 1/.9 before converting it.  To me this 1.11111 is wrong - it's an ugly approximation of 1/.9 - why can't it just leave the equation alone?

So again, is there a way to convert an expression to latex without this evaluation happening? 

(I'm using maple13)

Thanks,

I'm in a calculus course in college right now and my professor wanted us to buy a copy of Maple, so I did.  I bought it for my Mac, but the software seems to be having trouble with basic operations, like adding, subtracting and multiplying.  If I were to try and add 2+3, for example, I can type in "2," but then when I try to type in "+," it deletes the two instead and freezes the Maple program itself.  I have no idea what's going on.  PLEASE HELP!!!

How to solve with numeric pdsolve?

first domain: from 0 to x1 (for example: from 0 to 0.2), thermal diffusivity, a1=1*10^(-6), lambda1=3
second domain: from x1 to x2 (for example: from 0.2 to 0.3), thermal diffusivity, a2=5*10^(-7),lambda2=1
IC:=T(x,0)=298 for both domain,
BC1:=T(0,t)=1200;
BC2:=T(x1+x2,t)=D[1](T)(x1+x2,t)=-10*(T(x1+x2), t)-298)/lambda2),

Regards
wzel

First 1774 1775 1776 1777 1778 1779 1780 Last Page 1776 of 2224