MarcB

40 Reputation

2 Badges

16 years, 78 days

MaplePrimes Activity


These are questions asked by MarcB

Hello together, I have a question in a very urgent matter: I create random numbers with the following command, that is no problem: X := RandomVariable(Normal(0, 1)); A := Sample(X, 1000) Now I want to add the value 100 on each value of the vector. Each of the total 1000.
Dear experts, I am using Maple 11 and I am using Appel OS. Currently I try to find out how I can export Data to Excel (Apple Version). I used the example in the Maple help desk: R:= Array(1..3,1..4,[[1,2,3,4],[5,6,7,8],[9,10,11,12]]); with(ExcelTools): Export(R, "Employees.xls","Payroll", "B2"); Unfortunately I did not find a saved file on my computer called employees.xls, so obviously it has not been saved. And there was also no pop up in Maple asking me for the exact saving place. It would be of great help if you have an idea how I can handle the problem!
Page 1 of 1