Changeset 0277c5 in git
- Timestamp:
- Feb 24, 2018, 2:40:56 PM (5 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- dcad761c74bebd1cbf5ed8792903099c3880a256
- Parents:
- 7e29aa84ca7b2e72409199f52b5db6f5cd436b1d
- git-author:
- jgmbenoit <quatermaster@rezozer.net>2018-02-24 17:40:56+04:00
- git-committer:
- jgmbenoit <quatermaster@rezozer.net>2018-02-24 17:41:10+04:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/arr.lib
r7e29aa r0277c5 1340 1340 after a tranformation x -> Tx + c we have the arrangement has the matrix representation 1341 1341 [AT^-1|b+AT^-1c] such that [AT^-1]_v = I and [b+AT^-1c]_v = 0; 1342 NOTE: algorith performs a base change if H_k is homogenous (i.e. has no)1342 NOTE: algorithm performs a base change if H_k is homogenous (i.e. has no) 1343 1343 constant term and an affine transformation otherwise 1344 1344 Ax+b = 0, Transformation x = Ty+c: AT^-1y + AT^-1c + b = 0 -
kernel/ideals.cc
r7e29aa r0277c5 540 540 { 541 541 tempstd=idInit(1,1); 542 Werror("wrong algorith %d for SB",(int)alg);542 Werror("wrong algorithm %d for SB",(int)alg); 543 543 } 544 544 … … 715 715 { 716 716 h3=idInit(1,1); 717 Werror("wrong algorith %d for SB",(int)alg);717 Werror("wrong algorithm %d for SB",(int)alg); 718 718 } 719 719
Note: See TracChangeset
for help on using the changeset viewer.