Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jecstir2112

    Help calling in function

    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...
  2. jecstir2112

    Fortran And MatLab

    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)')...

Part and Inventory Search

Back
Top