Group Abstract Group Abstract

Message Boards Message Boards

0
|
8.8K Views
|
2 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Solve a system of four equations with W|A?

Posted 8 years ago
2 Replies

Got it. Thanks for the tip.

Posted 8 years ago

This

Solve[{a==2*c,a+2*b==3*c+d,a==2*d,b==c},{a,b,c}]

or even just this

{a==2*c, a+2*b==3*c+d, a==2*d, b==c}

WA link

appear to work.

Assignments to named variables, especially names of more than a single character, have been an issue in WA.

POSTED BY: Bill Simpson
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard