Tagged Questions
6
votes
1answer
89 views
How does `LongestCommonSubsequence` work?
When I recently came across this posting about LongestCommonSubsequence I was curious about how the function worked.
...
6
votes
2answers
199 views
How to choose variables from a list for a function and then use the solution in a subsequent function?
I am trying to calculate heating degree days and cooling degree days and output that information to a table. I am using mathematica's curated data to do this. In text this is what I would like to ...
13
votes
4answers
886 views
sprintf() or close equivalent, or re-implementation?
Is there a sprintf() command (some command that takes a printf-style format string and a list of values to insert into the ...