smith_alpha

155 Reputation

6 Badges

12 years, 150 days

MaplePrimes Activity


These are questions asked by smith_alpha

Dear everyone,

 

  I have a weird question about the "print" command. Suppose I have somthing like

 

f1:=x^2;
f2:=x^3;
f3:=x^4;
print(f1,f2,f3);

 

 It will print

Dear everyone,

  Hello,  I have a question about obtaining the power of a variable. Suppose

f:=x^5;

g:=degree(f,x);

I got 5.

now let f:=x^n;

g:=degree(f,x)

I got FAIL :(  I tried g:=log[x](f), it doesn't go to "n" either.

 

Is there anyway I can simply get the "n" in x^n? I know "n" is an integer, but how to refine into integer type?

 

Thank you very much in advance

First 8 9 10 Page 10 of 10