MaplePrimes Questions

I want to write this down in the maple:

V is a vector field namely(in cartesian coordinates) V:=VectorField(<u(x,y,z),v(x,y,z),w(x,y,z)>)

Now I want to make a vector like this:

(V.Del)V

which if write into components will be:

u*(diff(u, x))+v*(diff(u, y))+w*(diff(u, z))

Hi there,

I am using the bodeplot function to plot three transfer functions, and for this I need to specify each one with a different color set. I can use the color="blue", but that assigns all the transfer functions to blue. How can I differiante between them?

Impedance_plots_afte.mw

 

 

 

 

Hello,

I am very new to maple. I am trying to determine x, y, z and the intersection the following tori:

((x * cosθ j+ y * sinθj -r)2 + (x * sinθj - y * cosθj -r)2 + z2 + a2 - b2 )2 - 4 * a2 * ((x * cosθ j+ y * sinθj -r)2 + z2) <= 0

for j = 1,2,3.

Hi

I try to solve following equation with the "solve" command, but an error "Warning, solutions may have been lost" is appered. tell me how can I solve this problem.

tnx

solve(-2.711505682*x-7.65*ln(3-x)-3/8*x^3+8.422482772=0 , x); 

Dear Primers

I have an exponantial equation of the form below:

eq161 := 1/2*alpha^4*(-2*exp(-1+1/2*(4*alpha^2+1)^(1/2)+1/2*(-4*alpha^2+1)^(1/2))*(4*alpha^2+1)^(1/2)+2*exp(-1+1/2*(4*alpha^2+1)^(1/2)-1/2*(-4*alpha^2+1)^(1/2))*(4*alpha^2+1)^(1/2)-2*exp(-1+1/2*(4*alpha^2+1)^(1/2)-1/2*(-4*alpha^2+1)^(1/2))*(-4*alpha^2+1)^(1/2)+2*exp(-1-1/2*(-4*alpha^2+1)^(1/2)-1/2*(4*alpha^2+1)^(1/2))*(-4*alpha^2+1)^(1/2)+2*exp(-1+1/2*(-4*alpha^2+1)^(1/2)-1/2*(4*alpha^2+1)^(1/2)...

I have been trying to obtain a 3D plot of f9x,y)=(x+y)e^(-x^2-y^2) and it keeps outputting  "warning unable to find numerical values for the in the region....blah blah blah"

Here is my call sequence


> plot3d((x+y)*e^(-x^2-y^2), x = -1.7 .. 1.7, y = -1.7 .. 1.7);
Warning, unable to evaluate the function to numeric values in the region; see the plotting command's help page to ensure the calling sequence is correct

Anyone know what to do? ...

Can I install both 32 and 64 bit version on one PC? (64 bit in Program Files and 32 bit in Program Files (x86))?

If so, does it mean  I will need to use a second license? Not a problem, my Office version is 32 bt and have Maple 64 bit installed and I want to use Excel.

Hi

I am trying to do an animate plot of the Lorenz System, so that it appears as time progresses.

I have solved the equations numerically using rkf45 (using a code i found somewhere else, not taking credit for that! This is the code i used to solve it http://people.oregonstate.edu/~peterseb/mth480/docs/lorenz.pdf) and now i wish to plot the solution evolving over time using animate.

That is, something that will plot a bunch of rectangular boxes in 3d, instead of a bunch of rectangles in 2d.  Thank you.

Download problem_for.mw

I use some codes to find the coefficients of given functional expressions. But in the procedure of operation, "Error, invalid 'if' statement" is showed. How can I do to solve the error?
If this structure of code can't find the coefficients, how to get the coefficients?

P.S. the coefficients of given functional expressions like this:

given Ex:=a*x+b*y-d*z+e*y-f*x-m*z,

let say I have a rod(x-direction) with a mass at each end. I want to apply two different forces(both z-direction) to the ends of the rod. Also, i want the force to be always perpendicular to the rod length. The rod is supposed to be spinning. However, the rod only move at the speed due to the larger force.

How can I make the rod to be spinning(each end move at different speed)?

And, how to use the solid green(flange A)? I am very curious about this asI believe...

When using the command "for", the results are placed in a column,such as if we input
for i from 1 to 3 do  i end do, the results are showed as

1

2

3.

This style is not convient to use for following computation. So how to put all results into a list or set ?

Can anybody explain why the same dsolve-command gives the correct results in Maple 13 and an unexpected complex result in Maple 15?:

Download problem1.mw

Give a polynomial a*x+b,We can use the command "coeff" to get a coefficient of x. Unfortunately the command does not work for functional work. I have a comlicated functional expression, and want to get the coefficients of some given basical term. How can I do to get the coefficients?

arclengthtrig.mw

 

Each time I try to appriximate it 5 decimal places it returns something else.

First 1799 1800 1801 1802 1803 1804 1805 Last Page 1801 of 2428