charlie_fcl

85 Reputation

2 Badges

1 years, 155 days

MaplePrimes Activity


These are questions asked by charlie_fcl

Hi,

I have a MapleFlow program that perform some symbolic calculations. To test the program, I assign a numerical value to a variable, say a:=1.6, in the middle of the program. I would like to clear the variable and continuing the program development using symbolic calculations. I've tried unassigning and restart but nome worked.

Any ideas?

Hi,

I tried a simple expressioin using imaginary numbers in MapleFlow,

a:=1 + 2*i

but got the following error:

¨'mn' is not numeric"

does anyone know what is happening?

thanks very much.

hi,

I looked at the file mapleflowrc and saw that it lists several palettes that are not visible in the workshheet dock.

Does anyone know if these palettes are available in mapleflow? And if so, how to make them visible in the worksheet dock?

thanks very much in advance.

Hi, I'm just trying to use assign, like in Maple,

 

s := solve({x + y = 1, 2*x + y = 3}, {x, y});

 

                      s := {x = 2, y = -1}

assign(s);
x, y;
                             2, -1

in MapleFlow, but it doesn't work!

Any ideas?

Thanks very much in advance

1 2 Page 2 of 2