|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| ReplacePart[expr, i->new] yields an expression in which the i |
| ReplacePart[expr, {i1->new1, i2->new2, ...}] replaces parts at positions in by newn. |
| ReplacePart[expr, {i, j, ...}->new] replaces the part at position {i, j, ...}. |
| ReplacePart[expr, {{i1, j1, ...}->new1, ...}] replaces parts at positions {in, jn, ...} by newn. |
| ReplacePart[expr, {{i1, j1, ...}, ...}->new] replaces all parts at positions {in, jn, ...} by new. |
| © 2013 Wolfram Research, Inc. |