Guest User

Untitled

a guest
May 30th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. program main()
  2. ...
  3. ...
  4. define upper, lower interval
  5. call function value
  6. ...calculations
  7. ...
  8. ...
  9.  
  10.  
  11. function value (input x1in) (output xout)
  12. ...function is x^4 - 2x^2 + x + 10
  13. xout = (xin)^4 - 2*(xin)^2 + (xin) + 10
Add Comment
Please, Sign In to add comment