Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hi all

I'm using the SOLVE (Maple11) function to solve inequalities: solve({f_1(x,y,z)=0, f_2(x,y,z)>=0, f_2(x,y,z)<=1, f_3(x,y,z)>=0, f_3(x,y,z)<=1}, z);

Thus, I have 3 equations with 3 variables (x,y,z) and I have 5 constraints (4 inequalities and 1 equality).

Maple gives me the following result:

A piecewise function where the components are a plane equation in regarding the 5 constraints and no solution otherwise. (See the picture)

The command collect( u*(u[t]+1), [u, u[t]], distributed); is not giving me the expected result u+u[t]*u but the error message Error, (in collect/series) invalid expression for series

hi all,

 is it possible to convert tree-expression to numeral expresion using Maple?

i have tree expression and i wanna convert it to numeral expression. for simple example, i have this tree expression:

/ ( * (x1,x1) , + (x1,x1) )

then i wanna get this numeral expression:

x1*x1 / x1+x1

 

what should i do? thanks....

I'm using Maple V R4 for OS/2 (the last version available for OS/2), and have two software questions:

- How do I change the font used in the math expression bar?
In the present font, which is fixed width, the parentheses
and bracket symbols, () and [], are almost indistinguish-
able. I'd like to use another fixed-width font that does
not have this problem.

- There seems to be a limit to the number of characters that
the expression bar will hold, limiting the size of the ex-
pression appearing in a text setting. Is there a way to
increase this limit?

Thanks.

After reading help file on product command (Maple 12), I put in the command product(1+1/ithprime(k)^4, k=1..infinity); expecting to see the symbolic result 105/pi^4.  Instead I got back the product unevaluated.  Have I misunderstood what the product command is supposed to do?

We are going to show a roundabout but rather effective method of solving some rather complicated (definite) integrals in closed-form via a rather unusual method: a special factorization of linear ODEs.  The example we will use is a 2 week old question that has yet to get an answer.

First, the problem: compute the integral

Hi everybody

 

Hi everybody

 

p.276 from the advanced programming guide: example 2 line 11

> r := z = -3 .. 3;

                              r := z = -3 .. 3
> minz:=lhs('if'(r::range,r,rhs(r)));

Error, unable to match delimiters

I encounter a similar  problem of parsing once:
 

 

I thought before that &where is not  a keyword, but I don't understand the difference here (I found &where in the solutions of pdes):

restart;
f1:=a &where b;
op(2,f1);

it gives me {b}

f2:=a &something b;
op(2,f2);
 

gives me simply b

I don't find any information on &where in the help.

 

 

 

 

 

 

 

 

Hi all..

After i evaluated an answer using matrices..the resulting answer is stored in a Matrix..but im not able to see the anwers instead it displays...11 x 1 Matrix...DataType:anything....storage: Rectangular..Order: Fortran Order...wat to do to make the results display?

thanks.

I’m using maple 11. In my problem, I’ve five axioms: 

I have tried unsuccessfully to follow the help but cannot figure it out.

I am using Maple 12 Standard with Windows XP.   I found the palette "Diacritical Marks" so I can make an umlaut and a u. I have tried various combinations of Crtl+R, Crtl + Shift, Ctrl + Alt  +O but wasn't able to find the right combination.  Could someone please tell me the right key stroke sequence.  I can manage to get the umlaut over the u, but it is too high up. :-(

Thanks,

Edwin

 

Is there a way to generate a parametric curve that includes the orientation?  i.e. an arrow or series of arrows?

Hi,

I solved the homogeneous differential equation of a damped oscillator ((D@@2)(x))(t)+d*(D(x))(t)+k^2*x(t) = A*sin(omega*t) with maple, the output is:

x(t) = _C1*exp((-(1/2)*d+(1/2)*sqrt(d^2-4*k^2))*t)+_C2*exp((-(1/2)*d-(1/2)*sqrt(d^2-4*k^2))*t)

Now, as there is damping, the limit for t->infinity shoud be 0. I substituted:

hommod := subs(d^2-4*k^2 = Delta, rhs(l_hom))

 Then, I tried the limit(hommod, t = infinity) command for the three cases

It's been half an hour that I am looking to the example 5 and I can't figured how you can state that x run from 1 to 3 and y from 1 to 2 just by looking at LL.  If I undestand this, I will know how to write those twelve points.

Does anyone would have the patience to explain it to me?

 

Thanks in advance.

 

Mario

First 2041 2042 2043 2044 2045 2046 2047 Last Page 2043 of 2238