help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

function errir in symbolic


From: Mankin, Erik
Subject: function errir in symbolic
Date: Tue, 31 Jul 2018 14:46:37 +0000

Hello,

 

I installed octave 4.4.0 and then the package symbolic version 2.7.0

 

Running the following code

 

 

syms xx m

solve(xx == 2*xx + 6, xx)

 

bb=[-2, -1, 0, 1, 2];

cc=polyout(bb,'m')

cc

[c9, t9] = coeffs(cc)

 

The function solve (beeing in the package symbolic) works fine, whereas

Coeffs does not work:

error: 'coeffs' undefined near line

 

Thanks in advance

Erik


reply via email to

[Prev in Thread] Current Thread [Next in Thread]