MaplePrimes Questions

I would like to investigate the JCHelpCallBack example using OpenMaple. The sample can be found under the directory,

$MAPLE/samples/OpenMaple/Java/jcmaple/

I've set LD_LIBRARY_PATH. And I can compile and run the jcmaple.java sample. That starts up what appears to be a commandline Maple session. And within that session I can issue the help query ?int OK. I can also issue INTERFACE_HELP(display,topic=int) and that too works, although it dispays as double-lined.

hi and thanks for your comment, is it possible to establish some dir as default currentdir (independently of how maple is started)?. How can I know which maple procedures will use currentdir as default directory? Perhaps all of them? If not, what about the others? what does "home directory" mean in maple context? thanks again

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
First 2210 2211 2212 2213 2214 2215 2216 Last Page 2212 of 2427