subtract a vector from a matrix

Hi!

I have a matrix containing a number of columns and I would like to subtract the same wave from all columns. Is there a simple way to do this?
The solution suggested above is perfectly valid. However, if you are working with matrices you may want to get acquainted with MatrixOP where you would use:
MatrixOP/O resultW=matrixWave-colRepeat(vectorWave,numCols(matrixWave))


A.G.
WaveMetrics, Inc.