Show HN: Asymptotic Growth Order Calculator I'm an undergraduate student and for my math honors thesis I'm studying asymptotic growth orders, the kind you usually see written in "big-Theta" notation to describe an algorithm's time/memory usage. The most interesting part was studying how to compute the growth order of the sequence of partial sums of a given sequence - that is, the growth order of (a_1 + ... + a_n), in terms of the growth order of (a_n). So I thought I would make a little web calculator for playing around with this. Enjoy! :-) Some things to try: 1. The sums of the harmonic sequence (1/n) diverge, but can you find a faster-decaying sequence that also has diverging sums? 2. Can you make the growth order log(log(log(n))) using only one register? 3. What happens when you apply Σ⅟ΣΣΣ (applied from right to left) to any growth order, and why? https://ift.tt/LmVMsOE January 9, 2024 at 11:22PM
Show HN: Asymptotic Growth Order Calculator https://ift.tt/LAi6a7d
Related Articles
Show HN: I built a synthesizer based on 3D physics and launched the product https://ift.tt/iphJsnPShow HN: I built a synthesizer based on 3D physics and launched the pr… Read More
Show HN: Kinematic Hand Skeleton Optimization in Jax https://ift.tt/QvymaVzShow HN: Kinematic Hand Skeleton Optimization in Jax I've been trying … Read More
Show HN: Keyboard Minesweeper – Speedrun the Classic, No Mouse Needed https://ift.tt/xuvIYytShow HN: Keyboard Minesweeper – Speedrun the Classic, No Mouse Needed … Read More
Show HN: Robot Unlock – an open-ended programming game/zachlike https://ift.tt/eJED75RShow HN: Robot Unlock – an open-ended programming game/zachlike Hello,… Read More
Show HN: Runnem – A CLI to manage local services with screen and YAML https://ift.tt/Nn4DGFYShow HN: Runnem – A CLI to manage local services with screen and YAML … Read More
Show HN: Polyseed – first(?) pq PAKE implementation https://ift.tt/EuAzKVxShow HN: Polyseed – first(?) pq PAKE implementation https://ift.tt/ZNL… Read More
Show HN: Lichen – Manage and create code licenses on the CLI and with TOML https://ift.tt/DPNaME3Show HN: Lichen – Manage and create code licenses on the CLI and with … Read More
Show HN: Traycer.ai – Turn GitHub Issues into a Step-by-Step Plan https://ift.tt/AqgVKHbShow HN: Traycer.ai – Turn GitHub Issues into a Step-by-Step Plan Hey … Read More
0 Comments: