Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function F = yoba(x)
- F(1) = 101.325*10*70 -( x(3)*8.314*x(10));
- F(2) = 101.325*30*70 -( (x(4) + x(6))*8.314*x(9));
- F(3) = 373.15*(200*(x(3) + x(4)) + 20*x(6)) -( 200*(x(10)*x(3) + x(9)*x(4)) + 20*x(9)*x(6));
- F(4) = x(4) + x(3) -( 2 * x(6));
- F(5) = x(7)*70 -( x(4)*8.314*x(5));
- F(6) = x(8)*70 -( x(6)*8.314*0.5);
- F(7) = x(9)*(200*x(4) + 20*x(6)) -( x(5)*x(4) + 20*0.5*x(6));
- F(8) = x(7) + x(8) -( 1013);
- F(9) = x(2)*2*70 -( x(6)*8.314*x(1));
- F(10) = x(1)*30*x(6) -( x(10)*200*x(3)*+x(9)*(20*x(6) + 200*x(4)) + 550000*x(6)/2);
- 4009.6593 x(1)
- 18.7246 x(2)
- -0.0000 x(3)
- 0.0098 x(4)
- 3122.2315 x(5)
- 0.0363 x(6)
- 10.0201 x(7)
- 9.9998 x(8)
- 47.1661 x(9)
- 6794.0818 x(10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement