Commit 19269f07 authored by Inigo Aldazabal's avatar Inigo Aldazabal

Add index range in example

parent f76e1916
...@@ -462,7 +462,7 @@ ...@@ -462,7 +462,7 @@
"\n", "\n",
" * `[2**0, 2**1, 2**2, 2**3, 2**4]`\n", " * `[2**0, 2**1, 2**2, 2**3, 2**4]`\n",
"\n", "\n",
" * `a_j = 2^(3*j) - j`\n" " * `a_j = 2^(3*j) - j, j=1,2,3,4`\n"
] ]
}, },
{ {
...@@ -792,7 +792,7 @@ ...@@ -792,7 +792,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.6.1" "version": "3.6.2"
} }
}, },
"nbformat": 4, "nbformat": 4,
......
...@@ -720,7 +720,7 @@ ...@@ -720,7 +720,7 @@
"\n", "\n",
" * `[2**0, 2**1, 2**2, 2**3, 2**4]`\n", " * `[2**0, 2**1, 2**2, 2**3, 2**4]`\n",
"\n", "\n",
" * `a_j = 2^(3*j) - j`\n" " * `a_j = 2^(3*j) - j, j=1,2,3,4`\n"
] ]
}, },
{ {
...@@ -1223,7 +1223,7 @@ ...@@ -1223,7 +1223,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.6.1" "version": "3.6.2"
} }
}, },
"nbformat": 4, "nbformat": 4,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment