MaplePrimes Questions

Hi , how do I get the binomial expansion of  1/sqrt(9+4*x^2) .  I am using expand(expression,binomial) . But Maple just

returns the expression.  Thanks .

how to x1, x2 ... with xi in procedure?

b := 1;

for i = 1 to 3 do

     b := b*1/(1-xi);

od;

but xi can not represent x1, x2, x3, which commands can present x1 x2 x3 ?

restart; with(Statistics)

#Define:

A := RandomVariable(Geometric(p))+1; F := Mean(A);M := abs(A-F)/A;

#and ask Maple to find a pdf of the r.v. M:

f := `assuming`([PDF(M, x)], [x > 0])

#Maple 15 gives an answer, but what does it mean by the output for this input

subs(p = 1/3, x = 3, f)

#or how do I plot this pdf of M? Does Maple give a correct answer?

# Why does the error message appear when I do subs(p = 1/3, x < 3, f...

which package containing command to find prime ideal and quotient of ideal?

How to assign value to matrix in procedure?

with(ArrayTools):
kontraHom := proc(M, s)
dim := Size(M);
n := dim[1];
m := dim[2];
R := [][];
for i from 1 to m do
    for j from 1 to s do
        for k from 1 to n do
            R[(j-1)*n+k,(j-1)*m+i] = M[i,k];
        od;
    od;    
od;

c := y^2+2*y*x+x^2-y^2*x-y*x^2

solve(c);

{x = -y, y = y}, {x = y/(-1+y), y = y}

above polynomial find roots using solve

if do reverse to find back its polynomial c from {x = -y, y = y}, {x = y/(-1+y), y = y}

any command to do this? is it possible to do this? which book teach this?

I'm running simulations in which I produce many plots at once, the purpose being to compare differences as parameters are changed. I'd also like to use some of these plots for publication. I've had problems getting good-looking 3d plots. Here's a strange thing I noticed.

Export the graph by mouse-clicking, export to bitmap:

EDIT : IMAGE POSTED IN MY COMMENT BELOW

Export the garph by executing a plotsetup('bmp') command.

 

1. How many and which file format can be used to save a list of formulas?

2. how to append to above file?

i would like to let c# program to read the formula in the saved file

Hello,

 

I am going to solve 2D Laplace equation for function phiΦ(x,y) in a rectangule which has a*b dimension, yet its boundary condition, at least for me, is rather complex. Here it is:

d/dx(Φ)=0  at  x=0 , x=a

Φ=1  at  0<x<a/2 , y=0   

d/dy(Φ)=0  at a/2<x<a , y=0

what is the command to computing syzygy ideal in maple?

Hey,

 

I have a set of Matrices of the form [a,b,c,d], now I since the standard = doesnt work with matrices, but I have to instead use verify I wanted to ask how I write a function that returns true or false depending on whether a new matrix is already contained in the set. Or otherwise I want to filter the set so that I only have each matrix once.

 

Thanks!

Hello all,

I ran this code a few weeks ago and it worked perfectly.. but now that I try it.. it says 'too many levels of recursion' on maple 14 and 'lost connection to kernel' on maple 15. Can someone give me a hint as to what is going on?

I have also attached the file :  allslopes2.mw

Any help is really appreciated

Lovinash

Hi!


How I can pass value directly from slider to expresion without executing whole worksheet?

wzel 

 

question.mw

 


Dear Sir,

I attached an example file to this email via speedyshare, please check it out, also please see the following pasted warning message from that file.

http://www.speedyshare.com/files/29834055/DSsolve_range_example.mw

My analysis gives a warning. Though I have results that look reliable, it is nasty to receive this kind of warning...

Actually what this warning means?
Does it affect the results badly?
How about reliability...

I need to cut a circle into equal pieces like a pizza, but how do I do this through code?

 

Also, I need to be able to find the area, angle, and arc length. Is this possible through code?

 

Thanks!

First 1838 1839 1840 1841 1842 1843 1844 Last Page 1840 of 2434