From 909342b32cc6b7b4f9849f0f25137f38c1126fe0 Mon Sep 17 00:00:00 2001 From: Robin Clark Date: Tue, 24 Dec 2019 10:02:32 +0000 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d7c8e99..a970d0b 100644 --- a/readme.md +++ b/readme.md @@ -58,7 +58,7 @@ It does this using complex numbers which naturally have an angle of rotation and a sizing factor associated with them. Complex numbers are a pair of numbers, one real, the type of number we use every day, and a stranger one, an imaginary one. -The imaginary numbers when multiplied becomes a real numbers but minus! +The imaginary numbers when multiplied become real numbers but minus! Most maths people use the term 'i' to denote a number if imaginary, but people who live in the real world, like electronic engineers (and python programmers) use 'j'.