開発環境
- macOS Sierra - Apple (OS)
- Emacs (Text Editor)
- Python 3.6 (プログラミング言語)
行列プログラマー(Philip N. Klein (著)、 松田 晃一 (翻訳)、 弓林 司 (翻訳)、 脇本 佑紀 (翻訳)、 中田 洋 (翻訳)、 齋藤 大吾 (翻訳)、オライリージャパン)の1章(体)、1.4(C(複素数)と遊ぼう)、1.4.7(オイラーの公式)の課題1.4.17を取り組んでみる。
課題 1.4.17
コード(Emacs)
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import math from plotting import plot n = 20 w = math.e ** (2 * math.pi * 1j / n) zs = {w ** x for x in range(n)} plot(zs) input()
入出力結果(Terminal, IPython)
$ ./sample4_17.py q $
0 コメント:
コメントを投稿