[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
syms
From: |
armando |
Subject: |
syms |
Date: |
Thu, 1 Dec 2016 12:19:00 -0800 (PST) |
Hi,
Why this error even with symbolic package installed?
thanks
>>> pkg list image
Package Name | Version | Installation directory
--------------+---------+-----------------------
symbolic *| 1.1.0 | /usr/share/octave/packages/symbolic-1.1.0
>>>
>>>
f=@(x) x.^2 +3*x-1 + 5*x.*sin(x);
>>> syms x;
error: 'syms' undefined near line 1 column 1
>>>
--
View this message in context:
http://octave.1599824.n4.nabble.com/syms-tp4680853.html
Sent from the Octave - General mailing list archive at Nabble.com.