en.wikipedia.org/wiki/Logarithm_of_a_matrix#Existence mentions it always exists for all invertible complex matrices. But the real condition is more complicated. Notable counter example: -1 cannot be reached by any real .
The Lie algebra exponential covering problem can be seen as a generalized version of this problem, because
Sandy Maguire by Ciro Santilli 37 Updated 2025-07-16
Lots of similar ideologies to Ciro Santilli, love it:
Other interesting points:
He's a Haskell person.
KaTeX by Ciro Santilli 37 Updated 2025-07-16
Default mathematics typesetting used in OurBigBook Markup.
Key issues:
Node.js by Ciro Santilli 37 Updated 2025-07-16
WellSync, if you are gonna useSync this wonky language thing inSync one place, you might as well useSync it everywhereSync and make it more decent. See also: how to convert async to sync in JavaScript.
LGM-30 Minuteman by Ciro Santilli 37 Updated 2025-07-16
Ah, the choice of name, both grim and slightly funny, Dr. Strangelove comes to mind quite strongly. Also Fallout (franchise).
Video 1.
The $130B Plan to Replace the U.S.’s Nuclear Missiles by The Wall Street Journal
. Source.
https://web.archive.org/web/20230321151835im_/https://minutemanmissile.com/images/HICSCableCloseUp.jpg
https://web.archive.org/web/20230321151835im_/https://minutemanmissile.com/images/HICSCableSplicerTwo.jpg
https://web.archive.org/web/20230321151835im_/https://minutemanmissile.com/images/HICSCableConnectivitySchematic.jpg
Blockchain.info by Ciro Santilli 37 Updated 2025-07-16
TODO who owns it? Are they reliable?
This helper dumps a transaction JSON to a binary:
bitcoin-tx-out-scripts() (
    # Dump data contained in out scripts. Remove first 3 last 2 bytes of
    # standard transaction boilerplate.
    h="$1"
    echo curl "https://blockchain.info/tx/${h}?format=json" |
    jq '.out[].script' tmp.json |
    sed 's/"76a914//;s/88ac"//' |
    xxd -r -p > "${h}.bin"
)
Their API limit witout key is 1 query per 10 seconds!!!

There are unlisted articles, also show them or only show them.