Question: Please use C language (2 points) Write a function void genmatrix(int n, double A []) that fills an n n matrix with random numbers and

Please use C language
(2 points) Write a function void genmatrix(int n, double A []) that fills an n n matrix with random numbers and function void genvector(int n, double b[]) that fills an n vector with random numbers. Store these functions in file gendata.c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
