Group Abstract Group Abstract

Message Boards Message Boards

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

How to solve this system of equations?

Posted 10 years ago
Attachments:
POSTED BY: Laurent Simula
2 Replies

I have some doubts that there are more than one solution, at least in the unit square. The following plots show ony one likely candidate:

Plot3D[{Sqrt@Norm[{exp3 - tP/(1 - tP), exp6 - tC/(1 - tC)}], 0}, {tC, 
  0, 1}, {tP, 0, 1}, PlotRange -> {-.1, 1}, AxesLabel -> Automatic]
Plot3D[{Sqrt@Norm[{exp3 - tP/(1 - tP), exp6 - tC/(1 - tC)}], 
  0}, {tC, .8, .9}, {tP, 0.5, .9}, PlotRange -> {-.1, 1}]
POSTED BY: Gianluca Gorni

FindRoot only gives one solution for a given starting point. If you want more solutions, you should try more starting points.

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