Linear algebra: Revision history

From Master of Neuroscience Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 October 2025

  • curprev 16:4416:44, 17 October 2025 Davrot talk contribs 7,476 bytes +4 No edit summary Tag: Visual edit
  • curprev 12:5712:57, 17 October 2025 Davrot talk contribs 7,472 bytes +7,472 Created page with "== The goal == Overview over the linear algebra functions of Numpy. Questions to [mailto:davrot@uni-bremen.de David Rotermund] '''There more functions in the [https://docs.scipy.org/doc/scipy/reference/linalg.html scipy linalg package]!!!''' == The @ operator == @ => Matrix product * => outer product A[i] * B[i] The @ operator is preferable to other methods when computing the matrix product between 2d arrays. The numpy.matmul function implements the @ oper..." Tag: Visual edit