Thanks A lot
Yes Please, and if there is any other way i will be thankful
By "WOLFRAM" do you mean "Wolfram|Alpha"?
I am sorry for many questions, But it is translating the word Remove and word Solve
Hello,
it gave me this message "Assuming "solve" is a general topic | Use as a word instead"
and doesn't gave me any answer
thanks
Try again with this code:
ClearAll["`*"]; Remove["`*"]; Solve[{2 ((Lx^3)/12 + (Lx (W/2 - x/2)^2)) + (((W - 2 x)^3) y)/6 == B, 2 (((((W - 2 x)) y^3)/12) + ((W - 2 x) y (L/2 - y/2)^2)) + (x*L^3)/ 6 == A}, {x, y}]
Try:
Solve[{2 ((Lx^3)/12 + (Lx (W/2 - x/2)^2)) + (((W - 2 x)^3) y)/6 == B, 2 (((((W - 2 x)) y^3)/12) + ((W - 2 x) y (L/2 - y/2)^2)) + (x*L^3)/ 6 == A} , {x, y}] (*Big solution*)