Question: PLEASE WRITE USING FORTRAN In this problem, you are asked to perform basic matrix operations with intrinsic functions as well as with step-by-step elementwise operations.
PLEASE WRITE USING FORTRAN
In this problem, you are asked to perform basic matrix operations with intrinsic functions as well as with step-by-step elementwise operations. The matrices to be used are A = [1.0 3.1 2.5 -2.4 3.2 1.9] and B = [3.0 0.0 1.2 2.1 -1.2 0.9] Use two external subroutines to determine the transpose of A and B as well as the multiplication of A and B. Compare your results with those obtained from the intrinsic functions TRANSPOSE and MATMUL. Write your results to an output file using formatted output rounded to the first digit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
