MaplePrimes Questions

Typically, plots on a Maple worksheet fill substantial portions of the printed page when they're printed out.  What I'd like to do is resize plots, prior to printing, such that they're smaller when printed.  I'd also like all plots on a worksheet to print out at the same size.  Note that simply highlighting a plot on the Maple worksheet and then pulling the corner to resize it, is not what I want to do:  I find it very difficult to anticipate the...

 

Hello.

I would like to do 2D pointplot, where each x,y come from GPS reading, and each point have a colour dependent on z, where z is same measurement taken in each position ...

Basically, I have the code

solve([E1, E2, E3, E4, E5, E6, E7, E8], [C1, C2, C3, C4, C5, C6, C7, C8])

and I want to store each of the solutions (C1,C2,C3...) as a different variable.

How would I go about doing that? (without simply copy and pasting the solutions after hitting ENTER)

 

I thought about using

{X1,X2,X3,X4,X5,X6,X7,X8} := solve([E1, E2, E3, E4, E5, E6, E7, E8], [C1, C2, C3, C4, C5, C6, C7, C8])

but it wouldn't go through.

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.

First 1752 1753 1754 1755 1756 1757 1758 Last Page 1754 of 2430