You are on page 1of 1

_________________________________________________

Rezolvare

Given

x1 := 0.2 x2 := 0.6 pi := 3.14159265

V1 := 1.5 alfa := 0.5

(
f3( x1 , x2) := π x1 + x2
2 2
) + (x22 - x12) sin(πalfa)
pi
3 tan( alfa )
( 3
 x2 - x1
3
) - V1 = 0
x1 > 0 x2 > 0

sol := Minimize( f3 , x1 , x2)

 0.3295 
sol =  
 0.9353 
(
f3 sol , sol
0 1 ) = 8.11092

You might also like