{ "cells": [ { "cell_type": "markdown", "metadata": { "toc": "true" }, "source": [ "# Table of Contents\n", "

1  pythonで数学
2  目次と目標
2.1  数式処理
2.2  線形代数
2.3  coding
2.4  数値計算
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "pythonで数学\n", "============\n", "\n", "- mapleで作っていたテキストをpythonに書き換えてみた.\n", "- rubyのほうがやりたいけど...\n", "- emacs keybindが使えるぜ.\n", "- hikiのformatからの変換コードと手順,\n", " \\~/ipynb\\_utils/md\\_to\\_ipynb.ipynbにあるが...\n", "\n", "目次と目標\n", "==========\n", "\n", "[数式処理](./symbolic_math/README.org)\n", "--------------------------------------\n", "\n", "[線形代数](./linear_algebra/README.org)\n", "---------------------------------------\n", "\n", "[coding](./program_coding/README.ipynb)\n", "---------------------------------------\n", "\n", "[数値計算](./numerical_calc/README.ipynb)\n", "-----------------------------------------\n" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": true }, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3.9.5 64-bit ('3.9.5')", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.5" }, "latex_envs": { "LaTeX_envs_menu_present": true, "autocomplete": true, "bibliofile": "biblio.bib", "cite_by": "apalike", "current_citInitial": 1, "eqLabelWithNumbers": true, "eqNumInitial": 1, "hotkeys": { "equation": "Ctrl-E", "itemize": "Ctrl-I" }, "labels_anchors": false, "latex_user_defs": false, "report_style_numbering": false, "user_envs_cfg": false }, "toc": { "colors": { "hover_highlight": "#DAA520", "navigate_num": "#000000", "navigate_text": "#333333", "running_highlight": "#FF0000", "selected_highlight": "#FFD700", "sidebar_border": "#EEEEEE", "wrapper_background": "#FFFFFF" }, "moveMenuLeft": true, "nav_menu": { "height": "13px", "width": "253px" }, "navigate_menu": true, "number_sections": true, "sideBar": true, "threshold": 4, "toc_cell": true, "toc_section_display": "block", "toc_window_display": true, "widenNotebook": false }, "vscode": { "interpreter": { "hash": "0261ef99989ab0d87b9b2976f1ada45f88b4175ec62f476af056f0f7c4b0f816" } } }, "nbformat": 4, "nbformat_minor": 2 }