All tools › Numbers
Complex numbers
The three forms, every nth root, and the Argand diagram
It runs entirely in this browser tab: what you type is never uploaded, and the arithmetic is exact — nothing here was ever a floating-point number.
Settings
- Operation
- Choices: Describe it, Add, Subtract, Multiply, Divide, Power, Roots.
- The second one
- Whatever the operation needs on the other side
- Power
- What to raise it to A number from -20 to 20.
- Degree
- How many roots to find; there are exactly that many A number from 2 to 12.
- Decimal places
- How far an approximate answer is taken A number from 0 to 12.
- In degrees
- Show the argument in degrees rather than radians
- Draw it
- A picture of the answer as well as the numbers
How to use it
- Paste your text into the box above, or open a file.
- Adjust the settings beside it until the result is what you wanted.
- Copy the result, or save it as a file. The result updates as you type.
Questions
- Is what I type uploaded anywhere?
- No. The whole application is carried as WebAssembly and runs on your own device. There is no server to send anything to, and none of these tools makes a network request while it works.
- Why does it matter that there is no floating point?
- Because these tools show their working. In floating point an elimination produces rows with 0.0000000000000002 where a zero belongs, and every step after it is decided by a tolerance somebody picked. In fractions the zero is a zero: the rank is a count, a determinant of a matrix of thirds is a third, and a matrix times its inverse is exactly the identity.
- Can I use it in an exam or for homework?
- That is between you and whoever set the work. What these give you is the method as well as the answer, which is usually what is being marked: the rule at each step, the substitution written out, the intermediate matrices, the table of values.
- Why does a tool sometimes refuse instead of answering?
- Because the honest answer is sometimes that there is none. An integral with no elementary antiderivative, a matrix with no inverse, a bisection over an interval with no sign change, a logarithm of zero: each is a fact rather than a failure, and a plausible number in its place would be worse than the refusal.
Other tools for numbers
Polynomials
Add, multiply, divide with a remainder, and find the roots
Trigonometry
All six functions, three units, and the exact values
Prime numbers
Every prime in a range, with the gaps, the twins and the density
Modular arithmetic
Powers, inverses, orders and the Chinese remainder theorem
Big numbers
Integers with as many digits as you type, exact to the last
Continued fractions
The expansion, its convergents, and the best fraction under a limit
All twenty-eight tools