Timeline for Question about iterator
Current License: CC BY-SA 4.0
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 19, 2020 at 18:28 | vote | accept | root | ||
| Mar 19, 2020 at 1:17 | history | edited | root | CC BY-SA 4.0 | deleted 4 characters in body |
| Mar 19, 2020 at 1:16 | answer | added | Michael E2 | timeline score: 3 | |
| Mar 19, 2020 at 1:16 | comment | added | root | Done. I've edited the question. thanks. | |
| Mar 19, 2020 at 1:16 | history | edited | root | CC BY-SA 4.0 | deleted 37 characters in body |
| Mar 19, 2020 at 1:12 | comment | added | Michael E2 | Why didn't you fix the error by editing the question? | |
| Mar 19, 2020 at 1:12 | history | edited | Michael E2 | CC BY-SA 4.0 | added 1 character in body |
| Mar 19, 2020 at 1:11 | comment | added | root | this is neither working... JC[xx_, yy_] := JacobianMatrix[{f[x, y], g[x, y]}, {x, y}] /. {x -> xx, y -> yy} Table[JC[x, y], {x, {1, 2, 3, 4}}, {y, {5, 6, 7, 8}}] | |
| Mar 19, 2020 at 1:10 | history | edited | Michael E2 | CC BY-SA 4.0 | Corrected spelling |
| Mar 19, 2020 at 1:05 | comment | added | root | this is not working: JC[xx_, yy_] := JacobianMatrix[{f[x, y], g[x, y]}, {x, y}] /. {x -> xx, y -> yy} Map[JC, {{lx,ly}}] | |
| Mar 19, 2020 at 1:02 | comment | added | root | this is working but not giving the intended result: JC[{xx_, yy_}] := JacobianMatrix[{f[x, y], g[x, y]}, {x, y}] /. {x -> xx, y -> yy} JC /@ {{lx, ly}} Because I need a list of Jacobian matrices as result. | |
| Mar 19, 2020 at 0:54 | comment | added | root | I am trying with few values to try to make it work, for example JacobianMatrix[{f[x, y], g[x, y]}, {x, y}] /@ {{0, 1}} with no luck. | |
| Mar 19, 2020 at 0:46 | comment | added | root | also tried Evaluate and @@ | |
| Mar 19, 2020 at 0:35 | review | First posts | |||
| Mar 19, 2020 at 0:44 | |||||
| Mar 19, 2020 at 0:33 | history | asked | root | CC BY-SA 4.0 |