Question: fsolve:global results and subscripts

Hi All,

I am combining two problems I have with fsolve. 

1)  When fsolve finds a solution, it does not distribute the result globally.  So I have to cut 'n paste each result on another line.  Big PIA.  Is there a way to globalize the results?

2) I like subscripts on my variables.  When fsolve gives results for a subscripted variable, it changes a former atomic subscript (subscript that is part of the variable) into a subscript that represents an indexed variable. Why does it do this?  Is there any way to stop this from happening?

Thanks, Ratch

Please Wait...