From: Doug S. <da...@sy...> - 2005-05-13 12:05:45
|
Nicolau Werneck wrote: >hi folks >perhaps no quite the right list, but I'm using octave 2.1 in debian >sid, and i'm getting the following error whe I try to invert a matrix > >octave:1> inv([4 2; 7 6]) >panic: Illegal instruction -- stopping myself... >attempting to save variables to `octave-core'... >save to `octave-core' complete >Illegal instruction > >any ideas? :( > > works here on 2.1.42 >> inv([4 2; 7 6]) ans = 0.600000000000000 -0.200000000000000 -0.700000000000000 0.400000000000000 >> |