I want to do prime factorization of following $a$
a=sqrt(2)+6-sqrt(2)
a.factor()
But sage says simply
6
What should I do?
(I originally wanted to factor (((3+sqrt(8))^(1i) +(3-sqrt(8))^(1i))/2) for i in [1..40])
| 1 | initial version |
I want to do prime factorization of following $a$
a=sqrt(2)+6-sqrt(2)
a.factor()
But sage says simply
6
What should I do?
(I originally wanted to factor (((3+sqrt(8))^(1i) +(3-sqrt(8))^(1i))/2) for i in [1..40])
I want to do prime factorization of following $a$
a=sqrt(2)+6-sqrt(2)
a.factor()
But sage says simply
6
What should I do?
(I originally wanted to factor (((3+sqrt(8))^(1i) +(3-sqrt(8))^(1i))/2) $((3+\sqrt{8})^i +(3-\sqrt{8})^i)/2$ for i in [1..40])
I want to do prime factorization of following $a$
a=sqrt(2)+6-sqrt(2)
a.factor()
But sage says simply
6
What should I do?
(I originally wanted to factor $((3+\sqrt{8})^i +(3-\sqrt{8})^i)/2$ $\frac{(3+\sqrt{8})^i +(3-\sqrt{8})^i}{2}$ for i in [1..40])
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.