Hey, Im trying to call the function into the matrix in order to multiply it by another matrices. I am having trouble with the reals and basics. I have the formats down ( i think )....
PROGRAM MATRIXMAKER
integer n, W, icount
real(2) Sig_tr, Sig_a, Lambda_tr, D, dx, S_o
real(2), allocatable...
Hey, so basically i need to be able to enter the dimensions of a matrix (nxn), take the inverse and, multiply it by another 1xn. I have written a Matlab equiv for this.
clc
Clear all
%% input variables
n = input('Input the number of nodes (n)')
W = input('Input the length of the slab(W)')...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.