MRI_user

0 Reputation

2 Badges

14 years, 307 days

MaplePrimes Activity


These are replies submitted by MRI_user

Thanks Erik, for the quick answer.

I actually tried that before, since I thought this to be the answer, but obviuously the error was down the line, as you pointed out:

What I thought I was doing  with this:

MySecondFunction:=(x,y,z)->MyMatrix(a,b,c);

was creating an new function where the variables a, b and c are substituted by x, y, and z.

So I should have used:

MySecondFunction:=(x,y,z)->MyMatrix(x,y,z);

which gives the correct output.

Thanks again for your quick answer.

 

 

 

Thanks Erik, for the quick answer.

I actually tried that before, since I thought this to be the answer, but obviuously the error was down the line, as you pointed out:

What I thought I was doing  with this:

MySecondFunction:=(x,y,z)->MyMatrix(a,b,c);

was creating an new function where the variables a, b and c are substituted by x, y, and z.

So I should have used:

MySecondFunction:=(x,y,z)->MyMatrix(x,y,z);

which gives the correct output.

Thanks again for your quick answer.

 

 

 

Page 1 of 1