Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.8K Views
|
8 Replies
|
1 Total Like
View groups...
Share
Share this post:

Solving two equations using Wolfram|Alpha?

POSTED BY: Raghed Arnouk
8 Replies

Thanks A lot

POSTED BY: Raghed Arnouk
Posted 3 years ago
POSTED BY: Bill Nelson

Yes Please, and if there is any other way i will be thankful

POSTED BY: Raghed Arnouk

By "WOLFRAM" do you mean "Wolfram|Alpha"?

POSTED BY: Daniel Lichtblau

I am sorry for many questions, But it is translating the word Remove and word Solve

POSTED BY: Raghed Arnouk

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

POSTED BY: Raghed Arnouk

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}]
POSTED BY: Mariusz Iwaniuk

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*)
POSTED BY: Mariusz Iwaniuk
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard