[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Using the Symbolic Package
From: |
Thomas D. Dean |
Subject: |
Using the Symbolic Package |
Date: |
Wed, 20 May 2009 18:30:39 -0700 |
I downloaded symbolic-1.0.8.tar.gz. 'Pkg install symbolic-1.0.8.tar.gz'
completed successfully.
# pkg list
Package Name | Version | Installation directory
---------------+---------+-----------------------
io *| 1.0.7 | /home/tomdean/octave/io-1.0.7
miscellaneous *| 1.0.7 | /home/tomdean/octave/miscellaneous-1.0.7
optim *| 1.0.4 | /home/tomdean/octave/optim-1.0.4
signal *| 1.0.8 | /home/tomdean/octave/signal-1.0.8
symbolic *| 1.0.8 | /home/tomdean/octave/symbolic-1.0.8
# help sym2poly
... Example:
symbols
x=sym("x"); y=sym("y");
c = sym2poly (x^2+3*x-4); # c = [1,3,-4]
c = sym2poly (x^2+y*x,x); # c = list(2,y,0)
...
# symbols
error: `symbols' undefined near line 40 column 1
#help symbols
help: `symbols' not found
...
Have I missed something?
tomdean
- Using the Symbolic Package,
Thomas D. Dean <=