Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #1511
| From | Anna Kaladze <anna.kaladze@gmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Picking certain values from an array of solutions |
| Date | 2011-04-06 09:12 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <inhaqk$294$1@smc.vnet.net> (permalink) |
Hi All,
I have solved a system of 2 equations for different values of a specific
paramater, entering each of those equations, and I get the answer in the
following form:
final = {{},{{F1=AE0.935295,F2=AE0.147373}},{{F1=AE0.547316,F2=AE0.147209}},{{F1=AE
0.418004,F2=AE0.14704}},{{F1=AE0.353359,F2=AE0.146866}},{{F1=AE0.314582,F2 =AE
0.146685}}}
where F1 and F2 are the variables I was solving for.
Now I need to get the minimum value F1/F2 takes in "final". That is, I need
the lowest number occuring in "final" to be returned and its associated
variable, be it F1 or F2. Obviously, for the above tuple the answer
is F2=0.146685, but I do not know what code to use to get the minimum for
any tuple like that.
Thanks a lot.
Anna.
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Picking certain values from an array of solutions Anna Kaladze <anna.kaladze@gmail.com> - 2011-04-06 09:12 +0000
csiph-web