ENGR 103 Assignment 4: Array Manipulation
VerifiedAdded on 2019/09/18
|1
|258
|937
Homework Assignment
AI Summary
This is a homework assignment for ENGR 103 at SFSU, focusing on C programming and array manipulation. The assignment requires students to write a C program that reads a 2D array, copies its elements into a single array row-wise and column-wise, and calculates new array values using a given polynomial function. The program should also display the original and calculated matrices with proper formatting. Extra credit is given for using external files for input and output. The assignment includes functions for copying rows (COPYR), copying columns (COPYC), and polynomial calculation (POLYNOMIAL), along with a specified polynomial function (POLY(X)).