Hi,
> I want to implement Karr Algorithm for GSoC 2015. I have read the
> Karr's original paper
This is just for Background and basic definition.
It is not complete enough for a modern implementation.
> and Brucin Erocal's thesis
> <
http://www.sagemath.org/files/thesis/erocal-thesis-2011.pdf>
He has a very good itroduction to the topic.
However, his focus was algebraic extensions
of the difference fields. For an implementation
I would go after transcendental ones first.
Algebraic extensions are always most difficult.
(Compare also to Risch integration.)
> I found Karr's original paper is a little hard to read
> from So I am currently reading Carsten Schneider Thesis
> <file:///home/vramana/Downloads/SymbSumTHESIS.pdf> .
Perfect. But this assumes the same algebraic setting
of difference algebra.
> Erocal Thesis mentions of an existing implementation of Karr
> algorithm using Sage. But I couldn't find it anywhere.
The Code was never merged into Sage and is not online.