Maple 17 Questions and Posts

These are Posts and Questions associated with the product, Maple 17

Hi,

 

I want to check this inequality (check below) for the set of parameters that holds, and I also want to restrict my variable to be real and non-negative (i.e k>=0), I am getting the usual message that "Solutions may have being lost". Can somebody please help me on how i can handle this ? Thanks 

alpha*beta*(1-alpha)*k^(alpha-1)/(1+beta)-1-(2*alpha-1)*alpha*(1-alpha)*beta*k^(2*(alpha-1))/(1+beta)+alpha^2*k^(alpha-1)

hello maple support,what is the best way to solve for multiple numbers, ie the equation isx/x+1 i can plot it but i want to solve for .5.9.99.999 and 1.5,1.1,1.01 and 1.001.i have tried a number of ways and browsed tutorials on you tube and some pdfs.it is time for help on solving for multiple quantities.thanks,craig

Try to run the following:

>restart;
>d := conjugate(u)*conjugate(y)+conjugate(v)*conjugate(x);
>z := conjugate(f)/d+conjugate(G)*w*conjugate(w)*conjugate(y)/d;
>z2 := simplify(z);

and you will get correct answer

                         _        _   _ _

Good afternoon everybody,

 

I have a question regarding the command matrixplot. I wrote a programm with two input parameters:

v=[seq(0.29+i/100,i=1..8)]

k=[seq(2*i,i=1..50)]*0.5*10^(-15)

 

and I get a matrix [8x50] that I want plot.

The problem with matrixplot is that I get in the axis the number of rows and columns but I would like to put the value of v and k instead of the row/column's number. Someone knows how I can change that?

Dear,i meet a problem in Physics package.i can't find why i got two different answers.

restart; with(Physics); Setup(mathematicalnotation = true);Setup(op = {C});

Cp := Dagger(C);

alg := %Commutator(Cp, C) = -1;

Setup(alg)

S := sqrt(N-(Dagger(C)+sqrt(N)*conjugate(eta))*(C+sqrt(N)*eta)):

eq1 := collect(expand(op(1, S)), N):

xi = op(1, eq1);

f := map(simplify, map(proc (x) options operator, arrow; x*sqrt(xi) end proc, convert...

Hello,

I have a small Finite Element program in Maple. I want to accelerate the Matrix assembly. For Matlab this works like described here (http://milamin.sourceforge.net/technical-notes/sparse-matrix-assembly) under "Triplet Sparse Storage". There, two indexing Vectors are used to place the values into a sparse Matrix with the Matlab function sparse. If index pairs are duplicate, they are added.

 

Now I want to ask if this is also possible in Maple?...

Hi all,

Say i have two Vectors:

V1:=Vector(2,[a,b]);

V2:=Vector(4,[d,b,e,a]);

and how do I get

V3:=Vector([d,e]);

?? I currectly use a crude way using 'set' operations:

V3:=convert(V2,set) minus convert(V1,set);

V3:=convert(V3,Vector); # Does not work straightford, so

V3:=convert(V3,list):
V3:=convert(V3,Vector); # Which works,

 

Also, is there a strightforward way to which elements are the same and their indices?

This is a very strange and specific issue I am having with any Windows x86 vm after having installed Maple 17. 

Before installing Maple 17 (and also AFTER installing it, before the reboot), I can open a command window while logged in as the local administrator and successfully issue a command like:

 

sc config BDESVC start= disabled

 

After installing AND REBOOTING for Maple 17, if I log in as the local administrator, open...

Hi,

I'm dealing with an iterated function (logistic map) where f(x)=s*x*(1-x) where the s is a general parameter between 1 and 4 inclusive, and it's fourth return map, or f(f(f(f(x)))) or f^[4](x).

h:x->f(f(f(f(x))))

What I'm trying to do hinges on evaluating this:

solve(h(x)=x,x);

a

ode := diff(x(t), t, t) = 1^2*(cosh(x(t))-1)/cosh(x(t))

ics := x(0) = 2, (D(x))(0) = 0

xs := dsolve({ics, ode})

 

plot(xs, t = 0 .. 3)

 

why do i get this error?

Error, invalid input: plot expects its 1st argument, p, to be of type {set, array, list, rtable, algebraic, procedure, And(`module`, appliable)}, but received x(t) = RootOf(Int(1/(-4*arctan(exp(_a))+4*arctan(exp(2))-4+2*_a)^(1/2), _a = _Z .. 2)+t)

Can you help me how to program about the interference of wave on the water surface in Maple ?

How can I find the surface area of a normal chicken egg? http://math.stackexchange.com/questions/407310/how-can-i-find-the-surface-area-of-a-normal-chicken-eggPlaying replies to the topic in Mathematics Stack Exchange:_SurfaceAreaChickenE.zipGracias to Acer and Carl Love for your answers.
Dif_Out_plot.mwWhy this difference in the results of the graphics?There are differences between the command smartplot and the command smartplot implicitplot, to display the graph of the function.Following the line of site: web

Hi,

iam trying to define a commutator rule (using the Physics package) but iam getting an error i do  not understand.

 

I have (quantum) operators like this: Aij  i and j are numbers from 0 to 3

The commutator relation i want to define is: [Aij,Akl] = Ailδjk - Akjδil

 

My worksheet looks like this:

 

HI,is it possible to solve the ODE system (that I have uploaded) by adding events at a certain timestep, instead of reformulating the system for each step.The ODE system expresses two coupled movements y(t) and X(t). The current position of y(t) is controlled by a parameter which depends on values calculated in the previous step, while changing the sign for each step.Thank you! 
First 55 56 57 58 59 60 Page 57 of 60