help-octave
[Top][All Lists]
Advanced

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

Re: symbolic toolbox installation


From: Geordie McBain
Subject: Re: symbolic toolbox installation
Date: Fri, 31 Mar 2006 12:02:38 +1000

> sorry for this 1000's Question.

No worries.

> I am using Linux Debian and wanna use octave with the symbolic
> toolbox, therefore i installed,
>       octave-forge - Version: 2006.01.28-2
> 
> but it seems that there is no sym command in octave, only:
>       octave2.9:1> sym
>       sym2poly   symerr     symfsolve  symlink
>       octave2.9:1>
> 
> What have i to do to get this symbolic toolbox to work?

I'm not sure octave-forge connects to octave2.9 in Debian (it's not on
mine either); so: install octave2.1.  (Isn't this a dependency of
octave-forge in Debian?  I thought it was.)  Then start it with
octave2.1

address@hidden:/tmp$ octave2.1 -q
octave2.1:1> symbols
octave2.1:2> x = sym ("x");
octave2.1:3> differentiate (Sin (x), x)
ans =

cos(x)
octave2.1:4>






-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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