Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 1 year ago

geroyx gravatar image

Expand cos(2*pi/n) for n=5,17, 257, 65537 to Radicals

I want to expand cos(2πn) for n=5, 17, 257,65537 to radicals, for example: cos(2π5)=14514

Is this a possible task?

x = var('x')
test = (x+1)^2 # test
test.expand() # works :)

term = cos(2*pi/5)
term.expand() # works :)

term = cos(2*pi/17)
term.expand() # works not :(

PS: I tried

cos(2*pi/17).trig_simplify()

cos(2*pi/17).trig_expand()

as well.

Expand cos(2*pi/n) for n=5,17, 257, 65537 to Radicals

I want to expand cos(2πn) for n=5, 17, 257,65537 to radicals, for example: cos(2π5)=14514

Is this a possible task?

x = var('x')
test = (x+1)^2 # test
test.expand() # works :)

term = cos(2*pi/5)
term.expand() # works :)

term = cos(2*pi/17)
term.expand() # works not :(

PS: I tried

cos(2*pi/17).trig_simplify()

cos(2*pi/17).trig_expand()

as well.

Expand cos(2*pi/n) for n=5,17, n=5, 17, 257, 65537 to Radicals

I want to expand cos(2πn) for n=5, 17, 257,65537 to radicals, for example: cos(2π5)=14514

Is this a possible task?

x = var('x')
test = (x+1)^2 # test
test.expand() # works :)

term = cos(2*pi/5)
term.expand() # works :)

term = cos(2*pi/17)
term.expand() # works not :(

PS: I tried

cos(2*pi/17).trig_simplify()

cos(2*pi/17).trig_expand()

as well.

Expand cos(2*pi/n) for n=5, 17, 257, 65537 (Fermat prime numbers) to Radicals

I want to expand cos(2πn) for n=5, 17, 257,65537 to radicals, for example: cos(2π5)=14514

Is this a possible task?

x = var('x')
test = (x+1)^2 # test
test.expand() # works :)

term = cos(2*pi/5)
term.expand() # works :)

term = cos(2*pi/17)
term.expand() # works not :(

PS: I tried

cos(2*pi/17).trig_simplify()

cos(2*pi/17).trig_expand()

as well.

Expand cos(2*pi/n) for n=5, 17, 257, 65537 to Radicals (Fermat prime numbers) to Radicalsnumbers)

I want to expand cos(2πn) for n=5, 17, 257,65537 to radicals, for example: cos(2π5)=14514

BTW: These are Fermat prime numbers, see Exact trigonometric values.

Is this a possible task?

x = var('x')
test = (x+1)^2 # test
test.expand() # works :)

term = cos(2*pi/5)
term.expand() # works :)

term = cos(2*pi/17)
term.expand() # works not :(

PS: I tried

cos(2*pi/17).trig_simplify()

cos(2*pi/17).trig_expand()

as well. well.

Expand cos(2*pi/n) for n=5, 17, 257, 65537 to Radicals (Fermat prime numbers)

I want to expand cos(2πn) for n=5, 17, 257,65537 to radicals, for example: cos(2π5)=14514

BTW: These n's are Fermat prime numbers, see Exact trigonometric values.

Is this a possible task?

x = var('x')
test = (x+1)^2 # test
test.expand() # works :)

term = cos(2*pi/5)
term.expand() # works :)

term = cos(2*pi/17)
term.expand() # works not :(

PS: I tried

cos(2*pi/17).trig_simplify()

cos(2*pi/17).trig_expand()

as well.

Expand cos(2*pi/n) for n=5, 17, 257, 65537 to Radicals (Fermat prime numbers)

I want to expand cos(2πn) for n=5, 17, 257,65537 to radicals, for example: cos(2π5)=14514

BTW: These n's n are Fermat prime numbers, see Exact trigonometric values.

Is this a possible task?

x = var('x')
test = (x+1)^2 # test
test.expand() # works :)

term = cos(2*pi/5)
term.expand() # works :)

term = cos(2*pi/17)
term.expand() # works not :(

PS: I tried

cos(2*pi/17).trig_simplify()

cos(2*pi/17).trig_expand()

as well.