Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Sagemath and TI-83 giving different answers

My expression

(-3)^(1/3)

SageMath returns a complex number:

python sage: n((-3)^(1/3)) 0.721124785153704 + 1.24902476648341*I sage:

while TI-83 returns -1.4422 (expected answer)

Sagemath and TI-83 giving different answers

My expression

(-3)^(1/3)

SageMath returns a complex number:

python ``` sage: n((-3)^(1/3)) 0.721124785153704 + 1.24902476648341*I sage: 1.24902476648341*I

```

while TI-83 returns -1.4422 (expected answer)

Sagemath and TI-83 giving different answers

My expression

(-3)^(1/3)

SageMath returns a complex number:

``` bash sage: n((-3)^(1/3)) 0.721124785153704 + 1.24902476648341*I

```1.24902476648341*I

while TI-83 returns -1.4422 (expected answer)