MaplePrimes Questions

Hi,

I've given this problem (not exactly in this form though- therefore this is not giving the same problem again) in this forum months ago, and got a valuable suggestion.

Now, I want to take a different approach for the solution, I want to use root finding (say, fsolve ). Can anybody please tell me why the fsolve isn't working, how I can fix it ?

If possible, please send me a worksheet.  

The problem is -------  

Thank you Your more general solution works very well. I am very new to maple so still struggling with basics.

How would I get maple to display each part of the output on a line, i.e. A,B,C,D prints on seperate lines.

I am trying to compute the diffusion coefficient from the diffusion equation. I can compute the analytical solution and evaluate it for the parameters I know and for the known time t to get this function:

f:=x->
646.0548255+(309.8026777+568.8289152*I)*((.8781989023+.4782956073*I)*ln(1.+(-.8781989023+I*((-1)*.4782956073))*exp(10000000*((-1)*9.013850411)*Dif+(61.46924721*I)*x))+(.8781989023+.4782956073*I)*ln(1.+(-.8781989023+I*((-1)*.4782956073...

So basically I'm trying to slice a tesseract, with a 3D surface but first want to be able to slice a cube, with a 2D plane. so I have a 3D plot of a polygon of a face (of a cube) and I want to find the intersection of that with a plane. intersectplot doesn't seem to be working for me, and I'm unsure of how to represent a finite face of a cube as a plane

 

Heya,

I am trying to plot a graph in Maple on the (u,v) plane and I am struggling to work out how to do it.

Consider the change of variable

x=u^2-v^2                    y=2uv

Plot the lines in the (u,v) plane where x and y are constant.

If anybody could help  me in plotting this graph I would be very grateful.

Thanks.

Solve the inequality sqrt(4*x + 6) - (x^3 +7*x^2 +12*x +6)^(1/3) >=x^2 - 2.

Please help me. Thank you.

Hi everyone,

I tried to solve the following system of equations with Maple 15:

 
You can copy paste the commands below to get the equations
pde1 := [diff(`#msub(mi("n"),mo("&uminus0;"))`(x, t), t) =
diff(`#msub(mi("n"),mo("&uminus0;"))`(x, t), x)+n[o](x, t)-`#msub(mi("n"),mo("&uminus0;"))`(x, t)]

 

pde2 := [diff(n[o](x, t), t) = 0.3139e-2*(diff(n[o](x, t), x, x))-2*n[o](x, t)+`#msub(mi("n"...

Hello

I have an equation of power (P)with 3 variables. The variables are R (resistance), ω (frequency) and K (spring stifness);

I would like to find out the optimum value of R and K to maximize the comulutive value of power when the ω is varying from ω1 to ω2. To do so, I should do the following steps:

 Step 1: Calculate the integral of Power when ω is changing from ω1 to ω2 : U(R,K...

I have 2 equations for example

A xyz+B xy^2z^2 +C x^2yz^2+D xyz^2 +E z+ F   =   G xy+H xy^2+M x^2y+P

I need to equate the coefficients..  Now by inspection equating like powers of x and y

G=Az+Dz^2

H=Bz^2

M=Cz^2

P=Ez+F

How can I get  Maple to do this?

 

I am really struggeling with these 2 questions.. 
need to plot this in maple

Fourier: 


This is my last 2 questions on my school report that i need to deliver tomorrow


Can someone tell me how Maple coding written in worksheet mode can be fully transferred into a Word document taking all maple's commands, alignments and any section's arrows as they apper in worksheet mode? 

I found that after using "Export as" (tried everthing there), my worksheet appers to be abrupt, alignment of certain codings changed and all the arrows of sections removed.

Please tell me how to deal with this issue, I need to transfer my maple coding...

Hello I have a large set of data (in Excel) with GPS output (East/North?Long/Lat) and water depth from sonar. Data points are taken in 1Hz. 

I would like to plot a mesh like 3D plot with a depth in different position. 

It works nice in MATLAB with 'mesh' but I am stragling to do anyting in MAPLE.

I don't know what commend to use for the plot. At the moment they all gives me errors.

I'm trying to solve this in maple 15:

FOURIER:

 



how do i solve this?

> restart:
> with(plots):
> Int(sin(n*Pi*t/L)*sin(m*Pi*t/L), t = -L .. L);

 

I have the fractcal of a snowflake

Problem. In the plane 2*x -3*y +3*z -17 = 0, find a point M such that the sum of its distances from the poits A(3, -4, 7) and B(-5, -14, 17) will have the least value.

First way.

restart:with(geom3d):

point(A,3,-4,7):

point(B,-5,-14,17):

plane(P,2*x - 3*y +3*z -17=0,[x,y,z]):

reflection(Q,A,P):

line(BQ,[B,Q]):

First 1756 1757 1758 1759 1760 1761 1762 Last Page 1758 of 2434