Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
I have made a worksheet to mimic a calculation I did in Excel. It takes a list of data and uses it as a variable input, and returns a list of solutions based on the sequential input value. How do I make these values display in a summary table? I used what I think are matrices or arrays to do this. Worksheet is attached.
Solved! Go to Solution.
How neat this 'Table' thing in Prime is, it essentially is a collection of vectors that can only be used for input. You cannot use it to display results.
This would be nice:
Beware, it doesn't work like you (might) think. See:
You have to fill in the table below the f(x), it's not Prime doing it for you. Also note that (sometimes very confusing!) f(x) in the table is a vector, not (the calling of) a function f of x. See here:
and
.
Here's a possible table output for your resulting data:
Prime 7 file attached.
Success!
Luc
If you need the result in specific units:
Success!
Luc