- 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 1 (44.05 KiB) Viewed 77 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 Prin
-
- 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 Prin
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.