kayj

20 Reputation

2 Badges

15 years, 168 days

MaplePrimes Activity


These are questions asked by kayj

Hi All,

I am new to maple and I am having problems writing to a file, the problem that i am having is that maple rounds
the small numbers into 0 when I write into a file but does not round if it outputs to the screen,
how can I get the screen output written in a file? Also, is it possible to write to a comma delimited file ".csv".  the code is below

I apprreciate your help

 

##############################################
file := fopen("table.txt",'WRITE');  
f:=(k,m,a)->expression;

Page 1 of 1