Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Sum of series
Program series Implicit none Integer I,J,N,sum I=1 J=1 N=100 Sum=0 do J=1,N,+1 Sum=sum + I Write(*,*) I,sum I=I+1 enddo End Program series
run
|
edit
|
history
|
help
-1
Find HM
gauss seidel and jacobi
Example 45 175 page
A_01 FALSE_POSITION_METHOD
A_01 SECANT_METHOD
Taylors method of three order
Inverse matric
Pivot
DO CONTINUE
my_first_code