I have no good solution for the last problem in this challenge
Answered
1.) For all points with the prefix B and the sufix "_{nn}" a list should be created (dependet on points)
2.) Based on the above list, for a given point (A) with each list element a vector is to be created in an (additional) list.
3.) Points "B_{nn}" are to be
- additionally created
- renamed
- deleted
- moved
and the lists from point 1) and point 2) should be updated automatically.
The applet should be able to save and open again without problems.
The order within the construction protocol for the points B_{nn} should not have an influence in creating the list from point 1).
---------------------
All the above requirements are fulfilled except for deletion of a point B_{nn}
A solution is sought (possibly a very detailed error analysis)
Files:
ZipInlineList3.ggb
Is the naming important? You could do this to solve the deleting problem:
* l1=A1:A100
* Polynomial(l1)
* rename each new point to eg A5
Please explain what problem you are trying to solve overall
Comments have been locked on this page!