Q: Write a shell script to read and print two matrices: X(10) and Y(10). Then, Calculate array Z(10) where Z=X²+2*Y Prin
Posted: Fri Jun 10, 2022 11:58 am
Q: Write a shell script to read and print two matrices: X(10) and Y(10). Then, Calculate array Z(10) where Z=X²+2*Y Print array Z.