Properties
Similar Topics
Statistics
Comments
3
Participants
2
Subscribers
28
Votes
2
Views
793
Share

List with parameter / function that is a list -- error after restart
Solved
A minimal example would be this:
Define
- f(k,t)=k*t
- L(t)=Sequence(f(k,t),k,0,5)
This correctly yields L={0t, 1t, 2t, 3t, 4t, 5t} and the 6 lines are plotted, we get a family of curves.
But after reloading the file I get the error: processing of command: Sequence(f(k,t),k,0,5).
Now L={} and there is no plot. (So it's useless to upload an example.)
Who can help?
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
why not L=Sequence(k*t,k,0,5)? L(t) is not correct syntax
Okay, I think I solved it myself: Using x instead of t works fine!
Comments have been locked on this page!