casperyc

962 Reputation

10 Badges

17 years, 183 days
University of Kent
Dr

Social Networks and Content at Maplesoft.com

MaplePrimes Activity


These are replies submitted by casperyc

thanks, i will keep that in mind.

could you explain briefly why I shouldnt?

and as I was browing the help page in Maple, I found another way to create the Matrix. what;s the difference between, is one better (more efficient? less memory?) than another? (both in LinearAlgebra:-Modular)

Create(127,4,4,'random',integer);

Random(127,4,4,integer);

Thank you.

casper

could you expain a bit about 'A^%T'?

is it some transpost thing?

 

thank you Alce.

 

casper

could you expain a bit about 'A^%T'?

is it some transpost thing?

 

thank you Alce.

 

casper

practice makes perfect i guess.

since i am working on a project, there is a lot to learn.

thanks!

casper

practice makes perfect i guess.

since i am working on a project, there is a lot to learn.

thanks!

casper

can i ask what's the difference between

Create(127,n,n,'random',('integer')[]);

and

Mod(127,RandomMatrix(n),integer);

Thanks.

casper

can i ask what's the difference between

Create(127,n,n,'random',('integer')[]);

and

Mod(127,RandomMatrix(n),integer);

Thanks.

casper

thank you for the much efficiency one

thank you for the much efficiency one

god seems that i have completely misunderstood it.

thank you for the correction

casper

god seems that i have completely misunderstood it.

thank you for the correction

casper

first of all, thanks all for the wonderful solutions.

however these do not solve the problem for writing procedure codes.

casper

first of all, thanks all for the wonderful solutions.

however these do not solve the problem for writing procedure codes.

casper

I am not so sure which in out i am using.

I am working in Classical worksheet.

Here is the situation:

I am working in a procedure and I would like to print a table (look like) output.

Now I am using Matrix to represent it. So the first row are names of the data of each entry.

 

say

 

n_i    p_i  q_i

1       2      3

2       3      5

3      5       7

 

If I put "n[i]", it displays as "n[i]"

If I put `n[i]`,it displays as n[i]  in italian format.

If I put 'n[i]', it displays the eval of it. Notes that all of the n,i,p,q have been used as variables in the procedure.

 

I dont know how to get the 'displayed math format' to working.

Thanks.

casper

 

I am not so sure which in out i am using.

I am working in Classical worksheet.

Here is the situation:

I am working in a procedure and I would like to print a table (look like) output.

Now I am using Matrix to represent it. So the first row are names of the data of each entry.

 

say

 

n_i    p_i  q_i

1       2      3

2       3      5

3      5       7

 

If I put "n[i]", it displays as "n[i]"

If I put `n[i]`,it displays as n[i]  in italian format.

If I put 'n[i]', it displays the eval of it. Notes that all of the n,i,p,q have been used as variables in the procedure.

 

I dont know how to get the 'displayed math format' to working.

Thanks.

casper

 

First 10 11 12 13 14 15 16 Last Page 12 of 22