fuocofatuo
30-01-2006, 07:41
fuocofatuo@Sarah:~> octave
GNU Octave, version 2.1.71 (i686-suse-linux).
Copyright (C) 2005 John W. Eaton.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or
FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'.
Additional information about Octave is available at http://www.octave.org.
Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html
Report bugs to <bug@octave.org> (but first, please read
http://www.octave.org/bugs.html to learn how to write a helpful report).
octave:1> a=[1,2;3,4]
a =
1 2
3 4
octave:2> rank(a)
E qui mi rimane bloccato per tempo indefinito.
Operazioni basilari come somma e prodotto tra matrici le fa correttamente, ma pressochè tutte le funzioni che chiamo (siano inv, det o che altro) lo bloccano. Ho provato a ricaricare il pacchetto dal reposity (uso openSuse), ma anche questo non ha cambiato le cose. Sbaglio io da qualche parte? Avete qualche idea, qualche suggerimento o qualche indicazione sulla natura del problema? Grazie mille....
GNU Octave, version 2.1.71 (i686-suse-linux).
Copyright (C) 2005 John W. Eaton.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or
FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'.
Additional information about Octave is available at http://www.octave.org.
Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html
Report bugs to <bug@octave.org> (but first, please read
http://www.octave.org/bugs.html to learn how to write a helpful report).
octave:1> a=[1,2;3,4]
a =
1 2
3 4
octave:2> rank(a)
E qui mi rimane bloccato per tempo indefinito.
Operazioni basilari come somma e prodotto tra matrici le fa correttamente, ma pressochè tutte le funzioni che chiamo (siano inv, det o che altro) lo bloccano. Ho provato a ricaricare il pacchetto dal reposity (uso openSuse), ma anche questo non ha cambiato le cose. Sbaglio io da qualche parte? Avete qualche idea, qualche suggerimento o qualche indicazione sulla natura del problema? Grazie mille....