Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hello everybody,

I would like to assign 349 different variable not already existing (w[i], i from 1 to 349) to 349 expressions from a list. Unfortunately I do not know how to write it. When I try anything like a:=w[33]->listevnouveau[33], it does not work.

With this a, I want to solve this : solve(listedd[33]*w[33]=a,w[33]); which is only possible by assigning variable to the expression.

Regard, Charbo

Is there a direct command to give the (first) index in a list,
for which the entry coincides with some given value (without
coding a loop, to run through the list)?

---

PS: when I enter that question I automatically get an info,
that similar questions exists. But clicking on those links do
not give usefull infos, they just lead to a page of old threads
(Page 529 of 569 for the first link ...)

Hi all

I am trying to draw a 3d plot from the data that I have created in excel, how do I import from excel to maple and then draw the 3d plot using array?

 

below is the link to my dataset in excel

 

Book1.xls

 

your help is appreciated

How I can say that an object,say k, is a constant(it may be positive or negative) inside assume()?

assume(k::??should I say)

pls also tell me what kind of help pages I should see for this kind of "type inside assume()" problems. 

Thanks.

with(Physics):with(combinat):
comn := choose([u, v, mu, nu], 2):


def := seq(seq(seq(Physics[`.`](Dagger(Ket(aa, k)), Ket(bb, m)) = Physics[`.`](Ket(bb, m), Dagger(Ket(aa, k))), `in`(aa, comn[i][1])), `in`(bb, comn[i][2])), i = 1 .. nops(comn)), seq(seq(seq(Dagger(Physics[`.`](Dagger(Ket(aa, k)), Ket(bb, m)) = Physics[`.`](Ket(bb, m), Dagger(Ket(aa, k)))), `in`(aa, comn[i][1])), `in`(bb, comn[i][2])), i = 1 .. nops(comn));
Setup(def):

d1 := Physics[`.`...

I was recently browsing the Wolfram website, in particular the Online Integrator, and was very impressed that they are exposing a part of their product for free public use. I also noticed that they offer the option of submitting previously unknown anti-derivatives to them:

(From the FAQ page, http://integrals.wolfram.com/about/faq/#8)
“If you think you have a...

I have three different matrices, say A(3x6),B(3x6) and C(3x12) with the size of each matrix mentioned within parenthesis. I want to define a fourth matrix D (6x12) so that D=[A,B;C] (in Matlab notation). Can anyone please tell me how to define this D in Maple? Maple help seems not that helpful at least for beginners like me. Thank you in advance.

A problem with convert,StandardFunctions

 

P := hypergeom([-k,1/2-k],[-2*k],1-z^2);

(1)

convert(P,StandardFunctions);
P1a:=subs(k=1,%);

 

(2)

P1:=subs(k=1,P);

(3)

plot({P1,P1a},z=-1..1,0..2);

 

convert(P,StandardFunctions) assuming k::posint;

(4)

 

 

Download hyp.mw

 

what is the command to change transfer matrix to state space?

When I enter the Greek Capital letter "Xi" (looking like three uneven horizontal lines) it comes up fine on screen but in print preview there is a space?  Lower case "xi" is fine.  Same thing happens in both Maple 14 and 15.

Hi everyone,

Is there a way that Maple can return a list of variables in a function? For example, if I have something like:
f:=(x,y)->x^2+y^2;
I would like Maple to return:
{x,y}

I found the indets command, but it does not seem to work for functions. For example:
f:=x^2+y^2; indets(f);  returns {x,y} but     f:=(x,y)->x^2+y^2; indets(f);    returns {f}

Any help would be appreciated.

Robert Israel helped me to plot  F2 vs k 

http://www.mapleprimes.com/questions/120380-Explicate-Plotting

I tried to modify his code to get reults for F2 vs S from equation A1, but i am still facing problems with it

The maple code is

restart:with(MultiSeries):with(plots):

parvalues:={C=2.02,H_liq=8.74,R=22.11,R1=0.0006};...

Hi,

 

I encountered the following problem in Maple 14

expr1:=sqrt(a)

assume(a>0)

expr2:=sqrt(a)

additionally(a>1)

subs(a=2,expr1) #gives correct answer of sqrt(2)

subs(a=2,expr2) #does not substitute a=2 in expr2

It seems the last statement with expr2 does not work as expected, I wondered why this behaviour is so, because it does work with expr1. The added assumption does not invalidate the first...

Hi,

where can I look up, how Maple calculate the function MathieuExponent. By how I mean, which algorithm is used by Maple and how is it implemented,

Thanks

restart:with(MultiSeries):with(plots):

parvalues:={C=2.02,H_liq=8.74,R=22.11,R1=0.0006};

G:=R3*k*(1-R1)/(C*Pec_i);

F1:=1/(R*S+1-S);

F:=F1*(1-R*G*S);

F2:=Pec_i*F;

A1:=Theta0/C=(exp(F2*(1-S))-1)*(H_liq+1/(1-exp(-C/k*F2*(S))));

R3values:= [0,-1,-3,-4]; colours:= [red,blue,green,black]; display([seq(plottools[transform]( unapply([k, subs(parvalues, Pec_i = -20, R3=R3values[i], F2)], (k,S))) (implicitplot(subs(parvalues,Theta0=4,R3=R3values[i...

First 1694 1695 1696 1697 1698 1699 1700 Last Page 1696 of 2223