MaplePrimes Questions

Hi

please help me in the following problem:

h[i](t) are  functions , i=0,1,..,31

                for example: 

                for i from 0 to m-1 do

                h[i]:=unapply(t^i);

      ...

i do not have a handbook of function properties, or properties from analysis

is there someone written a package to list which properties a function have after input a function?

Hi,

The subs command is not working properly for Vector type, see worksheet.

I can use simplify instead, but that's not what I really wanted.

Download vsubs.mw

 

Casper

I've used fsolve in Maple 6 to find the roots (real and complex) of a polynomial.  I'd like to create a plot showing the location of those roots in the complex plane.  How can I do this?

Hi

I want to creat a vector that every of it's element are a function of for example 't'.

for example:

Hi,

 

How would you go about checking whether a vector is a scalar multiple of another in the set? eg. my set is {[-2, 1, 1, -2, 1, 1], [-2, 1, 1, 2, -1, -1], [0, -1, 1, 0, 1, -1], [0, 1, -1, 0, -1, 1]}. I need to get rid of one of the last two, since it is (-1) times the other.

 

What would be the most straightforward way of doing this? I've tried doing something along the lines of V1=c.V2 for each component and then checking...

I initialise a matrix by recurrence, the dimension of the matrix and its elements depend on the (N1,N2) given. then, I create a vector of the same length of the matrix, its dimension is also defined by (N1,N2). then, I would like to linearsolve the matrix by the vector for a general solution with (N1,N2) as parameters. would this be possible?

here is the definition of the matrix and the vector:

-------------------------------------t:...

Hi. I use a plot with the following options:

test1r2 :=(1/6)*(-144*x*y*z+36*x^2*y-432*z^3-432*z^2*x-108*x^2*z-432*y*z^2-64*y^3+24*sqrt(3)*sqrt(108*z^4+216*z^3*y+108*z^3*x+108*y^2*z^2+27*x^2*z^2+72*x*y*z^2+32*z*y^3+64*x^3*z-36*x*z*y^2-18*x^2*y*z-61*x^2*y^2+32*x^4+32*y^4)*z+12*sqrt(3)*sqrt(108*z^4+216*z^3*y+108*z^3*x+108*y^2*z^2+27*x^2*z^2+72*x*y*z^2+32*z*y^3+64*x^3*z-36*x*z*y^2-18*x^2*y*z-61*x^2*y^2+32*x^4+32*y^4)*x)^(1/3)/(2*z+x)-(4/3)*(6*x*z+3*x^2-2*y^2)/((2*z+x)*(-144*x*y*z+36*x^2*y-432*z^3-432*z^2*x-108*x^2*z-432*y*z^2-64*y^3+24*sqrt(3...

1 heading 1

   1.1 sublevel 1

         1,1,1 subsublevel

    1.n sublevel n

2 heading 2

 

Hi,

I'm very new to Maple and need some help.

I have a Matrix with the structure

M:= Matrix([[2013-08-13T00:29:24+0000,"text1"],[2013-08-14T00:29:24+0000,"text2"],[2013-08-15T00:29:24+0000,"text1"],[2013-08-16T00:29:24+0000,"text1"]])

 

and would like to plot this. Now problem one obviously is, it contains a timestamp. How can I use this in Maple? Second problem is, "text1" is a string, so I cannot use plotlist because it can not be converted to a float.

Hi all,

I am having some problems when solving high order polynomials. When oders are 'high' and systems involve multiple variables, Maple is slow to do so.

See in worksheet for detailed codes.

slow.zip

kappa - gives the vector that i am interested in

sC - a reparameterisation which has 'summation' in it

Aim is to verify that it works (it should!)

I currently ask...

i have a conditional expression like this 

for i from ... do

if .... then
exp1:
exp2:
exp3:
....... 

else 

exp4:
exp5:
exp6:
.... 

end if;

od;

i face this error during caculation:
Error, reserved word `else` unexpected

what should i do?

Hi.  I'm using Maple 16 to model a quantum harmonic oscillator.  If I leave the constants k, mu, hbar unspecified, I get a correct solution to the Schrodinger equation:

 

I have the following pde system: sys[1] := [(D[1](u))(t, x)-(1/2*(x-x^2))*(D[2, 2](u))(t, x)-(-5.02*x+4.51+.1*x*(1-x))*(D[2](u))(t, x) = 0, u(t, 0) = 0.1e-1, u(t, 0) = 0.1e-1].

And have tried different bc's (some with derivatives at the boundary) but still get the same error: Error, (in simpl/Im) too many levels of recursion.

Could you please tell me where I am going astray?

Thank you.

Murray

First 1554 1555 1556 1557 1558 1559 1560 Last Page 1556 of 2430