Recent content by leogt11
-
L
Fortran Solving a system of equations with numeric variables - Fortran
How do I make the first row of matrix a all of type REAL (4). You mean like this real*4 :: c prog.f95:9.12: real*4 :: c 1 Error: GNU Extension: Nonstandard type declaration REAL*4 at (1) prog.f95:43.19:- leogt11
- Post #3
- Forum: Programming and Computer Science
-
L
Fortran Solving a system of equations with numeric variables - Fortran
Hello, I've been trying to solve a system of equations but I'm getting a lot of troubles when I tried to insert inside a matrix a numeric variable. This is my code. I've tried both schemes, i.e., (1) introducing all elements of the matrix by hand (real numbers) and (2) introducing numeric...- leogt11
- Thread
- Fortran Numeric System System of equations Variables
- Replies: 6
- Forum: Programming and Computer Science