Open kcrisman opened 8 years ago
Changed keywords from none to continued_fraction
See #19120
maybe we can close as duplicate ?
Why would you? #19120 does not implement the full gosper algorithm for (a xy + b x + cy + d) / (e xy + f x + g y + h)
but only (ax + b) / (cx + d)
.
Though that could work for 3*x
.
indeed. Y a un algo pour multiplier deux fractions continues quelconques ?
Yes, for example http://www.inwap.com/pdp10/hbaker/hakmem/cf.html
some code in C can be seen here
https://github.com/mjdominus/cf/blob/master/cf_arith.c
and some explanations here
There has been some reimplementation on here, so maybe this is no longer true, but this ask.sagemath post anyway points out
CC: @videlec @slel @sagetrac-tmonteil
Component: number theory
Keywords: continued_fraction
Issue created by migration from https://trac.sagemath.org/ticket/20466