{ "cells": [ { "cell_type": "code", "execution_count": 9, "metadata": { "ExecuteTime": { "end_time": "2018-10-19T16:27:18.960891Z", "start_time": "2018-10-19T16:27:18.954175Z" } }, "outputs": [ { "data": { "text/plain": [ "array([0. , 0.0625, 0.125 , 0.1875, 0.25 , 0.3125, 0.375 , 0.4375,\n", " 0.5 , 0.5625, 0.625 , 0.6875, 0.75 , 0.8125, 0.875 , 0.9375,\n", " 1. , 1.0625, 1.125 , 1.1875, 1.25 , 1.3125, 1.375 , 1.4375,\n", " 1.5 , 1.5625, 1.625 , 1.6875, 1.75 , 1.8125, 1.875 , 1.9375,\n", " 2. ])" ] }, "execution_count": 9, "metadata": {}, "output_type": "execute_result" } ], "source": [ "import numpy as np\n", "bnss = np.linspace(0, 2, 33)\n", "bnss" ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "ExecuteTime": { "end_time": "2018-10-19T15:11:53.319065Z", "start_time": "2018-10-19T15:11:53.305040Z" } }, "outputs": [ { "data": { "text/plain": [ "array([0. , 0.05128205, 0.1025641 , 0.15384615, 0.20512821,\n", " 0.25641026, 0.30769231, 0.35897436, 0.41025641, 0.46153846,\n", " 0.51282051, 0.56410256, 0.61538462, 0.66666667, 0.71794872,\n", " 0.76923077, 0.82051282, 0.87179487, 0.92307692, 0.97435897,\n", " 1.02564103, 1.07692308, 1.12820513, 1.17948718, 1.23076923,\n", " 1.28205128, 1.33333333, 1.38461538, 1.43589744, 1.48717949,\n", " 1.53846154, 1.58974359, 1.64102564, 1.69230769, 1.74358974,\n", " 1.79487179, 1.84615385, 1.8974359 , 1.94871795, 2. ])" ] }, "execution_count": 2, "metadata": {}, "output_type": "execute_result" } ], "source": [ "bnss" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "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.7.0" }, "latex_envs": { "LaTeX_envs_menu_present": true, "autoclose": false, "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 } }, "nbformat": 4, "nbformat_minor": 2 }