Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Challenges

Post History

50%
+1 −1
Challenges Compute the determinant

Python 3, 29 bytes import numpy numpy.linalg.det Yeah, this is really boring, but I'm curious if this can be beat in Python. Try it online!

posted 2y ago by Quintec‭  ·  edited 2y ago by Quintec‭

Answer
#2: Post edited by user avatar Quintec‭ · 2021-08-28T04:04:06Z (over 2 years ago)
  • # [Python 3], 29 bytes
  • <!-- language-all: lang-python -->
  • import numpy
  • numpy.linalg.det
  • Yeah, this is really boring, but I'm curious if this can be beat in Python.
  • [Try it online!][TIO-ksuuvrh8]
  • [Python 3]: https://docs.python.org/3/
  • [TIO-ksuuvrh8]: https://tio.run/##K6gsycjPM/7/PzO3IL@oRCGvNLegkgtM6uVk5iXmpOulpJb8T1OwVUBwubgKijLzSjTSNKKjDfVMdYxidaJ1jXVM9ExjYzU1/wMA "Python 3 – Try It Online"
  • # [Python 3], 29 bytes
  • <!-- language-all: lang-python -->
  • import numpy
  • numpy.linalg.det
  • Yeah, this is really boring, but I'm curious if this can be beat in Python.
  • [Try it online!][TIO-ksuuvrh8]
  • [Python 3]: https://docs.python.org/3/
  • [TIO-ksuuvrh8]: https://tio.run/##K6gsycjPM/7/PzO3IL@oRCGvNLegkgtM6uVk5iXmpOulpJb8T1OwVUAX5OIqKMrMK9FI04iONtQz1TGK1YnWNdYx0TONjdXU/A8A "Python 3 – Try It Online"
#1: Initial revision by user avatar Quintec‭ · 2021-08-27T21:18:51Z (over 2 years ago)
# [Python 3], 29 bytes

<!-- language-all: lang-python -->

    import numpy
    numpy.linalg.det

Yeah, this is really boring, but I'm curious if this can be beat in Python.

[Try it online!][TIO-ksuuvrh8]

[Python 3]: https://docs.python.org/3/
[TIO-ksuuvrh8]: https://tio.run/##K6gsycjPM/7/PzO3IL@oRCGvNLegkgtM6uVk5iXmpOulpJb8T1OwVUBwubgKijLzSjTSNKKjDfVMdYxidaJ1jXVM9ExjYzU1/wMA "Python 3 – Try It Online"