Advertisement
Guest User

Untitled

a guest
May 16th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.      subroutine f(x,y,m)
  2.         implicit none
  3.         integer :: m
  4.         real(8) :: x(m), y(m)
  5.  
  6.         y(2)= -((1d0/2d0)*x(1)*x(1)*x(1)-2d0*x(1)-x(2)+7d0)
  7.         y(1)= -(exp(x(1))-x(2)+1d0)
  8.     end subroutine
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement