murtu52 Posted October 14, 2005 Report Share Posted October 14, 2005 (edited) I need help writing a ForTran 90 program involving matrices.I need to know how to input a matrix into Fortran90 to be used in subroutine.Please help.Thank you. Edited October 16, 2005 by murtu52 Quote Link to post Share on other sites
jcl Posted October 14, 2005 Report Share Posted October 14, 2005 (edited) Details? Edited October 14, 2005 by jcl Quote Link to post Share on other sites
murtu52 Posted October 16, 2005 Author Report Share Posted October 16, 2005 Please help as soon as possible.Thank you. Quote Link to post Share on other sites
imroadkill2 Posted October 16, 2005 Report Share Posted October 16, 2005 Please help as soon as possible.Thank you.<{POST_SNAPBACK}>We need alitte bit more detail on what the program has to do.. Quote Link to post Share on other sites
jcl Posted October 17, 2005 Report Share Posted October 17, 2005 I need to know how to input a matrix into Fortran90 to be used in subroutine.<{POST_SNAPBACK}>Input from the user? If so, something likeREAL, DIMENSION(3,3) :: matREAD(*,*) mat Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.