begin shift to nim code base
This commit is contained in:
parent
33bcffdc69
commit
4b20f9961b
25 changed files with 625 additions and 303 deletions
8
py/NOTES
8
py/NOTES
|
|
@ -6,3 +6,11 @@ NOTE: currently my "primitive roots" are actually just the numbers that generate
|
|||
|
||||
This site is useful as a reference:
|
||||
https://owlsmath.neocities.org/Primitive%20Root%20Calculator/calculator
|
||||
|
||||
|
||||
2. Make Noether into a mathematical programming language (like MATLAB),
|
||||
with the ability to create custom types (ie the integers modulo n)
|
||||
with specific properties like operator overloading. Then you could
|
||||
create functions that check whether a set and an operator form a
|
||||
group or not, etc.
|
||||
2.1 Use ^ to indicate exponentiation, and use ^| to indicate xor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue