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