- 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 1 (45.18 KiB) Viewed 65 times
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
-
- Posts: 43759
- Joined: Sat Aug 07, 2021 7:38 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 Pr
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. -