Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/tst/testbugfix/   (GAP Algebra Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 852 B image not shown  

Quelle  2005-05-03-t00069.tst   Sprache: unbekannt

 
Spracherkennung für: .tst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

2005/05/03 (SK)
gap> x := Indeterminate(Integers);;
gap> ContinuedFractionExpansionOfRoot(x^2-7,20);
21114111411141114111 ]
gap> ContinuedFractionExpansionOfRoot(x^2-7,0);
21114 ]
gap> ContinuedFractionExpansionOfRoot(x^3-2,20);
13151141181141102141223 ]
gap> ContinuedFractionExpansionOfRoot(x^5-x-1,50);
151421324221161111123111251711
  141422342111114112181111192
  154 ]
gap> ContinuedFractionApproximationOfRoot(x^2-2,10);
3363/2378
gap> 3363^2-2*2378^2;
1
gap> z := ContinuedFractionApproximationOfRoot(x^5-x-1,20);
499898783527/428250732317
gap> z^5-z-1;
486192462527432755459620441970617283/
14404247382319842421697357558805709031116987826242631261357

[Dauer der Verarbeitung: 0.16 Sekunden, vorverarbeitet 2026-06-06]