Post History
Jelly, 1 byte ḅ Try it online! Essentially just Razetime's APL answer, except in that ḅ vectorizes rather than carrying out mixed base conversion--irrelevant if, as is the case here, the provi...
Answer
#1: Initial revision
# [Jelly], 1 byte ḅ [Try it online!][TIO-kjgog4fp] [Jelly]: https://github.com/DennisMitchell/jelly [TIO-kjgog4fp]: https://tio.run/##y0rNyan8///hjtb/D3fOOrz80FL9R01rIv//j4421DOI1VEwtDCK1QFzdBSMwCImIL6RnimMb6BniqxCR8EYRJhAdAPlAA "Jelly – Try It Online" Essentially just Razetime's APL answer, except in that `ḅ` vectorizes rather than carrying out mixed base conversion--irrelevant if, as is the case here, the provided base is scalar. Takes a reversed coefficient list on the left and $x$ on the right.