casperyc

962 Reputation

10 Badges

17 years, 61 days
University of Kent
Dr

Social Networks and Content at Maplesoft.com

MaplePrimes Activity


These are questions asked by casperyc

Hi there,

I am working through the example in maple help,

trying to save a lib (maple library)

Hi,

I have written several procedures (predefined function).

How do I make them a package?

So I just have to load it with "with(myfunctions):"

then I will be able to use thses functions.

 

I have had a look at
http://www.mapleprimes.com/forum/maplepackagemodule

not so sure if I understand all.

what function should I look it maple help?

 

Thanks in advance.

casper

Hi,

is it enough to check wether two lists are equal using "is(a=b)"?

a:=[1,2,3,1,5];b:=[1,2,3,5,4];c:=[1,2,3,1,5];

is(a=b);
    false

is(a=c);
    true

 

the results seem fine. Do I have to check each element? I just want to be sure of it.

 

Thanks.

 

casper

 

Hi,

I was looking at this page

http://www.maplesoft.com/support/help/Maple/view.aspx?path=ImportMatrix

However, it didnt mention how to save Matrix into Excel or CSV file.

Can Maple do that?

 

Thanks.

Casper

Hi,

I am trying to save batch of data into different of files.

for i to nops(a) do
save a[i], "key_[i].m"
od;

Error, save can only save names

 

i.e. save each element in "a" to the file named "key_i" (key_1,key_2,key_3,ect)

how should I write the code?

Thanks.

casper

First 20 21 22 23 24 25 26 Last Page 22 of 31