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 Pr
Posted: Fri Jun 10, 2022 11:57 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. -