| Author |
Comment/Response |
Dwayne D
|
07/03/01 5:43pm
I have a function that I would like to output to a file, in a matrix type form, to be used in excel. I understand how the delimiting works in excel, but I do not understand how to write a mathematica program that will give me text output in the following form:
f(x1,y1) f(x2,y1) f(x3,y1)...f(xn,y1)
f(x1,y2) f(x2,y2)
.
.
.
f(x1,yn).....................f(xn,yn)
It is important that the output of the file be able to be generalised (to the "nth" case), due to the specifics of the work I am doing.
URL: http://www.ee.ualberta.ca/~dwayne, |
|