Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Y
!gfortran, gcc version 5.4.0 20160609 program arithmetic implicit none ! To find the arithmetic operator !We use the formular (a * b**c) real :: output real,parameter :: a = 5 real,parameter :: b= 2 real,parameter :: c = 3 Output = a*b**c Print * , Output end program arithmetic
run
|
edit
|
history
|
help
0
C
machine epsilon
DO END DO
gauss seidel and jacobi
A_02 NEWTON'S ITERATIVE METHOD
Q1a
Factorial problem
first
A_02 GUASSIAN ELIMINATION METHOD
Finite