A preamble about asking for help. I looked first in the documentation for aid in all the things I am asking here. Finding things is not straightforward if you don't know how to phrase the question. Somewhat frustrating. I have made progress, and now have some new questions as a result. I,m not sure whether or not to start a new topic, so I'll just start here and ask all the new questions. Please recommend which - if any - should be posted as new threads.
Issue 1:
The numbering in the workbook is not sequential now. I had not been paying attention, but does re-evaluating an input screw up the numbering?
Issue 2:
I have managed to create two columns (more seem straightforward) of displayed numbers - essentially an x-vector and a y-vector, where each y is a function of the corresponding x (I use "vector" loosely, in the sense I am used to, not necessarily the Mathematica syntax). In this case, the function is EllipticK. See in-out(142) in attached. I would like to export these numerical values to a csv file. What I want the output to look like is in the file "desired.csv" attached. I tried doing an export to csv. What I got is in the file "wmdata2.csv." See in-out(137). Clearly, M (Mathematica) doesn't treat my two-column display as a single array. I don't know how to do that, nor whether that will help create the desired output file.
Issue 3:
I could not set the current working directory. See in -out(134,135, 136). The directory "D:\temp" is valid. I thought my SetDirectory syntax was correct. It didn't work. What am I missing in the syntax? what is wrong with In(135)?
Issue 4:
I am counting on M to be the gold standard with arbitrary precision. Some calc examples leave me puzzled. See I-O(152,146,150) - three sequential evals with EllipticK. The input arguments in (152) and (15) are exactly the same; one is a fraction, the other a decimal. However, the output values differ after the tenth decimal place. I really need to understand what is going on here, and why the returned value is not to the requested precision. No error message/qualifier is visible.
Thx,
Lou
Attachments: