MaplePrimes Questions

How to copy maple output equation in word such that in word 2003  we can edit the equation

A1:=(-exp(-alpha*x))/(2*eta^3);

thanks 

 I am trying  to solve a system of equations which involeves differentiation or partial differentiation of unknown functions that I want theis strick expressions. but maple gives me this error

Error, (in solve) cannot solve expressions with diff(alpha(r, t), r) for alpha(r, t)

Is there any way for solving such equations?

I am trying to solve a three-point BVP, but Maple returns the error:

Error, (in dsolve/numeric/process_input) boundary conditions specified at too many points: {0, 100, 150}, can only solve two-point boundary value problems

Is Maple just not able to solve 3-point BVP's or is there another way?

how can i convert these equations to the vector mode ? 

eq1[t] := .4614468816e11*a[13][t]*a[14][t]+2291210.983*a[16][t]^2-.2842690977e11*a[17][t]^2-.1782456232e12*a[18][t]^2+.1689228391e12*a[13][t]^2+6406045.412*a[14][t]^2-4317791.317*a[15][t]^2+.9846526429e12*a[1][t]+.2533881291e12*a[2][t]+.3076607771e11*a[3][t]+8105875.203*a[4][t]-5054889.363*a[5][t]-34561.30764*a[6][t]-6275707.162*a[16][t]*a[13][t]-20873274.82*a[14][t]*a[16][t]-27435155.86*a[16][t]*a[15][t]-5539558.102*a[17...

hi

I have metric tensor, how can i calculate covariant derivative of an arbitrary  contravariant tensor of rank 2?

Hy, 

I'm trying to display a list value in a maplet. But I can only manage to get textboxes, checkboxes and textfields. I know that in textfields I can display the evaluation of a function, but I tried many different ways and I still don't get the desired result. 

I designed a maplet with a button and 6 rows with a checkbox at the end of each row. When clicking the button I would like that the values of a list ("lstx", 6 values) are displayed in the 6 rows. Can you help me? thanx!!

I want to plot a graph of different values of k=0.1,k=0.5, k=-0.1, the display should be like this

my codes are 

restart:

V := exp(-x)*y^3/eta^3:

eta:=1+k*x+sin(2*Pi*x):

x:=0.1:

k:=0.1:

p2:=plot(V, y = 0 ..eta):

tf:=plottools:-transform((x,y)->[y,x]):

tf(p2):

plots:-display(tf(p2),labels=["v","y"]);

I wanna solve a collection of linear systems Ax=b_i, i=1..n, with A an upper triangle matrix, parallelly with Maple. Is there anyone can give me some suggestions? Thanks lot.

Error, invalid input: PolynomialIdeals:-Quotient expects its 1st argument, J, to be of type Or(PolynomialIdeals:-PolynomialIdeal, radalgfun, list(radalgfun), set(radalgfun)), but received Vector(3, {(1) = 0, (2) = y^2-x-y, (3) = 0})

 

restart;

with(Groebner):

 

IsNullZero := proc(tau)

if assigned(tau) then

        return tau

else

        return 0

would like to draw the pdf, however after tried two methods, still can not draw it,

how to draw?

 

l := [binomial(349,20), binomial(349,8),binomial(349,22),binomial(349,38),binomial(349,49),binomial(349,36),

binomial(349,59),binomial(349,41),binomial(349,32),binomial(349,21),binomial(349,23)];

sl := gfun[listtoseries](l, x, egf);

g := convert(sl, ratpoly);

g := g - subs(x=0, g); 

How do I use the letter I as a variable, not an imaginary number (the square root of -1) ?

i invent a method to make use of gfun 

 

as i know series are the number of ways 

however, after i input the number of balls in each box

calculate into binomial and input into gfun, and plot the graph, the problem is value too big 

cannot plot 

however, if using the count directly as input, the graph can be ploted, however, this is not

the logic of my understanding

if input series are not binomial, what are they?

would like to normalize it, how to find x such as 5.6 in this example

 

l := [20,8,22,38,49,36,59,41,32,21,23];

sl := gfun[listtoseries](l, x, egf);

g := convert(sl, ratpoly); 

g := g - subs(x=0, g);

g := g/subs(x=5.6, g); 

i am very bad at English so you ignore my mistake

i am beginning start use Maple therefore i don't know use Maple.

Like title, i have a circuit CLR with transer function H=

First 1573 1574 1575 1576 1577 1578 1579 Last Page 1575 of 2430