Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Corless & Davenport provide a whole bestiarium of rules. This is a small part of the most simple cases, which I sampled more or less for 'all day use' as reference. They are based on the 'unwinding number' (which is a sheet number of according Riemannian surfaces). It turns out, that Maple can 'proof' the identities, if one does not use the definition, but uses the version given in the help pages (= version 2 in the following).

when input "()" in 2D-Math mode,sometimes I can't edit the context,I can't delete the parentheses,and add something between them.It seems to be locked,

I have strings like "2009-08-01" as tick marks in a plot. I want them to be displayed vertical... how ?

I have a series of experimental data points (current vs voltage in A and B columns respectively) in excel and would like to open these with Maple 13. I would then want to plot the current vs. voltage relationship plot and find out its trendline and function that best describes this curve.

a separate task is that, i have a set of pre-defined functions, and i would like to see which part (section) of the curve obtained from above procedures can give the best fit to the pre-defined function. I appreciate help from members of the forum.

 

I want to fill a ComboBox (emb.comb) with data but I dont want to do it manually.

I want to assign a list of 200 values to a ComboBox by using some code...how ?

Does there exist a simple trick to permanently save imported csv data inside the Maple worksheet.

Everytime I reopen the worksheet I have to import the data again. I want the data to permanently be there.

I tried to specify interface(rtablesize=1000) and the import the data, and copy the data and past it into a code edit region

however my data has 500 columns so it is close to impossible to copy it inside maple it takes 10 min just to copy it

I'm trying to solve a lagrange multiplier problem Max

d*(1-r)

s.t.

r^z*(1-(1-r)*d)+(1-(r^z))*(1-d)=x

solving for r and d where 0<=d,r,=<1.    z and x are constants.

I have the problem set up in Maple as

> f:=d*(1-r);

> q:=r^z*(1-(1-r)*d)+(1-(r^z))*(1-d)-x;

> g:=f+mu*q;

eq1:=diff(g,mu);

> eq2:=diff(g,d);

> eq3:=diff(g,r);

solve({eq1=0,eq2=0,eq3=0},{d,r,mu});

 

I used eliminate,but there is no result,no error.

I donot know why,what shoud I do?

The programme is in the attachment,the last expression is the eliminate.How should I correct it?View 13857_kk-w.mw on MapleNet or Download 13857_kk-w.mw
View file details

Thank you

The command "simplify" fails to capture a fairly obvious simplification. Any way to make Maple see it?

I am primer with maple.

I have the following  nonlinear equation.

EQ:=diff(N(t),t) -kappa/(q-1)*( 1- (N(t)/K )^(q) - (1-N(t)/K)^(q))=0;

I have the following code:

Likelihood := proc (r, t, s) options operator, arrow; product(exp(-(1/2)*((rr(k)-r*cos(t))^2+(ii(k)-r*sin(t))^2)/s), k = 1 .. n) end proc;

rho0 := 0; theta0 := 0; sigmae20 := (sum(rr(k)^2+ii(k)^2, k = 1 .. n))/(2*n);

l1 := Likelihood(rho0, theta0, sigmae20);

simplify(l1);

Mathematically it should simplify to exp(-n). However, maple seems not able to arrive at this simply solution. What am I doing wrong here?
 

I have
>a*x^2-(b+a)*x+b;
right-click the expression and choose Explore.  Skip "x" so we have two sliders (a and b)
Select a=-2 and b=0.  In the Math component, you will have
a*x^2-(b+a)*x+b =-2*x^2+2*x
Now, under the two sliders, I add a PLots component.  My wish is to plot the rhs(%Math). 
 In the plot component properties, I edit the "Action when clicked" and write
 Do(%Plot0=plot(ths(%Math),x=-2..2));

I want to evaluate a line integral of the vector field F:

F: <x^2 * y, x^3, x*y>

around the curve C: <sin(t), cos(t), 1/4(sin^2(t) - cos^2(t))

 

When using Line Integral I got the following error:

 

Error, (in VectorCalculus:-LineInt) the first argument of a Path structure must be a free Vector or a position Vector
 

 

Code:

 

> restart;
> with(plots); with(plottools); with(VectorCalculus);
> SetCoordinates(cartesian[x,y,z]);

I have two equations as below,

2*D*(2*(a^2)*(y^4)-(a^4)*(y^2)-1)/((a^2)*(y^3))=10;

x=2*D*((a^4)*(y^2)-1)/((a^4)*(y^3));

and I need to plot the graph(x,y), how can I do?

Many thx..

 

<p>Hello,</p>
First 1862 1863 1864 1865 1866 1867 1868 Last Page 1864 of 2219