eclark

261 Reputation

8 Badges

21 years, 185 days

MaplePrimes Activity


These are Posts that have been published by eclark

If I apply showstat to numtheory:-invphi I find that the last line is >remove(has,sort(map(convert,invrec(a,divlist),'`*`')),FAIL) What is invrec? >?invrec returns "no matches found". Thanks to anyone who can clear up this mystery for me! And why isn't it documented? So far as I can tell numtheory:-invphi works fine. --Edwin PS I am using Maple 13.0

[I am using Maple 12.01 with Windows XP].

I tried to use gfun[listtorec] to find a recurrence for a particular sequence (given below), but the recurrence found is not correct.
Yet,  guessgf apparently gives the correct generating function.

>with(gfun):
>L:=[5, 8, 14, 24, 42, 72, 126, 216, 378, 648, 1134, 1944, 3402, 5832, 10206, 17496, 30618, 52488, 91854]:
>rec:=listtorec(L,u(t));
               [{-u(t + 2) + 3 u(t), u(0) = 5, u(1) = 8}, ogf]
 

I believe I have found a bug in LinearAlgebra:-SmithForm. Consider the following:

with(LinearAlgebra):
A:=Matrix([[-3, 0, -2], [-3, 0, 2], [3, 0, -2], [3, 0, 2]]):
S,U,V := SmithForm(A, output = ['S','U','V'], method = 'integer'):
SS:=U.A.V:
Equal(S,SS);   #should return true
             false

Note that S and SS don't even have the same rank.

If you go the Help in Maple 12 Standard for "page numbers" you find directions to go to Format and look for Page Numbers, but there is no Page Numbers under Format in Maple 12 Standard (there is in Maple 12 Classic).

 

How about making it so that if I copy and paste the following lines from any common word processor (Word, Wordpad, Notepad,etc)

f:=proc(x::list)
local i;
add(i,i=x);
end proc;

into a Standard Maple 12 worksheet I dont get  > at the beginning of every line.

Not that if I copy and paste the lines into Classic I don't get the extra >'s.

1 2 Page 1 of 2