You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Solving part 2 with Maxima
- Add '$' to the end of each line of input.
- Replace
root
's operator with '='.
- Replace
humn
's definition with x: humn: x$
.
- Load into maxima:
maxima --init-mac=input
- Evaluate
root
until x
is visible: root: root, eval;
.
- Solve:
solve(root, x)
.