Changeset 65784c6 in git
- Timestamp:
- Mar 25, 2010, 6:15:53 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 511299af863112c08502691bf15704d2c6724a2a
- Parents:
- 8c4ef0935d4850fd0936cb535c54cc6e5593c33c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/matrix.lib
r8c4ef09 r65784c6 293 293 294 294 proc power ( A, int n) 295 "USAGE: power(A,n); A a square-matrix of type intmat or matrix, n=integer 295 "USAGE: power(A,n); A a square-matrix of type intmat or matrix, n=integer>=0 296 296 RETURN: intmat resp. matrix, the n-th power of A 297 297 NOTE: for A=intmat and big n the result may be wrong because of int overflow
Note: See TracChangeset
for help on using the changeset viewer.