Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenovic committed Sep 27, 2016
1 parent dcbfe32 commit 3f41ca1
Showing 1 changed file with 0 additions and 60 deletions.
60 changes: 0 additions & 60 deletions docs/TheAlgebraOfSpaceG3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -472,66 +472,6 @@
"~A"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Which can be used to define the *even* part of `A`"
]
},
{
"cell_type": "code",
"execution_count": 257,
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
"text/plain": [
"1.0 + (2.0^e1)"
]
},
"execution_count": 257,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"A_even = .5*(A+~A)\n",
"A_even"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Or the *odd* part "
]
},
{
"cell_type": "code",
"execution_count": 258,
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
"text/plain": [
"(3.0^e12) + (4.0^e123)"
]
},
"execution_count": 258,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"A_odd = .5*(A-~A)\n",
"A_odd"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 3f41ca1

Please sign in to comment.