LeeHoYeung

Mr. Ho Yeung Lee

535 Reputation

10 Badges

12 years, 234 days

Social Networks and Content at Maplesoft.com

Seldom to ask question after retired math hobby Welcome August, February, July, May born girl And waited for her email to mavio@protonmail.com

MaplePrimes Activity


These are questions asked by LeeHoYeung

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); 

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); 

How to transform between permutation group and linear transformation matrix in maple

is there a command like gap

gap> i:=IsomorphismPermGroup(G); 

to find permutation group which has isomorphism

First 124 125 126 127 128 129 130 Last Page 126 of 141