Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. 136 factored 2^3 * 17
  2.  
  3. 1. 1 10 -9 cycle length 4
  4. 2. -1 10 9 cycle length 4
  5. 3. 3 10 -3 cycle length 6
  6. 4. -3 10 3 cycle length 6
  7.  
  8. form class number is 4
  9.  
  10. 820 factored 2^2 * 5 * 41
  11.  
  12. 1. 1 28 -9 cycle length 8
  13. 2. -1 28 9 cycle length 8
  14. 3. 3 28 -3 cycle length 12
  15. 4. -3 28 3 cycle length 12
  16.  
  17. form class number is 4
  18.  
  19. 884 factored 2^2 * 13 * 17
  20.  
  21. 1. 1 28 -25 cycle length 6
  22. 2. -1 28 25 cycle length 6
  23. 3. 5 28 -5 cycle length 8
  24. 4. -5 28 5 cycle length 8
  25.  
  26. form class number is 4
  27.  
  28.  
  29. jagy@phobeusjunior:~/old drive/home/jagy/Cplusplus$ ./indefCycle 3 10 -3
  30.  
  31. 0 form 3 10 -3
  32.  
  33.  
  34. 1 0
  35. 0 1
  36.  
  37. To Return
  38. 1 0
  39. 0 1
  40.  
  41. 0 form 3 10 -3 delta -3
  42. 1 form -3 8 6 delta 1
  43. 2 form 6 4 -5 delta -1
  44. 3 form -5 6 5 delta 1
  45. 4 form 5 4 -6 delta -1
  46. 5 form -6 8 3 delta 3
  47. 6 form 3 10 -3
  48.  
  49.  
  50. form 3 x^2 + 10 x y -3 y^2
  51.  
  52. minimum was 3rep x = 1 y = 0 disc 136 dSqrt 11 M_Ratio 13.44444
  53. Automorph, written on right of Gram matrix:
  54. -5 -18
  55. -18 -65
  56. =========================================
  57. jagy@phobeusjunior:~/old drive/home/jagy/Cplusplus$ ./indefCycle -3 10 3
  58.  
  59. 0 form -3 10 3
  60.  
  61.  
  62. 1 0
  63. 0 1
  64.  
  65. To Return
  66. 1 0
  67. 0 1
  68.  
  69. 0 form -3 10 3 delta 3
  70. 1 form 3 8 -6 delta -1
  71. 2 form -6 4 5 delta 1
  72. 3 form 5 6 -5 delta -1
  73. 4 form -5 4 6 delta 1
  74. 5 form 6 8 -3 delta -3
  75. 6 form -3 10 3
  76.  
  77.  
  78. form -3 x^2 + 10 x y 3 y^2
  79.  
  80. minimum was 3rep x = 1 y = 0 disc 136 dSqrt 11 M_Ratio 13.44444
  81. Automorph, written on right of Gram matrix:
  82. -5 18
  83. 18 -65
  84. =========================================
  85. jagy@phobeusjunior:~/old drive/home/jagy/Cplusplus$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement