Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.3K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Weird problem with Solve

Posted 11 years ago
POSTED BY: Layo T

version 10.3:

Clear[p1, p2, b]
Solve[{Log[p1] == b - 1, Log[p2] == b - 1, p1 + p2 == 1}, {p1, p2,  b}, Reals]

   {{p1 -> 1/2, p2 -> 1/2, b -> 1 - Log[2]}}
POSTED BY: Nasser M. Abbasi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard