MaplePrimes Questions

I am looking to plot3d a triple integral, and i seem to be having difficulty. I am using Maple 12 and the cod as follows.

 

EX:

plot3d(int(int(int(y,z=0..5),y=0..5),x=0..9));

Is there a way to use maple to plot the vector field for the differential equation: (x,y)' = ( sin(pi*x) , xy - 1 ) ? Note (x,y)' is a vector, that would normally be written in column form. I'd really appreciate any help you can give, thank you.
I've run into a problem with Maple. When I solve a trigonometric equation, for instance sin(x)=0, it responds with only one solution, even though there are countless. So what I mean is, when I type: solve(sin(x)=0,x) -> x=0 x = 0 is of course correct, but I would really like it to give the general form of the solution for such an equation. My TI CAS calculator responds with this general solution set: x=c*3*pi , where c is a random integer, Z, (any whole number). Is there any way to make Maple give such a respond as well?

View 10874_ode.mw on MapleNet or Download 10874_ode.mw
View file details

I have an ODE that has to be solved over a range of x .....but i have difficulties in formulating the boundary conditions since i have certain constraints on them.

My B.C 1 is t(x) = c + (c-1)*erf(x)

B.C 2 is t ' (x) = (c-1)*(2/sqrt(pi))*e^-x2

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.

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