|
|
|
|
|
by azalemeth
1238 days ago
|
|
There are forms of analogue computing beyond solving DEs with circuit theory. One of the more esoteric examples I'd heard of was using DNA microarrays for massively parallel SAT solvers: combinatorically generate a very large number of different, long single-strands of DNA using clever chemistry, flow over short pieces of DNA that encode your problem that are flourescently labelled, and then "simply" read off the result. Being able to use the fact that Avogadro's number is absolutely massive is a big speed-up for some particularly nasty NP-hard problems where you want to brute force it. [1] https://www.nature.com/articles/35003155 |
|