[q-lang-cvs] q/modules/octave README-Octave,1.1.1.1,1.2
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-02-26 01:20:02
|
Update of /cvsroot/q-lang/q/modules/octave In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26049 Modified Files: README-Octave Log Message: update README Index: README-Octave =================================================================== RCS file: /cvsroot/q-lang/q/modules/octave/README-Octave,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README-Octave 15 Dec 2003 10:21:23 -0000 1.1.1.1 --- README-Octave 26 Feb 2008 01:19:56 -0000 1.2 *************** *** 19,29 **** it is not already running): ! ==> octave "A=[1,2;3,4]; eig(A)" ! () ! ==> ans = ! 5.37228 ! -0.37228 The command is executed asynchronously in the Octave interpreter, and any --- 19,29 ---- it is not already running): ! ==> octave "A=[1,2;3,4]; eig(A)" ! () ! ==> ans = ! -0.37228 ! 5.37228 The command is executed asynchronously in the Octave interpreter, and any *************** *** 31,37 **** get octave variables: ! ==> octave_set "A" [[1,2],[3,4]] || octave "eig(A);" || \ ! octave_get "ans" ! [[5.37228132326901],[-0.372281323269014]] Supported Octave value types are scalars (real and complex), vectors and --- 31,36 ---- get octave variables: ! ==> octave_set "A" [[1,2],[3,4]] || octave "B = eig(A);" || octave_get "B" ! [[-0.372281323269014],[5.37228132326901]] Supported Octave value types are scalars (real and complex), vectors and *************** *** 52,56 **** Enjoy! :) ! Sep 8 2000 Albert Graef ag...@mu..., Dr....@t-... --- 51,55 ---- Enjoy! :) ! Feb 26 2008 Albert Graef ag...@mu..., Dr....@t-... |