v9260019
Member level 2
Hello everyone
If let in=input and out=output
in[1]:=(2+I)^5
out[1]:=-38+41i
then
in[2]:=%^(1/5)
out[2]:=2+i
the answer 2+i=2+i------right, but the following have some problem
in[3]:=(5+6I)^5
out[3]:=-9475-27474i
then
in[4]:=%^(1/5)
out[4]:=(-9475-27474i)^(1/5)
in[5]:=N[%]
out[5]:=7.25142-2.90118i
the answer 7.25142-2.90118i ≠ 5+6i
the above is the same in matlab , why?????????????
If let in=input and out=output
in[1]:=(2+I)^5
out[1]:=-38+41i
then
in[2]:=%^(1/5)
out[2]:=2+i
the answer 2+i=2+i------right, but the following have some problem
in[3]:=(5+6I)^5
out[3]:=-9475-27474i
then
in[4]:=%^(1/5)
out[4]:=(-9475-27474i)^(1/5)
in[5]:=N[%]
out[5]:=7.25142-2.90118i
the answer 7.25142-2.90118i ≠ 5+6i
the above is the same in matlab , why?????????????