MaplePrimes Questions

Hi all,

Here is a description to the gamma density function:

http://en.wikipedia.org/wiki/Gamma_distribution

Basically, I am studying how to numerically integrate against the
gamma density function for kappa < 1.

As you can see, the key difficulty for the kappa < 1 case is that in
the integrand there is a term

x^(kappa-1)

and we have to integrate starting from x=0 all the way to x= +
infinity...

I use the GraphTheory package to draw graphs with DrawGraph. These drawings, I often use for educational purposes or for scientific papers. However, in black and white these graphs are not very clear. I would like to change the form of the nodes and the color of the edges and nodes. Is this possible?

Hi All,

Hello, just a couple plotting related questions.

1.  I have a plot with 3 curves on it and the legend appears with curve 1,2, and 3 vertically stacked instead of horizontally side by side.  This shrinks my image incredibly.   How can I change this? 

im having a problem to do a PWM(pulse width modulation) using maple..please anybody know to do it..

HI all,

 

Here is an excerpt of a procedure I am working on:

>for i from 0 to N while T[i] <= rb do

>......

>Calculations

>.....


>X[1+i] := evalf(F(T[i],X[i]),15);
>T[1+i] := evalf(T[i]+h, 15);
>end do:

where rb is the rignt boundery

For example, if N equal 1000, knowing that X(T[0])=X[0] and F is an arrow procedure that depends on T[i] and X[i],  I will have 1001 elements that I could put in a list like:

[  [t[0],X[0]], [t[1],X[1]], ....]

 

I have Maple 11.01 and Im doing simple taylor and series commands. Perhaps I'm doing something wrong but I cant figure out what it is. This is my problem:

f := arctan(3*x);
taylor(f,x=0,3);

and the output from the function is: 3*x+O(x^3) but my "Texas Instruments TI-89 Titanium" and the "Maple TA" website say that the correct answer is 3*x-9*x^3

 

1-x  1 3

1 5-x 1

3 1 1-x

Good Day!

I numerically solved a system of ODEs with dsolve for the functions p(x) and q(x) over the domain x=[-1,+1].  Boundary conditions are specified at x=-1 and x=+1.  The output is a listprocedure.  

I want to determine the n-th derivatives of p(x) and q(x) at x=0.  Alternatively, I want the power series representation of p(x) and q(x) about x=0.

I would appreciate any advice on how to use Maple 10 to accomplish this.

Thanks.

Glenn

Hi I'm looking for a way to represent groups in Maple.  I have looked at the groups package, and still don't know how to deal with cyclic groups, or how to deal with elements of a group.  Note, I think I know how to do these things for permutation groups but what if I want to do it with a different group, like Z3. I really appreciate any help you can give me, thank you.

In 90's Maple was cool. Such things as fi, od, op, nops etc. were cool. They attracted many geeks.

LinearAlgebra:-LA_Main:-ReducedRowEchelonForm, end if, end do, and even ArrayNumElems  are not cool. That may be the reason, together with new Java interface (extremely not cool) why Maple stopped being cool in 2000's.

Alec

Hello, can anybody explain-me (or give-me a link about) the Maple default directory configuration. Specially the signification and difference between the terms: currentdir homedir (in kernelopts) UserDirectory (in maplesys.ini file) Thank-you

ok just trying to integrat something here

-[(tan(theta)) dtheta]/[sec(theta) (2cos(theta)-1)^(0.5) (1-cos(theta))] = (sqrt(Mgh/A)) t

 

and get to sec(theta) = 1 + sech (sqrt(Mgh/A)) t 

 

any advice?

Hello,

I have a simple acceleration/position problem that I can't figure out how to use piecewise to put into Maple --- can anyone assist?

First 2215 2216 2217 2218 2219 2220 2221 Last Page 2217 of 2431