Jodelkoenig

5 Reputation

One Badge

7 years, 129 days

MaplePrimes Activity


These are questions asked by Jodelkoenig

If I add "restart" to a program, then interface(imaginaryunit=j) don't work. Why? 

***********************************
restart;
interface(imaginaryunit = j);
j^2;
************************************
The output is j^2  but the output should be -1. 

 

Page 1 of 1