Custom Query (733 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 733)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#297 fixed Bad documentation of dim somebody Oleksandr
Description

There is nothing about the (-infinity)-dimension returned as -1 on the dim's documentation: http://www.singular.uni-kl.de/Manual/latest/sing_193.htm#SEC233

Would be nice to add the following example:

> dim(std(1)); 
-1

and explain the convention.

#843 fixed Bad ownership for doc files somebody anonymous
Description

Docs in share/singular/html/ are installed with ownership 220:110

#182 fixed Bareiss buggy? seelisch Viktor Levandovskyy
Description

ring r = integer, w, lp; matrix c[3][3] = [-w2+1,-w2+3w-2,0,-w2+3w-2,3w-3,0,w2-4,w2-3w+2,-3w+6]; "det:"; det(c); yields correct result ""; "minor:"; minor(c,3); yields wrong result

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.