Add & Mult. Matrix

완료 등록 시간: Apr 4, 2004 착불
완료 착불

**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

C 프로그래밍 공학 MySQL PHP 소프트웨어 아키텍처 소프트웨어 테스팅

프로젝트 ID: #3159490

프로젝트 소개

16 건(제안서) 재택 근무형 프로젝트 서비스 이용 중: Apr 5, 2004

수상자:

unmovin

See private message.

$6 USD (2일 이내)
(5건의 리뷰)
1.9

이 일자리에 대한 프리랜서 16 명의 평균 입찰가: $15

amunsol

See private message.

$17 USD (2일 이내)
(99 리뷰)
7.0
ffmpegvw

See private message.

$25.5 USD (2일 이내)
(43 리뷰)
6.3
abstractvision

See private message.

$25.5 USD (2일 이내)
(141 리뷰)
6.1
SUog

See private message.

$11.05 USD (2일 이내)
(104 리뷰)
5.9
idleswell

See private message.

$17 USD (2일 이내)
(175 리뷰)
5.9
techzonevw

See private message.

$21.25 USD (2일 이내)
(156 리뷰)
5.8
DanD

See private message.

$21.25 USD (2일 이내)
(212 리뷰)
5.8
vangelisdimou

See private message.

$23.8 USD (2일 이내)
(61 리뷰)
5.1
CygnusOne

See private message.

$12.75 USD (2일 이내)
(17 리뷰)
4.3
HieuT

See private message.

$8.5 USD (2일 이내)
(31 리뷰)
3.9
grayfacedbu

See private message.

$12.75 USD (2일 이내)
(39 리뷰)
3.5
cristi004

See private message.

$10.2 USD (2일 이내)
(9 리뷰)
2.0
softbite

See private message.

$12.75 USD (2일 이내)
(8 리뷰)
2.0
gabrielakomar

See private message.

$8.5 USD (2일 이내)
(1 리뷰)
0.8
roxsox

See private message.

$8.5 USD (2일 이내)
(0 리뷰)
0.0