Invers of matrix and equation solution in fortran | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Invers of matrix and equation solution in fortran

How to get the inverse of a 5*5 matrix in fortran i have a script of least square methode in the end i get a matrix equation to solve (normal system ) Matrix A(5,5)*x=matrix b so => x = inv(a)*b i dont want to add 20 line of code to do it , and if i can get x without calculate invers of A then tell me how pls

25th Jun 2019, 5:40 PM
Zamoslovski
1 Answer
0
Look into Github, you may find some examples
9th Jul 2019, 2:30 AM
Da2
Da2 - avatar