Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Dynamical Memory Allocation fortran
!gfortran, gcc vrsion 5.4.0 20160609 program hello integer, parameter::N_max=10 integer,dimension(N_max)::A A=(/1,2,3,4,5/) integer,allocatable(:)::A1 allocate(A1(A)) A1(A(1))=2 print *, 'A1=', A1(A(1)) deallocate(A1) end program hello
run
|
edit
|
history
|
help
0
A_02 NEWTON'S ITERATIVE METHOD
prime list 2
Summation of 1 to 100 integer namber
Secant Method
4
False position
Ch2 ex1 p15
A_04 SIMPSON'S ONE THIRD(3(I))
Gauss for
Pivot