Expand X Y Sup 6 Sup Hence Evaluate 1 02 Sup 6 Sup To 3d P
(x/2y/3)^2 expand it⭐Solution ⭐ (x/2 y/3)²= (x/2)²(y/3)²2 × x/2 × y/3= x²/4 y²/9 xy/3= 1/36(9x²4y²12xy) Thats answer Hopes its help's u Marks Bra Example #1 In this example we can see that by using sympyexpand () method, we can get the mathematical expression with variables Here we use symbols () method also to declare a variable as symbol # import sympy from sympy import expand, symbols x, y = symbols ('x y') gfg_exp = x y # Use sympyexpand () method exp = sympyexpand (gfg_exp**2)