[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with the symbolic toolbox: unary operator - not implemented for
From: |
lo |
Subject: |
Problem with the symbolic toolbox: unary operator - not implemented for Exp |
Date: |
Tue, 07 Aug 2012 20:40:50 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0 |
hello,
I am using the symbolic toolbox 1.1.0 in Octave 3.6.0,
and s being a symbol
I get the following
octave:16> differentiate(Exp(-s),s)
error: unary operator `-' not implemented for `ex' operands
error: evaluating argument list element number 1
error: evaluating argument list element number 1
on the opposite, for - not unary as in
differentiate(Exp(1-s),s)
it works as expected;
is there a work-around for this issue ?
another question:
is there a way to write the result of a symbolic calculation in a file ?
thanks a lot for the support !
regards,
Laurent
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Problem with the symbolic toolbox: unary operator - not implemented for Exp,
lo <=