Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.8K Views
|
1 Reply
|
1 Total Like
View groups...
Share
Share this post:

Manipulate[]

POSTED BY: Harvey Vargas

FindRoot, like many other functions in Mathematica, outputs its results as rules. Please see this article on how to use them:

http://support.wolfram.com/kb/12505

So if you wanted the x value from FindRoot, you'd use:

x/. FindRoot[{f[a, b, x] == 0, g[a, b, x, y] == CantidadX}, {{x, 1}, {CantidadX, 1}}]
POSTED BY: Sean Clarke
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard