Group: comp.softsys.sas · Group Profile · Search for ReplaceAll in comp.softsys.sas
Author: Nat Wooding
Date: Jun 11, 2008 09:06
... to use word basic commands to edit out the mu's but I do not seem to be able to get this to work. I have used commands such as put '[EditReplace.Find="mu",.Replace=" ",.Direction=0,.ReplaceAll,.Wrap=0]' ; but the mu's are not disappearing. Does anyone have any insight in how to get Word to understand what I am trying to do? An alternative would be to issue a Wordbasic command that ...
|
| Show full article (2.09Kb) |
Group: comp.softsys.math.mathematica · Group Profile · Search for ReplaceAll in comp.softsys.math.mathematica
Author: Andrzej Kozlowski
Date: Jun 10, 2008 04:15
... if the following will apply straightforwardly to your bigger expressions, but you could use a list of rules with the *ReplaceRepeated[]* operator (short cut //. double-forward slash and period, though in your example *ReplaceAll[]* is enough) or compute a *GroebnerBasis[]* for the variables t1, t2, t3, and eliminating a, b, and c. For instance, In[1]:= {a - b, b - c, c...
|
| Show full article (3.32Kb) · Show article thread |
Group: comp.softsys.math.mathematica · Group Profile · Search for ReplaceAll in comp.softsys.math.mathematica
Author: yaqi
Date: Jun 10, 2008 00:43
... sure if the following will apply straightforwardly to your bigger expressions, but you could use a list of rules with the *ReplaceRepeated[]* operator (short cut //. double-forward slash and period, though in your example *ReplaceAll[]* is enough) or compute a *GroebnerBasis[]* for the variables t1, t2, t3, and eliminating a, b, and c. For instance, In[1]:= {a - b, b - c, c -...
|
| Show full article (1.93Kb) · Show article thread |
Group: comp.softsys.math.mathematica · Group Profile · Search for ReplaceAll in comp.softsys.math.mathematica
Author: Jean-Marc Gulliet
Date: Jun 9, 2008 03:21
... not sure if the following will apply straightforwardly to your bigger expressions, but you could use a list of rules with the *ReplaceRepeated[]* operator (short cut //. double-forward slash and period, though in your example *ReplaceAll[]* is enough) or compute a *GroebnerBasis[]* for the variables t1, t2, t3, and eliminating a, b, and c. For instance, In[1]:= {a - b, b - c, c - a} ...
|
| Show full article (1.16Kb) · Show article thread |
|