Timeline for How can I access to the needed part of this expression? [duplicate]
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 3, 2022 at 19:51 | history | closed | flinty Rohit Namjoshi bbgodfrey MarcoB corey979 | Duplicate of How to Set parts of indexed lists? | |
| Jan 3, 2022 at 17:26 | review | Close votes | |||
| Jan 3, 2022 at 19:51 | |||||
| Jan 3, 2022 at 15:29 | comment | added | flinty | You have to set them through a temporary variable: F[1][t] = ConstantArray[a1, 10]; Module[{temp = F[1][t]}, temp[[2 ;; 4]] = 1; F[1][t] = temp; ]; F[1][t] See here | |
| Jan 3, 2022 at 15:27 | comment | added | Jason B. | You might find something here to help | |
| Jan 3, 2022 at 15:16 | history | asked | mattiav27 | CC BY-SA 4.0 |