close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 4258


Ignore:
Timestamp:
2016-06-04T20:33:52-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r4257 r4258  
    6363(defgeneric universal-ezgcd (x y)
    6464  (:documentation "Solves the diophantine system: X=C*X1, Y=C*X2,
    65 C=GCD(X,Y).  It returns C, X1 and Y1. The result may be obtained by
     65C=GCD(X,Y).  It returns three values: C, X1 and Y1. The result may be obtained by
    6666the Euclidean algorithm."))
    6767
Note: See TracChangeset for help on using the changeset viewer.