Message Boards Message Boards

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

looking for numerical method to solve equation involving PolyLogs

Posted 9 years ago

I have this:

VG = Table[i, {i, -30, 30, 0.1}]

VG - (Vch +A* (-PolyLog[2, -E^-BVch] + PolyLog[2, -E^BVch]) ) == 0

A and B are constants. I'm trying to solve for Vch (another table). Any suggestions?

thanks.

POSTED BY: Ethan Torrey
2 Replies

Are you trying to solve for exact values, or get a best fit in terms of least squares? It looks like the latter since there are so many points. I'd suggest checking FindFit if that is in fact the case.

POSTED BY: Daniel Lichtblau
Posted 9 years ago
POSTED BY: Ethan Torrey
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