From bug-octave-request Sat Oct 10 16:31:28 1992 Subject: core dumped again From: Tony Mullins To: bug-octave Date: Sat, 10 Oct 92 16:31:25 EDT How do I get a vector taken to the power of another vector element-by-element? The syntax for multiplication is q.*c, isn't it? octave:1> q 0.0333333 0.189237 0.277429 0.277429 0.189237 0.0333333 octave:2> c = [1,1,1,1,1,1] 1 1 1 1 1 1 octave:3> q.**c /usr/share/octave/src/tree.cc:614: failed assertion `0' Illegal instruction (core dumped) Tony