
|
Go to the first, previous, next, last section, table of contents.
- real(comp)
-
:: comp ¤Î¼Â¿ôÉôʬ.
- imag(comp)
-
:: comp ¤Îµõ¿ôÉôʬ.
- conj(comp)
-
:: comp ¤Î¶¦ÌòÊ£ÁÇ¿ô.
- return comp
-
Ê£ÁÇ¿ô
-
Ê£ÁÇ¿ô¤ËÂФ·, ¼ÂÉô, µõÉô, ¶¦Ìò¤òµá¤á¤ë.
-
¤³¤ì¤é¤Ï, ¿¹à¼°¤ËÂФ·¤Æ¤âƯ¤¯.
[111] A=(2+@i)^3;
(2+11*@i)
[112] [real(A),imag(A),conj(A)];
[2,11,(2-11*@i)]
Go to the first, previous, next, last section, table of contents.
|