Changeset 65784c6 in git for Singular/LIB/matrix.lib


Ignore:
Timestamp:
Mar 25, 2010, 6:15:53 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
511299af863112c08502691bf15704d2c6724a2a
Parents:
8c4ef0935d4850fd0936cb535c54cc6e5593c33c
Message:
fixed description of matrix.lib::power

git-svn-id: file:///usr/local/Singular/svn/trunk@12675 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/matrix.lib

    r8c4ef09 r65784c6  
    293293
    294294proc 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
    296296RETURN:  intmat resp. matrix, the n-th power of A
    297297NOTE:    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.