Post Reply 
(complex) root of unity
01-16-2021, 06:12 PM
Post: #12
RE: (complex) root of unity
The small square in the HP PRIME G2 with firmware 20200121 replaces the three dots that appear in the HP Prime Virtual Calculator lists or vectors

Code:

#cas
rootsOFOne(n):=
BEGIN
RETURN e^(2**π*range(n)/n);
END;

rootsOfZ(z, n):=
BEGIN
RETURN z^(1/n)*rootsOFOne(n);
END;

#end
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(complex) root of unity - salvomic - 01-16-2021, 02:47 PM
RE: (complex) root of unity - rprosperi - 01-16-2021, 02:57 PM
RE: (complex) root of unity - salvomic - 01-16-2021, 03:53 PM
RE: (complex) root of unity - robmio - 01-16-2021, 03:24 PM
RE: (complex) root of unity - salvomic - 01-16-2021, 03:56 PM
RE: (complex) root of unity - Albert Chan - 01-16-2021, 03:40 PM
RE: (complex) root of unity - salvomic - 01-16-2021, 03:58 PM
RE: (complex) root of unity - salvomic - 01-16-2021, 05:27 PM
RE: (complex) root of unity - robmio - 01-16-2021, 05:42 PM
RE: (complex) root of unity - robmio - 01-16-2021, 05:47 PM
RE: (complex) root of unity - salvomic - 01-16-2021, 06:02 PM
RE: (complex) root of unity - robmio - 01-16-2021 06:12 PM
RE: (complex) root of unity - salvomic - 01-16-2021, 06:17 PM
RE: (complex) root of unity - robmio - 01-16-2021, 06:28 PM
RE: (complex) root of unity - salvomic - 01-16-2021, 06:37 PM
RE: (complex) root of unity - robmio - 01-16-2021, 06:40 PM
RE: (complex) root of unity - salvomic - 01-16-2021, 06:48 PM
RE: (complex) root of unity - Jon Higgins - 12-26-2021, 11:45 AM



User(s) browsing this thread: 1 Guest(s)