mstachow

5 Reputation

One Badge

7 years, 330 days

MaplePrimes Activity


These are replies submitted by mstachow

Hi,

yes, that does work as well.  I wonder: is there a significant difference between using your method and just fsolving the entire Soln?  I guess it skips a zero-finding step...

@Preben Alsholm Actually, I figured it out (awkward...) I was using evalf, but fsolve seemed to be the answer.  The problem was this:  I solved the system of equations, and this led to a set of expression objects, not numbers.  By using fsolve on each of those expression objects, I can extract the number value.  I'm not sure if that's the canonical way or not, but it does the trick.

Page 1 of 1