MaplePrimes Questions

Hi

I want to tell to Maple how much centimers should be the windows of the plot output (or, even better,  of the grid, without considering the labels and title)

So that if I write for ex

I want to print A with 2 seconds interval from the moment I call x:=true until the moment I call x:=false.

How can this be done in Maple ?

Hi all.

Ok, I'm trying to save to a file a set of a complex number, a float number and an integer. According to Maple Help this can be done with:

writedata[append]('terminal',[-0.123456-0.123456*I, 0.1334423423*10^(-15),3], float, proc(f,x) fprintf(f,`%a`,x) end proc);

And it works (the numbers are just an example of what I'm trying to do).

The problem is that I want to change the precision of the second number (or to all of them) to say 5 digits. But when I try as the help suggests:

Hi,

How can I plot two boxes with gnuplot in 3 Dimensions, one small box inside one big box? 
I know that it is possible with 
plot3d(Polygon([[x11, y11], ...[xln, yln]], [[x21, y21], ...[x2n, y2n]], ...[[xm1, ym1], ...[xmn, ymn]])
but how can I do with mathematical equations?
 

How do I use print command to display command such as simplify(..,symbolic)?

 

I have tried

interface(verboseproc=2):
print(simplify);

but this only display simplify command, not  simplify(..,symbolic).


Thanks in advance.

I have a set of simultaneous equations that can be solved using odeplots in Maple.

The problem I have is that i need to understand the chaotic dynamics of this system and to do this i must increase an angle by a tiny amount which boils down to subtracting 1 odeplot from another, how do i do it?

many thanks

f(z):=x^(n)+I y^(n);

diff(f(z), x)=

x^n*n/x

simplify(x^n*n/x)=x^(n-1)*n

 

plot(e^x*tan(x), x = 0 .. 1)

plot(evalf(e^x*tan(x)), x = 0 .. 1)

question2:

sin(0)=0, why this is not sin(0)?

sin(1)=sin(1)?

Hi all,

I need to use the D Operator for the following:

 

I need to formally partial-differentiate a given arbitrary function G(z,w) with respect to two other variables z=z(s,t) w=w(s,t) and then to express the p-th-total-order partial derivatives of z with respect to s and t as a polynomial in the partial derivatives of G with respect to z and w and the partial derivatives of w with respect to s and t, divided by the partial derivative of G with respect to z raised to the power 2p+1.   The eliminate function allows me to eliminate all partial derivatives of z w.r.t. s and t of total order lower than p.

 

Suppose we have:-
 
x = a * e  + (2*b - 3*a^2) * e^2

Now let us find functions:

F(x) = 1 + a * e + (2 * b - a^2) * e^2 + ......

we are just interested in the first three terms.

Now two such functions can be:

F1(x) =  1 + x + 2 * x^2

and

F2(x) = (1-x)/(1-2*x)

How can we find all such functions F(x)?

I have a 3-dimensional dynamic system of ODEs characterized by zero eigenvalues at the origin. I would like to know if it's possible to find one trajectory converging towards the origin.

My system is derived from a control problem and has consequently control-like and state-like variables -- while the neighborhood is typically unstable I need to know if an appropriate choice of initial values can steer the system towards the origin;  I expect at most one such trajectory.

Is there a way to set a default header for every new maple document?

hi everyone. i am a complete beginner to maple, have used it for about 1 hour in total.  could you take me through step by step how to solve coupled equations please. for example:

3x+5y+7x=25, 4x-2y-3z=15, x+y+z=0

to obtain solutions for x, y and z

any help is very appreciated. thank you

First 2068 2069 2070 2071 2072 2073 2074 Last Page 2070 of 2433