Skip to content

Commit d26f519

Browse files
Merge pull request #30 from abinashmeher999/readme
Added the links to notebooks in README
2 parents 704ed9f + 241403b commit d26f519

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Ruby wrappers gem for SymEngine, a fast symbolic manipulation library, written i
2929
* Install the gem, `gem install symengine-0.1.0.gem`
3030

3131
### Using the extensions
32-
SymEngine is a module in the extensions, and the classes are a part of it. So
33-
first you fire up the interpreter and load the file
32+
SymEngine is a module in the extensions, and the classes are a part of it. To check if
33+
you can use them, fire up the interpreter and load the file
3434
``` ruby
3535
~$ irb
3636
2.2.0 :001 > require 'symengine'
@@ -48,8 +48,4 @@ Go ahead and try a function
4848
|___| |___|
4949
=> nil
5050
```
51-
or create a variable
52-
``` ruby
53-
2.2.0 :003 > basic = SymEngine::Symbol.new("x")
54-
=> #<SymEngine::Symbol:0x0000000274d608>
55-
```
51+
Please go through the [IRuby notebooks](https://github.com/symengine/symengine.rb/tree/master/notebooks) for more demonstrations. If you are new to symengine.rb, please refer to the [beginner notebook](https://github.com/symengine/symengine.rb/blob/master/notebooks/beginner.ipynb).

0 commit comments

Comments
 (0)