Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hello,

I was following the Getting Started tutorial wher it shows how to do a Taylor series expansion about z=2, for a 4th degree poly.  Maple returns

error, unable to parse 'mverbatim'

Further in the tutorial it asks me to type (x+2y)^3 when upon pressing enter, it returns the same error.

What can be done to correct this error?

 

Thanks,

Cary M.

Is it possible to construct a fairly complex Punnet square inheritance matrix in Maple 13?

Suggestions and examples or urls would be appreciated.

Cheers

Bryan

I was wondering how to find the distance between 2 points on Maple 13. For example points (-1,3) and (4,-2).

the problem is as follows:

if((a>0) and (b>0) then (c:=2*a, d:=3b, e:=9b.....)

elif ((a<0) and (b>0)) then (c:=.., d:=..., e:=....)

elif.....

.....

else c:=..., d:=..., e:=...

end if

 

i know i have the if conditions right, but not sure about sequential conditions..what is the correct syntax for this??

I'm getting errors like parse errors, unterminated if, and invalid sequence (on the :=)...

array.mw

if I assign an array to the variable name x via another named array (A) then if I change all of A, x remains unchanged. this is what I'd expect

however if I change just one element of A then x also changes

this is illustrated in the attached worksheet.

Why is this happening? And how can I stop x from changing if I change a single elment of A?

thanks

Hi

I'm exporting arrays of plots as html (so I get multiple gif files). At the moment I do this off the menus (file\export as) is there a way to write this command at the prompt in worksheet mode?

thanks

I am trying to resize some 2D and 3D plots. I find that the following writes a resized plot to the desktop, but it is cumbersome to use in a program when there are multiple plots:

MYPLOT := %:
     plotsetup(jpeg, plotoutput = "/Users/username/Desktop/EXPAND.jpg",

     plotoptions = "height=1000,width=1000");
MYPLOT;
plotsetup(default)

 

Click Maple Math, enter x^2/(1+x).   The Preview disappears as soon as I press "/", and the result is not pretty-printed.

x^2/(1+x)

Look here concerning this theorem, which states that in any triangle, the three points of intersection of the adjacent angle trisectors form an equilateral triangle, called the Morley triangle.

Help me find all the lines that are carried out from the origin and perpendicular to the 3-D surface.

plots[implicitplot](tan(x*sqrt(cp^2/3220^2-1))*(cp^2/3220^2-2)^2+4*tan(x*sqrt(cp^2/6450^2-1))*sqrt((cp^2/3220^2-1)*(cp^2/6450^2-1)) = 0, x = 0 .. 14, cp = 0 .. 7000, gridrefine = 7, signchange = false),

the command above can't give me the whole figure, it lost some points in [0,3.5(approximation)],

can someone help me,

thank you very much

On my computer the following command for weighted median calculation

with(Statistics):
n:=60000;
X:=Sample(RandomVariable(Normal(0,1)),n);
w:=<seq(i,i=1..n)>;
Median(X,weights=w);

is worked for n=6000, but don't work for n=60000.

How it is work on another computers ?

Please, check.

I am working on this d2.pdf       problem,is ther any solution with maple?

 The coefficients are function of (T) and I would like Si's is also a function of T.

The well known(!) Heun's equation is,

 

df:=diff(y(z),z,z)+(gamma/z+delta/(z-1)+epsilon/(z))*diff(y(z),z)+(alpha*beta*z-q)/(z*(z-1)*(z-a))*y(z) = 0;

 

The solution is the general Heun's functions and it should be written as HeunG according to the help file of Maple 14 but my solution is found in terms of some function called HG which is not listed in the help system.

1. Are they the same?

I am using display command to get implicitplot. But I only get the graphs in one red colour. I want to get graphs in different colours. How to do that? 

 

First 1766 1767 1768 1769 1770 1771 1772 Last Page 1768 of 2224