Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hi there,

I'm doing a lot of computations with Maple right now (currently the ancient 10 and 12 versions but maybe soon 14).

I would like to do Unit-Tests of my Software as known for instance in JUnit with Java. Is it possible or do I have to use the ASSERT(...) - statements?

Thanks in advance.

let x , y in R , say for example

x=0.1243134710481

y=0.1243234710571

Then we can compare the digits where x and y agree and where they differ.

In the example , x and y agree on the first 4 digits , differ on the next digit, agree of the next 5 digits , differ on the next two digits, and agree on the last digit.

Q: Write a procedure compdigits in maple that given two decimal numbers returns a list stating the number of digits they are...

bestfit1-loop.mw, sn_union2.txt

Dear all

I've written a program, but it shows an error related to maxfun limit when I run it. Can anyone tell me what the problem is? and how can I solve it? The program and the data file are attached.

Thanks a lot.

Hello all,


This is my first time posting here; I usually find answers to all my questions by searching patiently but I was unsuccessful with this particular issue.


I attend an introduction Maple class and i'm building an animated bike as project. I was already rather comfortable with Maple so i'm trying to show off a little by adding lots of cheesy details to the scene, even if unnecessary. However, some objects such as the sky, which i would like to...

Hi all,

I have this function:

restart:

I2:=g->(200*g)/sqrt(0.04+g^2);

plot(I2(g),g=0..1); 

plot(I2(g),g=1..0);

Those two plots give the same result.

Is it possible to invert the x axes to start from 1 ?

I also tried this below, but the result is as above.

x:=seq([g,I2(g)],g=1..0,-0.02);

pointplot([x],style=line);

Thanks

                   

                     gama2 q2 - 2 gama1 XA=0

                    [-1] q1 + [1 - 2 q1] - C=0

              [-1] q2 + [1 - 2 q2] - C + gama2 XA=0

Hello everybody,

I have this equation J:

> J := Matrix(2, 6, [[j41, j42, j43, j44, j45, j46], [j51, j52, j53, j54, j55, j56]]);

it's a 2 times 6 matrix made with the results of other equation, each one of those small j's are long analytical terms.

Later I want to generate a Matlab code of J using this:

> Matlab(J, resultname = "j4", output = "file.m", optimize);

I use the optimize code at the end because then I avoid getting...

Is there any way to use the final answer obtained on a previous section/subsection and use it on a different section/subsection on the same file?

Thanks, Jose

Is there any easy way to browse 3D matrices within maple, other than storing matrices in an array?

How to find the shortest distance between  two points on a cube with Maple? The related twodimensional problem was considered in MaplePrimes, but the thread  seems to be lost. Here are the results of the "shortest distance" search in MP. The results of "shortest distance between two points on a cube" googling do not encourage too.

What happened to all the Maple 5 applications at the maplesoft application center? 

Why just the other day I was looking at them.  Very dissappointed to see them "removed".  In particular a series of applications for mapping. 

The drop down option for Maple5 has dissappeared. 

Are they gone?  Can you put them back?

Since -1 = i^2 I thought that there could be some meaning behind "alternating" series that instead of beginning with (-1)^n begin with (a+b*i)^n, with real coefficients, for abs(a)<1 and abs(b)<1. I'm not sure but it seems that such series are absolutely convergent, because (a+b*i)^n -> 0+0I as n->infinity, hence the term utterly diminishing series instead of alternating series.

As an example,
Where sum((-1)^n*(n^(1/n)-1),n=1..infinity)= 0.187859642462067120248... ,

I just downloaded Maple 15 and am trying to install on a 64-bit Windows 7 machine.

 

About halfway through the installation, there is a step where you are either supposed to supply the path to a batch file that will supply the environment variables that will locate Microsoft Visual C compiler, or supply them later as an option. The instructions say that Maple has a default batch file that will do this, but when that option is chosen, nothing shows up in...


It still seems that the original post won't accept new replies, so I'm starting a new post.

I used to be able to view mapleprimes saved webpages (saved as type archive) offline.

Now I cannot.  All the data is in the file it just won't load the answers and comments part of the page offline?  Does mapleprimes have some script that doesn't run now for offline use?  That's terrible.  This means every page I have saved over the last 4 years is useless unless it loads the answers and comments.  Now they are saved in the file but...

First 1718 1719 1720 1721 1722 1723 1724 Last Page 1720 of 2234