nerdpole

15 Reputation

3 Badges

12 years, 52 days

MaplePrimes Activity


These are questions asked by nerdpole

Hi!

I have a piecewise defined function alpha. Its functional directives are stored in a vector A. But when I call up the command

alpha:=(x1,x2,x3)->piecewise(
    x1 < 0 , A[1],

   0< x1<1 A[2], ...):,

the result (x1,x2,x3)->piecewise(.... , A[1], ...) remains symbolic. What can I do that the entries of A[i] appear in the functional directive?

 

Thanks!

Hi!

I want to write the following textfile in a matrix of the size 4x24:

      1    0.5    0.5      1      1    0.5    0.5      1      1    0.5    0.5      1    0.25    0.25   ...

1 2 Page 2 of 2