Email is: t01ect2@abdn.ac.uk
SUBJECT: NEWBIE TO QBASIC
TOPIC: Matrix proram
DATE: 11-01-2002 10:19pm
Help. I've been given an assignment. I have never ever done any programming at all. If anybody has the good will/ability to help me out it would be very welcome. The problem is thus;
Create a progamme on Qbasic that creates a 10*10 matrix but also allows the matrix to be larger or smaller.
Prints out the matrix numbers.
Calculates and prints the mean value of the matrix and also the minimum and maximum values of the matrix.
Passes a 3*3 'filter' or 'moving average window' over the matrix and writes the values calculated into a new matrix. (Filter matrix has a net multiplication value of 1)
Prints the filtered matrix
Return to QBASIC MESSAGE BOARD