Add & Mult. Matrix

Completado Publicado Apr 4, 2004 Pagado a la entrega
Completado Pagado a la entrega

**Summary:** I need a menu-driven C program that will provide the following operations on matrices:

(1) Read (and Display) data for two 3x3 matrices

(2) Add matrices

(3) Multiply matrices

(4) Sort matrices

**At the beginning of the program, you must declare three (3) 3x3 matrices and fill them with zeroes. Two (2) of the matrices will be used for adding, multiplying, and sorting; the third matrix will be used for storing results obtained by adding and multiplying matrices.**

***Menu Option 1***: The program should read in the data for the two 3x3 matrices. In essence, you should read in 18 integers and place them in the corresponding matrices.

Display these two (2) matrices once they’ve been read (i.e., 3 rows and 3 columns for each).

***Menu Option 2***: The program should add the two matrices and display the result.

***Menu Option 3***: The program should multiply the two matrices and display the result.

***Menu Option 4***: The program should re-sort each matrix (using smallest to largest values) and display each.

**The program must display the menu after _each task_ and wait for the user to select another option, until the user chooses to quit the program (may be menu option 5).**

Please use ***pointer arithmetic (NOT array indexing/subscripting)

*** You **must use** the following function prototypes:

**void fill_zero (int *mat);** //fills matrix with zeroes

**void read_matrix (int *mat);** //reads in data and stores values in a matrix

**void print (int *mat);** //prints a matrix

**void add (int *mat1, int *mat2, int *mat3);** //adds 2 matrices and stores result in mat3

**void multiply (int *mat1, int *mat2, int *mat3);** //multiplies 2 matrices and stores result in mat3

**void sort (int *mat1, int *mat2);** //sorts 2 matrices

□ **Include comments AND matrices must be displayed as 3 rows and 3 columns. **

□ **Please note that file input redirection will be used in testing your program**

## Deliverables

1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.

## Platform

Windows XP

Programación en C Ingeniería MySQL PHP Arquitectura de software Verificación de software

Nº del proyecto: #3159490

Sobre el proyecto

16 propuestas Proyecto remoto Activo Apr 5, 2004

Adjudicado a:

unmovin

See private message.

$6 USD en 2 días
(5 comentarios)
1.9

16 freelancers están ofertando un promedio de $15 por este trabajo

amunsol

See private message.

$17 USD en 2 días
(99 comentarios)
7.0
ffmpegvw

See private message.

$25.5 USD en 2 días
(43 comentarios)
6.3
abstractvision

See private message.

$25.5 USD en 2 días
(141 comentarios)
6.1
SUog

See private message.

$11.05 USD en 2 días
(104 comentarios)
5.9
idleswell

See private message.

$17 USD en 2 días
(175 comentarios)
5.9
techzonevw

See private message.

$21.25 USD en 2 días
(156 comentarios)
5.8
DanD

See private message.

$21.25 USD en 2 días
(212 comentarios)
5.8
vangelisdimou

See private message.

$23.8 USD en 2 días
(61 comentarios)
5.1
CygnusOne

See private message.

$12.75 USD en 2 días
(17 comentarios)
4.3
HieuT

See private message.

$8.5 USD en 2 días
(31 comentarios)
3.9
grayfacedbu

See private message.

$12.75 USD en 2 días
(39 comentarios)
3.5
cristi004

See private message.

$10.2 USD en 2 días
(9 comentarios)
2.0
softbite

See private message.

$12.75 USD en 2 días
(8 comentarios)
2.0
gabrielakomar

See private message.

$8.5 USD en 2 días
(1 comentario)
0.8
roxsox

See private message.

$8.5 USD en 2 días
(0 comentarios)
0.0