Message Boards Message Boards

0
|
1493 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Solve a multi-variable equation for one variable

Posted 1 year ago

I want to plug this into Mathematica. Please help

ln(x) − ln(y) = b − 2 ln(y) + a x Solve for y; assume x>0.

Thank you

POSTED BY: Zegna Picano
2 Replies

A slight variation:

Solve[Log[x] - Log[y] == b - 2 Log[y] + a x,
 y, Reals, Assumptions -> x > 0]
POSTED BY: Gianluca Gorni
Posted 1 year ago
Solve[Log[x] - Log[y] == b - 2 Log[y] + a x, {y}, 
 Assumptions -> x > 0]
POSTED BY: Fathy Dorrah
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract