You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overall I found this to be a great introduction to the package. However, I found the final example given to be quite frustrating. It could really benefit from some explanation of how the solution works, rather than just throwing out the code and saying, look what you can do if you study this further! Some of the syntax that it uses appears to be undocumented. Specifically, I think the righto function deserves explanation. Best as I can guess, the period used is related to lcons, which also isn't discussed in the tutorial. Nor are implicit variables. Nor defne. Lastly, I'm somewhat lost on how the recursion is working.
The text was updated successfully, but these errors were encountered:
Overall I found this to be a great introduction to the package. However, I found the final example given to be quite frustrating. It could really benefit from some explanation of how the solution works, rather than just throwing out the code and saying, look what you can do if you study this further! Some of the syntax that it uses appears to be undocumented. Specifically, I think the
righto
function deserves explanation. Best as I can guess, the period used is related tolcons
, which also isn't discussed in the tutorial. Nor are implicit variables. Nordefne
. Lastly, I'm somewhat lost on how the recursion is working.The text was updated successfully, but these errors were encountered: