MaplePrimes Questions

How do I prevent that maple scrolls through the worksheet and stops at the bottom when I want to execute the  whole worksheet. If i want to execute the whole worksheet I just want to stay at the same place in the worksheet and I also don't want to expand previousily closed sections. I use document mode. Thanks in advance

I have a polynomial T:=x-2*y-z + 3;

When i input coeff(T,x); i got 1. How can i get the coefficient 3? Please help me. Thank you.

Just a curious question.

Why when some new applications are added to the application center they do not always get inserted at the top of the list? 

In Vector Calculus there are excellent commands for finding the normal vector to a curve (PrincipalNormal and TNBFrame) but none for finding the surface normal vector. It is possible to display the surface normal vector using PlotPositionVector's normal option, but this is good for visualization only, and the vector can't be used for further calculations.

Am I missing something, or is this really missing form the package?

Two example problems to be solved:

would like to solve for x in terms of z from z in terms of x

however, x2 = RootOf(z2-z3-z1+_Z^3) , what is _Z ?

ex1 := {z1=x1, z2=x3-x2^3, z3=-x1+x3, z4=-x1+x4};
solve({z1=x1, z2=x3-x2^3, z3=-x1+x3, z4=-x1+x4},{x1,x2,x3,x4})

{x1 = z1, x2 = RootOf(z2-z3-z1+_Z^3), x3 = z3+z1, x4 = z4+z1}

aim: To solve the van der pool DE deqn := diff(x(t), t, t)+x(t)+epsilon*(x(t)^2-1) assuming pertubation expansion

I have the bellow code:

display(a); display(b);

where a, b are plots.

The output are two plots on two lines. How can I get the plots to be on the same line? 

Hi,

Is it possible in Maple to output a complex number using j (or i) instead of I ?

thanks,
Andrew

Hello,

 

I wish to enter in the math dot operator but I can't find the way to enter it in the document mod. I also searched the help and did not find a way.

 

all I want is to enter dot(varphi)

 

thanks

Rami

Hi

I have used the series command to expand sin(x) as a Taylor series about x=0, as follows:

In Maple 14

with(epsilon); > f:=[(x-u)^2+(y-v)^2-1,v^2-u^3,2*v*(x-u)+3*u^2*(y-v),(3*w*u^2-1)*(2*w*v-1)]; > printlevel:=2:

               Epsilon 0.618 (C) 2003 by Dongming Wang

[CharSet, ICS, IVD, PID, Prove, RIM, RegSer, SimSer, TriSer, Tsolve,

        dTriSer]

              ...

When I type a operation in maple such as limit, derivative, integral... then I enter. It only show the result. but I want it to show clearly  each step of  solving. What should I do?

Thank

I would like to see all the solutions for the following:

int(1/(a-(b+c)*t),t);

but the result only gives

(ln((-b-c)*t+a)/(-b-c)

For example, I can imagine that if b=-c in the integrand that the solution should be

t/a

and not undefined as it would be by substituting b=-c into the Maple result.

I tried

int(1/(a-(b+c)*x),x=0..t,AllSolutions);

but I didn't find that this gave the answer I was looking for either.

How to obtain a triagular signal ?

Thanks

 

First 1742 1743 1744 1745 1746 1747 1748 Last Page 1744 of 2434