MaplePrimes Questions

This is the eq I am trying to solve

pde1:= diff(Phi(r,t),t,t) = (-(diff(Phi(r, t), r, r))*r^2-2*(diff(Phi(r, t), r))*r+2*(diff(Phi(r, t), r))^2+4*(diff(Phi(r, t), r))*(diff(Phi(r, t), r, r))*r+2*(diff(Phi(r, t), t, r))^2*r^2)/(r*(-r+2*r*(diff(Phi(r, t), r, r))+4*(diff(Phi(r, t), r))));

with initial conditions..

z=1000;

IC:={Phi(r,0)=Piinitial,D[2](Phi)(r,0)=0,D[1](Phi)(0,t)=0,D[1](Phi)(z,t)=0}:

pdsolve runs and returns the module..

Hi there

 

I have, for a while, been trying to find a way to force maple to display the unit im inputting. 


Im studying to be an engineer, and for an example the unit i often would like displayed is kilonewtons per square metre (kN/m2). 

Once i hit enter, maple converts it to Pa, which isnt really usable for me ... 

 

The question is, is there any way to stop maple from doing the conversion in output......

Does anybody have such package that converts function in series of powseries package i.e. addable, substructuble and so on. And mayby with functionality of series itself i.e. remember asymptotic point for which O(x^n) was present as simple series returns. I think with such pakage limit in attach limit_test.mw

plot3d(x^2+y^2+2*x, x = 0 .. 3, y = sqrt(4-x^2) .. sqrt(9-x^2))

 

It will only plot as far as x = 2, except for one line.  Maybe because sqrt(4-x^2) is undefined for x > 2?

 

How can I plot over an annular region?

 

p := proc() a:=1; b:=2; a/b end proc;

subs(1=1.0, eval(p));

proc () local a, b; a := 1.0; b := 2; a^1.0/b end proc;

why it generates a^1.0? It's rather nonsens. How to avoid such behavior?

I have a procedure that gets two lists A and B, I want to restore the name of the entry lists as string. How can I do that?

 

f(A,B) [procedure]

e.g. a(MyList,LL)

 

I want to restore a:="MyList" and b="LL"

 

TIA

Hi,

I would like to animate the solution to

x'(t)=y(t)

y'(t)= -4x(t)

 

that passes through x(0)=2, y(0)=1 as it orbits (0,0). I need to include the phaseportrait as the background. Any ideas on how to accomplish this?

 

Thanks!

Hey guys,

Really struggling with computing an algorithm on maple for the Stable Marriage Problem? Would be so appreciative for any help. Thanks Claudio

Does anyone know how to create one in maple? please see the example attached..

Compute the coefficients of
> a:=`@@`(D,6)(u)^3; 
#and
> b:=`@@`(D,5)(u)*`@@`(D,6)(u)*`@@`(D,7)(u);
#in the differential polynomial
> c:=`@@`(D,18)(u^3);.

 

Helppppppp :) TIA

Oops! you are right, thanks. How if the equations like these

f11:=conjugate(1/Pi*I*f1)=0:

f22:=conjugate(1/Pi*I*f2)=0:

fsolve({f11,f22})

where f1 and f2 are same as in the previous post.

The results are not explicit. How can we fix it?

Thanks again

I have two equations with weierstrass functions and got problem with fsolve: 

f1:=WeierstassZeta(z1-z2,0.1,2.)+z1=0:

f2:=WeierstrassZeta(z2-z1,0.1,2.)+z2=0:

fsolve({f1,f2});

results are like Weierstrass (z1-z2,....) which are not simplified even I add 'simplify' in fsolve. I want the values of z1 and z2 explicitly, i.e. z1= ,z2 . How can I fix this. Please help.

Thanks

Dear all,

I'm currently facing the following problem. I am trying to solve an expression for 4 variables: Fe11, Fe12, Fe21, Fe22. Actually these variables come from a 'deformation gradient tensor' Fe that is used in continuum mechanics.  This tensor actually appears in two equations in tensor-form. Since these tensorial equations contains 'inverse' and 'transpose' operators, the only thing I could think of to solve for a particular tensor (Fe), is to do this component-wise....

Is there a way to have filled or coloured regions in a polarplot?

I am just learning Maple, but have plotted several parametric curves.  However, the attached code is giving me an error message that seems to be saying that my indices for the two elements of the curve vector are out of range.  I don't see why.  Can you explain?

Here's the file:  NewtonLeastResistanc.mw

Thanks for any help!

First 1795 1796 1797 1798 1799 1800 1801 Last Page 1797 of 2428