Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 1.17 KB | None | 0 0
  1. function F = yoba(x)
  2.  
  3. F(1) = 101.325*10*70 -( x(3)*8.314*x(10));
  4. F(2) = 101.325*30*70 -( (x(4) + 75.7)*8.314*x(9));
  5. F(3) = 373.15*(200*(x(3) + x(4)) + 20*75.7) -( 200*(x(10)*x(3) + x(9)*x(4)) + 20*x(9)*75.7);
  6. F(4) = x(4) + x(3) -( 2 * 75.7);
  7. F(5) = x(7)*70 -( x(4)*8.314*x(5));
  8. F(6) = x(8)*70 -( 75.7*8.314*x(6));
  9. F(7) = x(9)*(200*x(4) + 20*75.7) -( x(5)*x(4) + 20*x(6)*75.7);
  10. F(8) = x(7) + x(8) -( 1013);
  11. F(9) = x(2)*2*70 -( 75.7*8.314*x(1));
  12. F(10) = x(1)*30*75.7 -( x(10)*200*x(3)*+x(9)*(20*75.7 + 200*x(4)) + 550000*75.7/2);
  13.  
  14. 10901.1426
  15. 34375.2015
  16.   221.0958
  17.   -34.8885
  18.  -194.4301
  19.    54.8473
  20.   -11.0551
  21.    31.8844
  22.    -0.0025
  23.     2.8202
  24.  
  25. 385683.8022
  26. 713048.2072
  27.    156.3298
  28.     41.1987
  29.    -10.2494
  30.     97.2474
  31.   -154.9039
  32.    183.8253
  33.      3.3955
  34.      0.3691
  35.  
  36.  739798.0625
  37. 1138950.3655
  38.     179.0750
  39.      17.8784
  40.     -60.9451
  41.     108.0608
  42.    -156.6919
  43.     188.9930
  44.       7.5638
  45.       0.5085
  46.  
  47.  442995.4004
  48. 1475294.4795
  49.     217.6345
  50.     -21.1484
  51.      13.8833
  52.      53.7336
  53.     -14.3196
  54.      34.8833
  55.      -1.1821
  56.       4.5223
  57.  
  58.  9186.0451
  59. 51246.3555
  60.   196.2954
  61.    -8.4835
  62.  -216.2498
  63.    53.1733
  64.   -18.2879
  65.    38.7379
  66.    -0.0020
  67.     3.5228
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement