Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
*  reenable some tests
*  document interface to Julia and add examples to notebooks
*  implement more of Undefined
*  choosing new names for Julia interface and documenting
  • Loading branch information
jlapeyre committed Nov 25, 2016
1 parent bddfaad commit 997239b
Show file tree
Hide file tree
Showing 24 changed files with 1,115 additions and 206 deletions.
2 changes: 2 additions & 0 deletions contrib/vianello/ch04_vianello_symata1.sj
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Example provided by Rob Godeman

ClearAll(f, y0, a, l, x)

y0(x_) := (e*x)*(l^3 - 2*l*x^2 + x^3)
Expand Down
2 changes: 2 additions & 0 deletions contrib/vianello/ch04_vianello_symata2.sj
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Example provided by Rob Godeman

ClearAll(f, y0, a, l, x)

y0(x_) := (e*x)*(l^3 - 2*l*x^2 + x^3)
Expand Down
4 changes: 2 additions & 2 deletions examples/AlgebraicTransformation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@
{
"data": {
"text/latex": [
"$$ f \\! \\left( \\left( f \\! \\left( \\left( f \\! \\left( x,a \\right) \\right) ,b \\right) \\right) ,c \\right) $$"
"$$ f \\! \\left( f \\! \\left( f \\! \\left( x,a \\right) ,b \\right) ,c \\right) $$"
],
"text/plain": [
"L\"$$ f \\! \\left( \\left( f \\! \\left( \\left( f \\! \\left( x,a \\right) \\right) ,b \\right) \\right) ,c \\right) $$\""
"L\"$$ f \\! \\left( f \\! \\left( f \\! \\left( x,a \\right) ,b \\right) ,c \\right) $$\""
]
},
"execution_count": 5,
Expand Down
Loading

0 comments on commit 997239b

Please sign in to comment.